Changeset 22891 in osm for applications/editors/josm
- Timestamp:
- 2010-08-30T13:35:23+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyLat.java
r22887 r22891 217 217 setStyleIndex(LAT_BEACON); 218 218 } else if (keys.containsKey("seamark:type") 219 && (keys.get("seamark:type").equals("beacon_lateral"))) { 220 setStyleIndex(LAT_BEACON); 221 } else if (keys.containsKey("seamark:type") 219 222 && (keys.get("seamark:type").equals("light_float"))) { 220 223 setStyleIndex(LAT_FLOAT);
Note:
See TracChangeset
for help on using the changeset viewer.