Ignore:
Timestamp:
2020-12-14T14:24:17+01:00 (3 years ago)
Author:
Klumbumbus
Message:

fix #20234 - Don't warn about unclosed natural=mountain_range

File:
1 edited

Legend:

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

    r17385 r17409  
    140140        new UnclosedWaysCheck(1101, "natural", marktr("natural type {0}"),
    141141            new HashSet<>(Arrays.asList("arete", "bay", "cave", "cliff", "coastline", "earth_bank", "gorge", "gully",
    142                     "peak", "ridge", "saddle", "strait", "tree", "tree_row", "valley", "volcano"))),
     142                    "mountain_range", "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.