Changeset 8362 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2015-05-16T02:41:56+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r7664 r8362 141 141 new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")), 142 142 new UnclosedWaysCheck(1104, "sport", marktr("sport type {0}"), Arrays.asList("water_slide", "climbing")), 143 new UnclosedWaysCheck(1105, "tourism", marktr("tourism type {0}"), Arrays.asList("attraction")), 143 new UnclosedWaysCheck(1105, "tourism", marktr("tourism type {0}"), Arrays.asList("attraction", "artwork")), 144 144 new UnclosedWaysCheck(1106, "shop", marktr("shop type {0}")), 145 145 new UnclosedWaysCheck(1107, "leisure", marktr("leisure type {0}"), Arrays.asList("track", "slipway")),
Note:
See TracChangeset
for help on using the changeset viewer.