Changeset 15297 in josm for trunk


Ignore:
Timestamp:
2019-08-17T18:33:59+02:00 (5 years ago)
Author:
Klumbumbus
Message:

don't warn about unclosed sport=karting

File:
1 edited

Legend:

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

    r15133 r15297  
    145145        new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")),
    146146        new UnclosedWaysCheck(1104, "sport",     marktr("sport type {0}"),
    147                 new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing", "toboggan", "bobsleigh"))),
     147                new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing", "toboggan", "bobsleigh", "karting"))),
    148148        new UnclosedWaysCheck(1105, "tourism",   marktr("tourism type {0}"),
    149149                new HashSet<>(Arrays.asList("attraction", "artwork"))),
Note: See TracChangeset for help on using the changeset viewer.