Changeset 8362 in josm
- Timestamp:
- 2015-05-16T02:41:56+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 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")), -
trunk/styles/standard/elemstyles.mapcss
r8328 r8362 2212 2212 text: auto; 2213 2213 } 2214 way[amenity=bicycle_parking] { 2215 width: 2; 2216 color: amenity_traffic#f7efb7; 2217 } 2214 2218 area[amenity=parking_space], 2215 2219 area[amenity=parking],
Note:
See TracChangeset
for help on using the changeset viewer.