Changeset 26559 in osm for applications/editors/josm/plugins/toms
- Timestamp:
- 2011-08-23T10:11:33+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/toms/src/toms/seamarks/buoys
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyCard.java
r25542 r26559 343 343 } 344 344 Main.main.undoRedo.add(new ChangePropertyCommand(node, 345 "seamark:buoy_cardinal:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$345 "seamark:buoy_cardinal:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 346 346 break; 347 347 case CARD_BEACON: … … 381 381 } 382 382 Main.main.undoRedo.add(new ChangePropertyCommand(node, 383 "seamark:beacon_cardinal:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$383 "seamark:beacon_cardinal:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 384 384 break; 385 385 case CARD_FLOAT: … … 410 410 } 411 411 Main.main.undoRedo.add(new ChangePropertyCommand(node, 412 "seamark:light_float:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$412 "seamark:light_float:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 413 413 break; 414 414 } -
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyIsol.java
r25542 r26559 228 228 case ISOL_SPAR: 229 229 Main.main.undoRedo.add(new ChangePropertyCommand(node, 230 "seamark:buoy_isolated_danger:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$230 "seamark:buoy_isolated_danger:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 231 231 Main.main.undoRedo.add(new ChangePropertyCommand(node, 232 232 "seamark:buoy_isolated_danger:colour", "black;red;black")); //$NON-NLS-1$ //$NON-NLS-2$ … … 236 236 Main.main.undoRedo.add(new ChangePropertyCommand(node, 237 237 "seamark:beacon_isolated_danger:colour_pattern", //$NON-NLS-1$ 238 "horizontal stripes")); //$NON-NLS-1$238 "horizontal")); //$NON-NLS-1$ 239 239 Main.main.undoRedo.add(new ChangePropertyCommand(node, 240 240 "seamark:beacon_isolated_danger:colour", "black;red;black")); //$NON-NLS-1$ //$NON-NLS-2$ … … 242 242 case ISOL_FLOAT: 243 243 Main.main.undoRedo.add(new ChangePropertyCommand(node, 244 "seamark:light_float:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$244 "seamark:light_float:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 245 245 Main.main.undoRedo.add(new ChangePropertyCommand(node, 246 246 "seamark:light_float:colour", "black;red;black")); //$NON-NLS-1$ //$NON-NLS-2$ -
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyLat.java
r26138 r26559 863 863 "seamark:buoy_lateral:category", "preferred_channel_port")); //$NON-NLS-1$ //$NON-NLS-2$ 864 864 Main.main.undoRedo.add(new ChangePropertyCommand(node, 865 "seamark:buoy_lateral:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$865 "seamark:buoy_lateral:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 866 866 if (getRegion() == IALA_A) { 867 867 Main.main.undoRedo.add(new ChangePropertyCommand(node, … … 879 879 "seamark:beacon_lateral:category", "preferred_channel_port")); //$NON-NLS-1$ //$NON-NLS-2$ 880 880 Main.main.undoRedo.add(new ChangePropertyCommand(node, 881 "seamark:beacon_lateral:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$881 "seamark:beacon_lateral:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 882 882 if (getRegion() == IALA_A) { 883 883 Main.main.undoRedo.add(new ChangePropertyCommand(node, … … 892 892 case LAT_FLOAT: 893 893 Main.main.undoRedo.add(new ChangePropertyCommand(node, 894 "seamark:light_float:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$894 "seamark:light_float:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 895 895 if (getRegion() == IALA_A) { 896 896 Main.main.undoRedo.add(new ChangePropertyCommand(node, … … 1028 1028 "seamark:buoy_lateral:category", "preferred_channel_starboard")); //$NON-NLS-1$ //$NON-NLS-2$ 1029 1029 Main.main.undoRedo.add(new ChangePropertyCommand(node, 1030 "seamark:buoy_lateral:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$1030 "seamark:buoy_lateral:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 1031 1031 if (getRegion() == IALA_A) { 1032 1032 Main.main.undoRedo.add(new ChangePropertyCommand(node, … … 1044 1044 "seamark:beacon_lateral:category", "preferred_channel_starboard")); //$NON-NLS-1$ //$NON-NLS-2$ 1045 1045 Main.main.undoRedo.add(new ChangePropertyCommand(node, 1046 "seamark:beacon_lateral:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$1046 "seamark:beacon_lateral:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 1047 1047 if (getRegion() == IALA_A) { 1048 1048 Main.main.undoRedo.add(new ChangePropertyCommand(node, … … 1057 1057 case LAT_FLOAT: 1058 1058 Main.main.undoRedo.add(new ChangePropertyCommand(node, 1059 "seamark:light_float:colour_pattern", "horizontal stripes")); //$NON-NLS-1$ //$NON-NLS-2$1059 "seamark:light_float:colour_pattern", "horizontal")); //$NON-NLS-1$ //$NON-NLS-2$ 1060 1060 if (getRegion() == IALA_A) { 1061 1061 Main.main.undoRedo.add(new ChangePropertyCommand(node, -
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoySaw.java
r26151 r26559 241 241 case SAFE_SPHERE: 242 242 Main.main.undoRedo.add(new ChangePropertyCommand(node, 243 "seamark:buoy_safe_water:colour_pattern", "vertical stripes")); //$NON-NLS-1$ //$NON-NLS-2$243 "seamark:buoy_safe_water:colour_pattern", "vertical")); //$NON-NLS-1$ //$NON-NLS-2$ 244 244 Main.main.undoRedo.add(new ChangePropertyCommand(node, 245 245 "seamark:buoy_safe_water:colour", "red;white")); //$NON-NLS-1$ //$NON-NLS-2$ … … 247 247 case SAFE_BEACON: 248 248 Main.main.undoRedo.add(new ChangePropertyCommand(node, 249 "seamark:beacon_safe_water:colour_pattern", "vertical stripes")); //$NON-NLS-1$ //$NON-NLS-2$249 "seamark:beacon_safe_water:colour_pattern", "vertical")); //$NON-NLS-1$ //$NON-NLS-2$ 250 250 Main.main.undoRedo.add(new ChangePropertyCommand(node, 251 251 "seamark:beacon_safe_water:colour", "red;white")); //$NON-NLS-1$ //$NON-NLS-2$ … … 253 253 case SAFE_FLOAT: 254 254 Main.main.undoRedo.add(new ChangePropertyCommand(node, 255 "seamark:light_float:colour_pattern", "vertical stripes")); //$NON-NLS-1$ //$NON-NLS-2$255 "seamark:light_float:colour_pattern", "vertical")); //$NON-NLS-1$ //$NON-NLS-2$ 256 256 Main.main.undoRedo.add(new ChangePropertyCommand(node, 257 257 "seamark:light_float:colour", "red;white")); //$NON-NLS-1$ //$NON-NLS-2$
Note:
See TracChangeset
for help on using the changeset viewer.