Changeset 31156 in osm for applications/editors/josm/plugins/seachartedit/src/panels/PanelS57.java
- Timestamp:
- 2015-05-28T21:06:56+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachartedit/src/panels/PanelS57.java
r31060 r31156 65 65 tin.close(); 66 66 } 67 map = new S57map( );67 map = new S57map(true); 68 68 MapBounds bounds = S57dec.decodeFile(in, map); 69 69
Note:
See TracChangeset
for help on using the changeset viewer.