Changeset 14735 in josm for trunk/src/org
- Timestamp:
- 2019-01-26T12:26:58+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r14577 r14735 144 144 new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")), 145 145 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"))), 147 147 new UnclosedWaysCheck(1105, "tourism", marktr("tourism type {0}"), 148 148 new HashSet<>(Arrays.asList("attraction", "artwork"))),
Note:
See TracChangeset
for help on using the changeset viewer.