Ignore:
Timestamp:
2014-03-20T15:14:02+01:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r30325 r30333  
    577577                case BERTHS:
    578578                        if (Renderer.zoom >= 14) {
    579                                 Renderer.labelText(feature, name == null ? " " : name, new Font("Arial", Font.PLAIN, 40), Msymb, LabelStyle.RRCT, Mline, Color.white, null);
     579                                Renderer.lineVector(feature, new LineStyle(Mline, 6, new float[] { 20, 20 }));
     580                                Renderer.labelText(feature, name == null ? " " : name, new Font("Arial", Font.PLAIN, 40), Msymb, LabelStyle.RRCT, Mline, Color.white);
    580581                        }
    581582                        break;
Note: See TracChangeset for help on using the changeset viewer.