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


Ignore:
Timestamp:
2019-01-26T12:26:58+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #17253, fix #17254, fix #17255, fix #17256 - remove some false positve validator warnings of attraction=summer_toboggan

File:
1 edited

Legend:

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

    r14577 r14735  
    144144        new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")),
    145145        new UnclosedWaysCheck(1104, "sport",     marktr("sport type {0}"),
    146                 new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing"))),
     146                new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing", "toboggan", "bobsleigh"))),
    147147        new UnclosedWaysCheck(1105, "tourism",   marktr("tourism type {0}"),
    148148                new HashSet<>(Arrays.asList("attraction", "artwork"))),
Note: See TracChangeset for help on using the changeset viewer.