Ignore:
Timestamp:
2013-11-08T23:08:11+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r30036 r30046  
    4141        public static void radarStations(Feature feature) {
    4242                Renderer.symbol(feature, Beacons.RadarStation);
    43                 ArrayList<CatROS> cats = (ArrayList<CatROS>)Util.getAttVal(feature, Obj.RDOSTA, 0, Att.CATROS);
     43                ArrayList<CatROS> cats = (ArrayList<CatROS>)Rules.getAttVal(feature, Obj.RDOSTA, 0, Att.CATROS);
    4444                String str = "";
    4545                for (CatROS ros : cats) {
Note: See TracChangeset for help on using the changeset viewer.