Changeset 35693 in osm for applications/editors/josm/plugins/seachart/src/render/Signals.java
- Timestamp:
- 2021-02-01T10:33:15+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Signals.java
r35687 r35693 617 617 } 618 618 } else { 619 if ((Renderer.zoom >= 15) && (lights.get(0)!= null)) {620 AttMap atts = lights.get(0);619 AttMap atts = lights.get(0); 620 if ((Renderer.zoom >= 15) && (atts != null)) { 621 621 ArrayList<CatLIT> cats = new ArrayList<>(); 622 622 if (atts.containsKey(Att.CATLIT)) {
Note:
See TracChangeset
for help on using the changeset viewer.