Ignore:
Timestamp:
2013-01-06T12:00:09+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

    r29172 r29174  
    5454
    5555        public class Coord {
    56                 double lat;
    57                 double lon;
     56                public double lat;
     57                public double lon;
    5858
    5959                Coord(double ilat, double ilon) {
     
    6767        public HashMap<Long, ArrayList<Long>> mpolys;
    6868        public EnumMap<Obj, ArrayList<Feature>> features;
    69         public double minlat;
    70         public double minlon;
    71         public double maxlat;
    72         public double maxlon;
    7369
    7470        private Feature feature;
     
    149145                                if (atts == null) {
    150146                                        atts = new EnumMap<Att, AttItem>(Att.class);
     147                                        items.put(idx, atts);
    151148                                }
    152149                                AttVal attval = S57val.convertValue(val, att);
Note: See TracChangeset for help on using the changeset viewer.