Changeset 24886 in osm
- Timestamp:
- 2010-12-27T11:51:05+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java
r24885 r24886 689 689 break; 690 690 case BOYSPP: 691 objStr = "buoy_special_purpose"; 691 if (topShape == Top.MOORING) 692 objStr = "mooring"; 693 else 694 objStr = "buoy_special_purpose"; 692 695 break; 693 696 case LIGHTS: … … 736 739 break; 737 740 } 741 if ((object == Obj.BOYSPP) && (topShape == Top.MOORING)) 742 Main.main.undoRedo.add(new ChangePropertyCommand(dlg.node, "seamark:mooring:category", "mooring-buoy")); 738 743 739 744 switch (shape) {
Note:
See TracChangeset
for help on using the changeset viewer.