Changeset 29995 in osm for applications/editors/josm/plugins/smed2/src/seamap/SeaMap.java
- Timestamp:
- 2013-10-05T20:05:27+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/seamap/SeaMap.java
r29826 r29995 96 96 97 97 public class AttItem { 98 Conv conv; 99 Object val; 98 public Conv conv; 99 public Object val; 100 100 101 101 AttItem(Conv iconv, Object ival) { … … 360 360 if (subkeys[1].equals("type")) { 361 361 feature.type = S57obj.enumType(val); 362 if (feature.objs.get(feature.type) == null) { 363 feature.objs.put(feature.type, new ObjTab()); 364 } 362 365 } else { 363 366 Att att = S57att.enumAttribute(subkeys[1], Obj.UNKOBJ);
Note:
See TracChangeset
for help on using the changeset viewer.
