Changeset 17385 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2020-12-02T14:09:37+01:00 (3 years ago)
Author:
GerdP
Message:

fix #20187: Invalid warning: unclosed natural=earth_bank

  • add earth_bank to exclude list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java

    r16564 r17385  
    139139        // duplicate warnings
    140140        new UnclosedWaysCheck(1101, "natural", marktr("natural type {0}"),
    141             new HashSet<>(Arrays.asList("arete", "bay", "cave", "cliff", "coastline", "gorge", "gully", "peak",
    142                             "ridge", "saddle", "strait", "tree", "tree_row", "valley", "volcano"))),
     141            new HashSet<>(Arrays.asList("arete", "bay", "cave", "cliff", "coastline", "earth_bank", "gorge", "gully",
     142                    "peak", "ridge", "saddle", "strait", "tree", "tree_row", "valley", "volcano"))),
    143143
    144144        new UnclosedWaysCheck(1102, "landuse", marktr("landuse type {0}")),
Note: See TracChangeset for help on using the changeset viewer.