Changeset 15297 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2019-08-17T18:33:59+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r15133 r15297 145 145 new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")), 146 146 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"))), 148 148 new UnclosedWaysCheck(1105, "tourism", marktr("tourism type {0}"), 149 149 new HashSet<>(Arrays.asList("attraction", "artwork"))),
Note:
See TracChangeset
for help on using the changeset viewer.