Changeset 23600 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-10-14T07:31:28+02:00 (14 years ago)
Author:
malcolmh
Message:

'remove classpath property for now (preliminary fix for josm bug #5539)'

File:
1 edited

Legend:

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

    r23295 r23600  
    6464                        else if (str.equals("spar")) //$NON-NLS-1$
    6565                                setStyleIndex(ISOL_SPAR);
    66                 } else if (keys.containsKey("seamark:beacon_isolated_danger:colour")) { //$NON-NLS-1$
    67                         if (keys.containsKey("seamark:beacon_isolated_danger:shape")) { //$NON-NLS-1$
     66                } else if (keys.containsKey("seamark:beacon_isolated_danger:shape")) { //$NON-NLS-1$
    6867                                str = keys.get("seamark:beacon_isolated_danger:shape"); //$NON-NLS-1$
    6968
    7069                                if (str.equals("tower")) //$NON-NLS-1$
    7170                                        setStyleIndex(ISOL_TOWER);
    72                                 else
     71                                else 
    7372                                        setStyleIndex(ISOL_BEACON);
    74                         } else
    75                                 setStyleIndex(ISOL_BEACON);
    7673                } else if (keys.containsKey("seamark:type") //$NON-NLS-1$
    7774                                && (keys.get("seamark:type").equals("light_float"))) { //$NON-NLS-1$ //$NON-NLS-2$
    78                         setStyleIndex(CARD_FLOAT);
     75                        setStyleIndex(ISOL_FLOAT);
    7976                }
    8077
Note: See TracChangeset for help on using the changeset viewer.