Changeset 31157 in osm for applications/editors/josm/plugins/seachart/js57toosm
- Timestamp:
- 2015-05-28T21:10:44+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/js57toosm/src/js57toosm/Js57toosm.java
r31063 r31157 48 48 tin.close(); 49 49 50 map = new S57map(); 50 map = new S57map(true); 51 51 MapBounds bounds = S57dec.decodeFile(in, map); 52 52
Note:
See TracChangeset
for help on using the changeset viewer.