Changeset 8362 in josm


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

fix #11415 - Wrong warnings about unclosed ways

Location:
trunk
Files:
2 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")),
  • trunk/styles/standard/elemstyles.mapcss

    r8328 r8362  
    22122212    text: auto;
    22132213}
     2214way[amenity=bicycle_parking] {
     2215    width: 2;
     2216    color: amenity_traffic#f7efb7;
     2217}
    22142218area[amenity=parking_space],
    22152219area[amenity=parking],
Note: See TracChangeset for help on using the changeset viewer.