Changeset 35096 in osm for applications/editors/josm/plugins/seachart/src/render/Signals.java
- Timestamp:
- 2019-08-21T09:01:03+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Signals.java
r35086 r35096 360 360 } 361 361 String str = ""; 362 if (lights.get(1) != null) { 362 if ((lights.get(1) != null) && (Renderer.zoom >= 12)) { 363 363 for (AttMap atts : lights.values()) { 364 364 Enum<ColCOL> col1 = null;
Note:
See TracChangeset
for help on using the changeset viewer.