Changeset 18074 in josm for trunk/src/org
- Timestamp:
- 2021-07-19T18:59:04+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r17514 r18074 151 151 new UnclosedWaysCheck(1102, "landuse", marktr("landuse type {0}")), 152 152 new UnclosedWaysCheck(1103, "amenity", marktr("amenity type {0}"), 153 new HashSet<>(Arrays.asList("bench", "bicycle_parking" ))),153 new HashSet<>(Arrays.asList("bench", "bicycle_parking", "weighbridge"))), 154 154 new UnclosedWaysCheck(1104, "sport", marktr("sport type {0}"), 155 155 new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing", "toboggan", "bobsleigh", "karting", "motor", "motocross",
Note:
See TracChangeset
for help on using the changeset viewer.