Changeset 31734 in osm for applications/editors/josm/plugins
- Timestamp:
- 2015-11-07T22:31:41+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57map.java
r31731 r31734 445 445 if (att == Att.VALSOU) { 446 446 Snode node = nodes.get(feature.geom.elems.get(0).id); 447 node.val = ( double) attval.val;447 node.val = (Double) attval.val; 448 448 } 449 449 atts.put(att, attval);
Note:
See TracChangeset
for help on using the changeset viewer.