Ignore:
Timestamp:
2020-06-07T18:49:02+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19337 - Don't warn about sport=motor|motocross|cycling on unclosed ways

File:
1 edited

Legend:

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

    r16508 r16564  
    146146                new HashSet<>(Arrays.asList("bench", "bicycle_parking"))),
    147147        new UnclosedWaysCheck(1104, "sport",     marktr("sport type {0}"),
    148                 new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing", "toboggan", "bobsleigh", "karting"))),
     148                new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing", "toboggan", "bobsleigh", "karting", "motor", "motocross",
     149                            "cycling"))),
    149150        new UnclosedWaysCheck(1105, "tourism",   marktr("tourism type {0}"),
    150151                new HashSet<>(Arrays.asList("attraction", "artwork"))),
Note: See TracChangeset for help on using the changeset viewer.