Changeset 6916 in josm


Ignore:
Timestamp:
2014-03-21T00:28:20+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9842 - exclude natural=gorge from Unclosed way test

File:
1 edited

Legend:

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

    r6665 r6916  
    138138
    139139    private final UnclosedWaysCheck[] checks = {
    140         new UnclosedWaysCheck(1101, "natural",   marktr("natural type {0}"), Arrays.asList("coastline", "cliff", "tree_row", "ridge", "arete")),
     140        new UnclosedWaysCheck(1101, "natural",   marktr("natural type {0}"), Arrays.asList("coastline", "cliff", "tree_row", "ridge", "arete", "gorge")),
    141141        new UnclosedWaysCheck(1102, "landuse",   marktr("landuse type {0}")),
    142142        new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")),
Note: See TracChangeset for help on using the changeset viewer.