Changeset 32909 in osm for applications/editors/josm/plugins/seachart/src/s57/S57osm.java
- Timestamp:
- 2016-09-03T16:52:05+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57osm.java
r32907 r32909 7 7 8 8 import s57.S57att.Att; 9 import s57.S57map.Snode; 9 10 import s57.S57obj.Obj; 10 11 import s57.S57val.CatBUA; … … 103 104 boolean inWay = false; 104 105 boolean inRel = false; 105 map.nodes.put(1L, map.new Snode());106 map.nodes.put(2L, map.new Snode());107 map.nodes.put(3L, map.new Snode());108 map.nodes.put(4L, map.new Snode());106 map.nodes.put(1L, new Snode()); 107 map.nodes.put(2L, new Snode()); 108 map.nodes.put(3L, new Snode()); 109 map.nodes.put(4L, new Snode()); 109 110 110 111 String ln;
Note:
See TracChangeset
for help on using the changeset viewer.
