Changeset 16564 in josm
- Timestamp:
- 2020-06-07T18:49:02+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r16508 r16564 146 146 new HashSet<>(Arrays.asList("bench", "bicycle_parking"))), 147 147 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"))), 149 150 new UnclosedWaysCheck(1105, "tourism", marktr("tourism type {0}"), 150 151 new HashSet<>(Arrays.asList("attraction", "artwork"))),
Note:
See TracChangeset
for help on using the changeset viewer.