Changeset 9837 in josm
- Timestamp:
- 2016-02-19T19:03:05+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r9794 r9837 214 214 } 215 215 216 /* only {0.key}, see #11104 */216 /* only {0.key}, see #11104 #12422 */ 217 217 *[area][eval(number_of_tags()) = 1], 218 218 *[name][eval(number_of_tags()) = 1], 219 *[ref][eval(number_of_tags()) = 1] { 219 *[ref][eval(number_of_tags()) = 1], 220 *[lit][eval(number_of_tags()) = 1] { 220 221 throwWarning: tr("incomplete object: only {0}", "{0.key}"); 221 222 } … … 262 263 *[psv ][!highway][!railway][!waterway][amenity !~ /^parking.*/], 263 264 *[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance], 264 *[maxspeed][!highway][!railway][traffic_sign !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming], 265 *[lit ][!highway][!railway][!piste:type][!amenity][public_transport!=platform][advertising!=billboard][!leisure][!tourism] { 265 *[maxspeed][!highway][!railway][traffic_sign !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming] { 266 266 throwWarning: tr("{0} on suspicious object", "{0.key}"); 267 267 }
Note:
See TracChangeset
for help on using the changeset viewer.