Changeset 10272 in josm
- Timestamp:
- 2016-05-24T18:33:29+02:00 (9 years ago)
- Location:
- trunk/data/validator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r10146 r10272 231 231 } 232 232 233 /* see #9811, #11491 */ 233 /* see #9811, #11491, #12865 */ 234 234 *[place][place!=farm][/^addr:/], 235 235 *[boundary][/^addr:/], … … 250 250 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}"); 251 251 } 252 way[highway][!postal_code]["addr:postcode"] { 252 way[highway][highway!=services][highway!=rest_area][!postal_code]["addr:postcode"] { 253 253 throwWarning: tr("{0} together with {1}", "{0.key}", "{2.key}"); 254 254 suggestAlternative: "postal_code"; -
trunk/data/validator/deprecated.mapcss
r10249 r10272 382 382 *[aerialway=yes][!public_transport], 383 383 *[amenity=yes], 384 *[leisure=yes], 384 385 *[shop="*"], 385 386 *[craft=yes], -
trunk/data/validator/geometry.mapcss
r10251 r10272 229 229 way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash)$/], 230 230 way[highway] > node[building][!entrance], 231 way[highway] > node[leisure][!entrance], 231 way[highway] > node[leisure][!entrance][leisure!=slipway], 232 232 way[highway] > node[office][!entrance], 233 233 way[highway] > node[shop][!entrance],
Note:
See TracChangeset
for help on using the changeset viewer.