Changeset 31060 in osm for applications/editors/josm/plugins/seachartedit/src/panels/PanelS57.java
- Timestamp:
- 2015-03-26T19:23:20+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachartedit/src/panels/PanelS57.java
r30895 r31060 204 204 for (Map.Entry<Att, AttVal<?>> item : feature.atts.entrySet()) { 205 205 String attstr = S57att.stringAttribute(item.getKey()); 206 String valstr = S57val.stringValue(item.getValue()); 206 String valstr = S57val.stringValue(item.getValue(), item.getKey()); 207 207 if (!attstr.isEmpty() && !valstr.isEmpty()) { 208 208 keys.put(("seamark:" + type + ":" + attstr), valstr); … … 216 216 for (Map.Entry<Att, AttVal<?>> item : atts.entrySet()) { 217 217 String attstr = S57att.stringAttribute(item.getKey()); 218 String valstr = S57val.stringValue(item.getValue()); 218 String valstr = S57val.stringValue(item.getValue(), item.getKey()); 219 219 if (!attstr.isEmpty() && !valstr.isEmpty()) { 220 220 if ((ix == 0) && (tab.size() == 1)) {
Note:
See TracChangeset
for help on using the changeset viewer.
