Ignore:
Timestamp:
2013-01-17T12:08:28+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r29200 r29202  
    120120        private Feature feature;
    121121        private ArrayList<Long> list;
    122         private long mpid;
    123122
    124123        public SeaMap() {
     
    154153                list = new ArrayList<Long>();
    155154                mpolys.put(id, list);
    156                 mpid = id;
     155                feature = new Feature();
     156                feature.refs = id;
     157                feature.flag = Fflag.AREA;
    157158        }
    158159
     
    164165                if (outer) {
    165166                        list.add(0, way);
    166                         outers.put(way, mpid);
     167                        outers.put(way, feature.refs);
    167168                } else {
    168169                        list.add(way);
Note: See TracChangeset for help on using the changeset viewer.