Changeset 8362 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2015-05-16T02:41:56+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #11415 - Wrong warnings about unclosed ways

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java

    r7664 r8362  
    141141        new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")),
    142142        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")),
    144144        new UnclosedWaysCheck(1106, "shop",      marktr("shop type {0}")),
    145145        new UnclosedWaysCheck(1107, "leisure",   marktr("leisure type {0}"), Arrays.asList("track", "slipway")),
Note: See TracChangeset for help on using the changeset viewer.