Ignore:
Timestamp:
2017-11-20T19:24:54+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #15575 - don't warn about unclosed natural=gully

File:
1 edited

Legend:

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

    r11159 r13138  
    136136        // CHECKSTYLE.OFF: SingleSpaceSeparator
    137137        new UnclosedWaysCheck(1101, "natural",   marktr("natural type {0}"),
    138                 new HashSet<>(Arrays.asList("cave", "coastline", "cliff", "tree_row", "ridge", "valley", "arete", "gorge"))),
     138                new HashSet<>(Arrays.asList("cave", "coastline", "cliff", "tree_row", "ridge", "valley", "arete", "gorge", "gully"))),
    139139        new UnclosedWaysCheck(1102, "landuse",   marktr("landuse type {0}")),
    140140        new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")),
Note: See TracChangeset for help on using the changeset viewer.