Ignore:
Timestamp:
2013-02-22T13:53:24+01:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/seamap/Rules.java

    r29266 r29275  
    294294                case ACHARE:
    295295                        if (zoom >= 12) {
    296                                 Renderer.symbol(feature, Harbours.Anchorage, null, null);
     296                                if (feature.flag != Fflag.LINE)
     297                                        Renderer.symbol(feature, Harbours.Anchorage, null, null);
    297298                                Renderer.lineSymbols(feature, Areas.Restricted, 1.0, Areas.LineAnchor, 10);
    298299                                if ((zoom >= 15) && ((name) != null)) {
Note: See TracChangeset for help on using the changeset viewer.