Changeset 23608 in osm


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

isol beacon bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/buoys/BuoyIsol.java

    r23445 r23608  
    6262                        else if (str.equals("spar")) //$NON-NLS-1$
    6363                                setStyleIndex(ISOL_SPAR);
    64                 } else if (keys.containsKey("seamark:beacon_isolated_danger:colour")) { //$NON-NLS-1$
    65                         if (keys.containsKey("seamark:beacon_isolated_danger:shape")) { //$NON-NLS-1$
    66                                 str = keys.get("seamark:beacon_isolated_danger:shape"); //$NON-NLS-1$
    67 
    68                                 if (str.equals("tower")) //$NON-NLS-1$
    69                                         setStyleIndex(ISOL_TOWER);
    70                                 else
    71                                         setStyleIndex(ISOL_BEACON);
    72                         } else
     64                } else if (keys.containsKey("seamark:beacon_isolated_danger:shape")) { //$NON-NLS-1$
     65                        str = keys.get("seamark:beacon_isolated_danger:shape"); //$NON-NLS-1$
     66
     67                        if (str.equals("tower")) //$NON-NLS-1$
     68                                setStyleIndex(ISOL_TOWER);
     69                        else
    7370                                setStyleIndex(ISOL_BEACON);
    7471                } else if (keys.containsKey("seamark:type") //$NON-NLS-1$
Note: See TracChangeset for help on using the changeset viewer.