Changeset 31063 in osm for applications/editors/josm/plugins/seachart/src/s57/S57map.java
- Timestamp:
- 2015-03-27T09:22:05+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57map.java
r31044 r31063 524 524 } 525 525 if (osm.att != Att.UNKATT) { 526 atts.put(osm.att, new AttVal<>(osm. att, osm.conv, osm.val));526 atts.put(osm.att, new AttVal<>(osm.conv, osm.val)); 527 527 } 528 528 } else { … … 536 536 objs.put(0, atts); 537 537 if (osm.att != Att.UNKATT) { 538 atts.put(osm.att, new AttVal<>(osm. att, osm.conv, osm.val));538 atts.put(osm.att, new AttVal<>(osm.conv, osm.val)); 539 539 } 540 540 index.put(++xref, base);
Note:
See TracChangeset
for help on using the changeset viewer.
