Changeset 35114 in osm for applications/editors/josm/plugins/seachart/src/render/Rules.java
- Timestamp:
- 2019-09-19T14:24:33+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Rules.java
r35112 r35114 963 963 if (!hasAttribute(Obj.LNDMRK, Att.CATLMK) && (!hasAttribute(Obj.LNDMRK, Att.FUNCTN) || testAttribute(Obj.LNDMRK, Att.FUNCTN, FncFNC.FNC_LGHT)) && hasObject(Obj.LIGHTS)) { 964 964 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) { 968 966 switch (feature.type) { 969 967 case LNDMRK:
Note:
See TracChangeset
for help on using the changeset viewer.