Changeset 30323 in osm for applications/editors/josm/plugins/smed2/src/panels/PanelS57.java
- Timestamp:
- 2014-03-14T12:32:18+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/panels/PanelS57.java
r30315 r30323 65 65 } 66 66 map = new S57map(); 67 MapBounds bounds = S57dec.decodeFile(in, types,map);67 MapBounds bounds = S57dec.decodeFile(in, map); 68 68 69 69 in.close();
Note:
See TracChangeset
for help on using the changeset viewer.