Ignore:
Timestamp:
2019-02-11T21:53:31+01:00 (6 years ago)
Author:
malcolmh
Message:

improve pipelines

File:
1 edited

Legend:

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

    r34885 r34886  
    11921192                if ((Renderer.zoom >= 16) && (feature.geom.length < 2)) {
    11931193                        if (feature.type == Obj.PIPSOL) {
    1194                                 Renderer.lineSymbols(Areas.Pipeline, 1.0, null, null, 0, Symbols.Mline);
     1194                                Renderer.lineSymbols(Areas.Pipeline, 0.33, null, null, 0, Symbols.Mline);
    11951195                        } else if (feature.type == Obj.PIPOHD) {
    11961196                                Renderer.lineVector(new LineStyle(Color.black, 8));
Note: See TracChangeset for help on using the changeset viewer.