Ignore:
Timestamp:
2019-09-19T14:24:33+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/Rules.java

    r35112 r35114  
    963963                if (!hasAttribute(Obj.LNDMRK, Att.CATLMK) && (!hasAttribute(Obj.LNDMRK, Att.FUNCTN) || testAttribute(Obj.LNDMRK, Att.FUNCTN, FncFNC.FNC_LGHT)) && hasObject(Obj.LIGHTS)) {
    964964                        lights();
    965                         addName(15, new Font("Arial", Font.BOLD, 40), new Delta(Handle.BL, AffineTransform.getTranslateInstance(60, -50)));
    966                 }
    967                 else if (Renderer.zoom >= 12) {
     965                } else if (Renderer.zoom >= 12) {
    968966                        switch (feature.type) {
    969967                        case LNDMRK:
Note: See TracChangeset for help on using the changeset viewer.