Ignore:
Timestamp:
2013-10-05T20:05:27+02:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/seamap/SeaMap.java

    r29826 r29995  
    9696
    9797        public class AttItem {
    98                 Conv conv;
    99                 Object val;
     98                public Conv conv;
     99                public Object val;
    100100
    101101                AttItem(Conv iconv, Object ival) {
     
    360360                                if (subkeys[1].equals("type")) {
    361361                                        feature.type = S57obj.enumType(val);
     362                                        if (feature.objs.get(feature.type) == null) {
     363                                                feature.objs.put(feature.type, new ObjTab());
     364                                        }
    362365                                } else {
    363366                                        Att att = S57att.enumAttribute(subkeys[1], Obj.UNKOBJ);
Note: See TracChangeset for help on using the changeset viewer.