Changeset 14798 in josm
- Timestamp:
- 2019-02-22T23:02:35+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r14735 r14798 42 42 *[border_type ][!boundary], 43 43 *[piste:difficulty ][!piste:type], 44 *[place ][!name], 44 45 *[source:date ][!source], 45 46 *[source:name ][!name], … … 118 119 /* {0.tag} without {1.key} (warning level) */ 119 120 node[emergency=fire_hydrant][!fire_hydrant:type], 120 way [boundary=administrative][!admin_level],121 way [boundary=administrative][!admin_level], 121 122 relation[boundary=administrative][!admin_level], 122 relation[route=bicycle ][!network][type=route],123 relation[route=hiking ][!network][type=route],124 relation[route=foot ][!network][type=route],125 relation[route=horse ][!network][type=route],123 relation[route=bicycle ][!network][type=route], 124 relation[route=hiking ][!network][type=route], 125 relation[route=foot ][!network][type=route], 126 relation[route=horse ][!network][type=route], 126 127 relation[route=piste][!piste:type][type=route], 127 relation[route=ski ][!piste:type][type=route],128 relation[route=ski ][!piste:type][type=route], 128 129 *[tourism=information][!information], 129 130 *[leisure=pitch][!sport], 130 131 *[aeroway=terminal][!building], 131 132 *[power=generator][!generator:source], 133 *[amenity=bank ][!operator], 134 *[amenity=cafe ][!operator], 135 *[amenity=cinema ][!operator], 136 *[amenity=fast_food][!operator], 137 *[amenity=fuel ][!operator], 138 *[amenity=pharmacy ][!operator], 139 *[mountain_pass=yes][!ele], 140 *[natural=peak ][!ele], 132 141 *[amenity=social_facility][!social_facility], 142 *[amenity=place_of_worship][!denomination], 133 143 *[amenity=place_of_worship][!religion] { 134 144 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}"); … … 352 362 } 353 363 354 node[amenity][amenity =~ /^(restaurant|cafe|fast_food)$/][!name][noname!=yes] {364 *[amenity][amenity =~ /^(restaurant|cafe|fast_food|pub|place_of_worship|school|university|hospital|library|theatre|courthouse|bank|cinema|pharmacy|fuel)$/][!name][noname!=yes] { 355 365 throwOther: tr("{0} without {1}", "{0.tag}", "{2.key}"); 356 366 group: tr("missing tag");
Note:
See TracChangeset
for help on using the changeset viewer.