Changeset 35483 in osm for applications/editors/josm/plugins/seachart/src/render/Signals.java
- Timestamp:
- 2020-06-04T10:36:16+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Signals.java
r35388 r35483 609 609 cats = (ArrayList<CatLIT>) atts.get(Att.CATLIT).val; 610 610 } 611 str = cats.contains(CatLIT.LIT_DIR) ? "Dir" : ""; 611 str = (cats.contains(CatLIT.LIT_AIR) || cats.contains(CatLIT.LIT_AERO)) ? "Aero" : cats.contains(CatLIT.LIT_DIR) ? "Dir" : ""; 612 612 str += atts.containsKey(Att.MLTYLT) ? atts.get(Att.MLTYLT).val : ""; 613 613 if (atts.containsKey(Att.LITCHR)) {
Note:
See TracChangeset
for help on using the changeset viewer.
