Changeset 6604 in josm for trunk


Ignore:
Timestamp:
2014-01-03T05:03:24+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #9506 - validator: ignore natural=ridge/arete from unclosed ways test

File:
1 edited

Legend:

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

    r6390 r6604  
    138138
    139139    private final UnclosedWaysCheck[] checks = {
    140         new UnclosedWaysCheck(1101, "natural",   marktr("natural type {0}"), Arrays.asList("coastline", "cliff", "tree_row")),
     140        new UnclosedWaysCheck(1101, "natural",   marktr("natural type {0}"), Arrays.asList("coastline", "cliff", "tree_row", "ridge", "arete")),
    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.