Ignore:
Timestamp:
2021-06-26T12:07:47+02:00 (4 years ago)
Author:
malcolmh
Message:

pipe & cable rule change

File:
1 edited

Legend:

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

    r35707 r35772  
    13021302
    13031303        private static void pipelines() {
    1304                 if (((Renderer.zoom >= 14) && (feature.geom.length > 2) && (feature.geom.length < 20)) || ((Renderer.zoom >= 16) && (feature.geom.length <= 2))) {
     1304                if ((Renderer.zoom >= 14)  && (feature.geom.length < 20)) {
    13051305                        if (feature.type == Obj.PIPSOL) {
    13061306                                switch ((CatPIP) getAttEnum(feature.type, Att.CATPIP)) {
Note: See TracChangeset for help on using the changeset viewer.