Ignore:
Timestamp:
2010-09-25T16:32:00+02:00 (14 years ago)
Author:
malcolmh
Message:

SP cans & cones

File:
1 edited

Legend:

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

    r23295 r23355  
    351351                                        "seamark:buoy_special_purpose:colour", "yellow")); //$NON-NLS-1$ //$NON-NLS-2$
    352352                        break;
     353                case SPEC_CAN:
     354                        super.saveSign("buoy_special_purpose"); //$NON-NLS-1$
     355                        Main.main.undoRedo.add(new ChangePropertyCommand(node,
     356                                        "seamark:buoy_special_purpose:shape", "can")); //$NON-NLS-1$ //$NON-NLS-2$
     357                        Main.main.undoRedo.add(new ChangePropertyCommand(node,
     358                                        "seamark:buoy_special_purpose:colour", "yellow")); //$NON-NLS-1$ //$NON-NLS-2$
     359                        break;
     360                case SPEC_CONE:
     361                        super.saveSign("buoy_special_purpose"); //$NON-NLS-1$
     362                        Main.main.undoRedo.add(new ChangePropertyCommand(node,
     363                                        "seamark:buoy_special_purpose:shape", "conical")); //$NON-NLS-1$ //$NON-NLS-2$
     364                        Main.main.undoRedo.add(new ChangePropertyCommand(node,
     365                                        "seamark:buoy_special_purpose:colour", "yellow")); //$NON-NLS-1$ //$NON-NLS-2$
     366                        break;
    353367                case SPEC_SPHERE:
    354368                        super.saveSign("buoy_special_purpose"); //$NON-NLS-1$
Note: See TracChangeset for help on using the changeset viewer.