Changeset 26527 in osm for applications/editors


Ignore:
Timestamp:
2011-08-11T23:31:08+02:00 (13 years ago)
Author:
malcolmh
Message:

'Bug fix release'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/Buoy.java

    r26450 r26527  
    457457
    458458        public void parseLights(Map<String, String> k) {
     459                if (k.containsKey("seamark:ref"))
     460                        setLitRef(k.get("seamark:ref"));
    459461                setFired(false);
    460462                setSectored(false);
     
    10261028                                                        "seamark:light:" + i + ":radius", Radius[i]));
    10271029                        }
     1030                } else {
     1031                        if (!LitRef.isEmpty())
     1032                                Main.main.undoRedo.add(new ChangePropertyCommand(Node,
     1033                                                "seamark:ref", LitRef));
    10281034                }
    10291035        }
Note: See TracChangeset for help on using the changeset viewer.