Changeset 26527 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-08-11T23:31:08+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/Buoy.java
r26450 r26527 457 457 458 458 public void parseLights(Map<String, String> k) { 459 if (k.containsKey("seamark:ref")) 460 setLitRef(k.get("seamark:ref")); 459 461 setFired(false); 460 462 setSectored(false); … … 1026 1028 "seamark:light:" + i + ":radius", Radius[i])); 1027 1029 } 1030 } else { 1031 if (!LitRef.isEmpty()) 1032 Main.main.undoRedo.add(new ChangePropertyCommand(Node, 1033 "seamark:ref", LitRef)); 1028 1034 } 1029 1035 }
Note:
See TracChangeset
for help on using the changeset viewer.