Changeset 31156 in osm for applications/editors/josm/plugins/seachartedit/src/panels
- Timestamp:
- 2015-05-28T21:06:56+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/seachartedit/src/panels
- Files:
-
- 2 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 -
applications/editors/josm/plugins/seachartedit/src/panels/ShowFrame.java
r31060 r31156 41 41 id = osm.getUniqueId(); 42 42 feature = map.index.get(id); 43 showMap = new S57map( );43 showMap = new S57map(true); 44 44 showMap.nodes = map.nodes; 45 45 showMap.edges = map.edges;
Note:
See TracChangeset
for help on using the changeset viewer.