Ignore:
Timestamp:
2020-06-04T10:36:16+02:00 (6 years ago)
Author:
malcolmh
Message:

[Seachart] Publish new release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/render/Signals.java

    r35388 r35483  
    609609                    cats = (ArrayList<CatLIT>) atts.get(Att.CATLIT).val;
    610610                }
    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" : "";
    612612                str += atts.containsKey(Att.MLTYLT) ? atts.get(Att.MLTYLT).val : "";
    613613                if (atts.containsKey(Att.LITCHR)) {
Note: See TracChangeset for help on using the changeset viewer.