source: josm/trunk/data/validator/combinations.mapcss@ 14915

Last change on this file since 14915 was 14915, checked in by Klumbumbus, 5 years ago
  • see #17493 - fix alphabetical order
  • fix #17500 - don't warn about width on leisure=track (patch by francians)
  • Property svn:eol-style set to native
File size: 27.1 KB
Line 
1/* Rules partially derived from Taginfo statistics - see ticket #5017
2 * Taginfo query: select keypairs.key1, keypairs.key2, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key1='waterway' and keys.key=keypairs.key2 and (key1<>'highway' or keypairs.count_all>12000) and (key1<>'railway' or keypairs.count_all>3000) and (key1<>'waterway' or keypairs.count_all>800) and key2 not like '%:%' and from_fraction_all>0.97 and 1 union select keypairs.key2, keypairs.key1, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key2='waterway' and keys.key=keypairs.key1 and (key2<>'highway' or keypairs.count_all>12000) and (key2<>'railway' or keypairs.count_all>3000) and (key2<>'waterway' or keypairs.count_all>800) and key1 not like '%:%' and from_fraction_all>0.97 and 1 order by keypairs.count_all desc limit 1000;
3 */
4
5/* {0.key} without {1.key} (warning level) */
6way[junction ][!highway][junction!=yes],
7way[lanes ][!highway][leisure!=track][leisure!=swimming_pool],
8way[living_street ][!highway],
9way[maintenance ][!highway],
10way[median ][!highway],
11way[motorroad ][!highway],
12node[ntd_id ][!highway],
13way[sac_scale ][!highway],
14way[sidewalk ][!highway],
15way[step_count ][!highway][man_made!=tower],
16way[tracktype ][!highway],
17way[trail_visibility ][!highway], /* #15029 */
18way[trolley_wire ][!highway],
19way[zip_left ][!highway],
20way[zip_right ][!highway],
21way[detail ][!railway][route!=railway],
22way[eddy_current_brake ][!railway][route!=railway],
23way[electrified ][!railway][route!=railway][!highway], /* #16007 */
24way[etcs ][!railway][route!=railway],
25way[gauge ][!railway][route!=railway],
26way[grade_of_track ][!railway][route!=railway],
27way[kursbuchstrecke ][!railway][route!=railway],
28way[lzb ][!railway][route!=railway],
29way[old_railway_operator ][!railway][route!=railway],
30way[operating_procedure ][!railway][route!=railway],
31way[pzb ][!railway][route!=railway],
32way[structure_gauge ][!railway][route!=railway],
33way[tilting_technology ][!railway][route!=railway],
34way[track_class ][!railway][route!=railway],
35way[tracks ][!railway][route!=railway],
36way[traffic_mode ][!railway][route!=railway],
37way[workrules ][!railway][route!=railway],
38way[stream ][!waterway],
39way[length_unit ][!waterway],
40way[canal ][!waterway],
41way[have_riverbank ][!waterway],
42*[border_type ][!boundary],
43*[piste:difficulty ][!piste:type],
44*[place ][!name][place!=islet],
45*[source:date ][!source],
46*[source:name ][!name],
47*[source:maxspeed:forward ][!maxspeed:forward][!maxspeed],
48*[source:maxspeed:backward ][!maxspeed:backward][!maxspeed],
49*[source:building ][!building],
50*[source:ref ][!ref],
51*[source:population ][!population],
52*[source:postal_code ][!postal_code],
53*[source:ele ][!ele],
54*[source:ref:INSEE ][!ref:INSEE],
55*[source:lit ][!lit],
56*[source:hgv ][!hgv],
57*[source:highway ][!highway],
58*[source:maxaxleload ][!maxaxleload],
59*[source:surface ][!surface],
60*[source:bridge ][!bridge],
61*[source:old_name ][!old_name],
62*[source:bicycle ][!bicycle],
63*[source:designation ][!designation],
64*[source:height ][!height],
65*[source:lanes ][!lanes],
66*[source:postcode ][!addr:postcode],
67*[source:housenumber ][!addr:housenumber],
68*[source:addr:postcode ][!addr:postcode],
69*[source:addr:housenumber ][!addr:housenumber],
70*[source:addr ][!/^addr:/],
71*[source:maxspeed ][!/^maxspeed:?/] {
72 throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
73 group: tr("missing tag");
74 assertMatch: "way lanes=42";
75 assertNoMatch: "way lanes=42 highway=unclassified";
76 assertMatch: "node source:addr:postcode=postman";
77 assertMatch: "node source:addr=postman";
78 assertNoMatch: "node source:addr=postman addr:housenumber=42";
79}
80
81/* {0.key} without {1.key} (info level) */
82way[lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1],
83way[lanes:backward][!lanes:forward][oneway!=yes][oneway!=-1],
84*[leaf_type ][!leaf_cycle],
85*[leaf_cycle][!leaf_type] {
86 throwOther: tr("{0} without {1}", "{0.key}", "{1.key}");
87 group: tr("missing tag");
88}
89
90/* {0.key} without {1.tag} */
91node[fire_hydrant:type ][emergency!=fire_hydrant][disused:emergency!=fire_hydrant],
92*[transformer ][!power],
93way[fence_type ][barrier!=fence],
94*[recycling_type ][amenity!=recycling],
95*[information ][tourism!=information],
96node[board_type ][information!=board],
97*[shelter_type ][amenity!=shelter],
98node[lamp_type ][highway!=street_lamp],
99node[map_type ][information!=map],
100*[site_type ][historic!=archaeological_site],
101*[artwork_type ][tourism!=artwork][exhibit!=artwork],
102*[castle_type ][historic!=castle],
103*[parking ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/],
104way[cutline ][man_made!=cutline],
105*[bunker_type ][military!=bunker] {
106 throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
107 group: tr("missing tag");
108}
109
110/* {0.key} without {1.tag} or {2.tag} */
111*[bridge:movable ][bridge!=movable][man_made!=bridge],
112*[substation ][power!=substation][pipeline!=substation],
113*[reservoir_type ][landuse!=reservoir][water!=reservoir],
114way[waterway=pressurised ][tunnel!=flooded][man_made!=pipeline] {
115 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.tag}", "{2.tag}");
116 group: tr("missing tag");
117}
118
119/* {0.tag} without {1.key} (warning level) */
120node[emergency=fire_hydrant][!fire_hydrant:type],
121way[ boundary=administrative][!admin_level],
122relation[boundary=administrative][!admin_level],
123relation[route=bicycle ][!network][type=route],
124relation[route=hiking ][!network][type=route],
125relation[route=foot ][!network][type=route],
126relation[route=horse ][!network][type=route],
127relation[route=piste][!piste:type][type=route],
128relation[route=ski ][!piste:type][type=route],
129*[tourism=information][!information],
130*[leisure=pitch][!sport],
131*[aeroway=terminal][!building],
132*[power=generator][!generator:source],
133*[amenity=social_facility][!social_facility],
134*[amenity=place_of_worship][!religion] {
135 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
136 group: tr("missing tag");
137}
138
139/* {0.tag} without {1.key} (info level) */
140way[highway=track ][!tracktype],
141way[power=cable ][!location],
142node[power=transformer ][!voltage:primary],
143node[power=transformer ][!voltage:secondary],
144node[transformer=distribution ][!voltage:primary][power=pole],
145node[transformer=distribution ][!voltage:secondary][power=pole],
146way[power=line ][!voltage],
147way[power=minor_line ][!voltage],
148way[power=cable ][!voltage],
149*[power=generator ][!voltage][generator:output:electricity],
150*[power=plant ][!voltage][plant:output:electricity],
151*[power=substation ][!substation],
152*[power=switch ][!switch],
153*[power=transformer ][!transformer],
154*[amenity=bank ][!operator],
155*[amenity=cinema ][!operator],
156*[amenity=fast_food ][!operator],
157*[amenity=fuel ][!operator],
158*[mountain_pass=yes ][!ele],
159*[natural=peak ][!ele],
160*[amenity=place_of_worship ][!denomination],
161*[amenity=parking ][!parking],
162*[amenity=parking_entrance ][!parking] {
163 throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
164 group: tr("missing tag");
165 assertMatch: "way power=line";
166 assertNoMatch: "way power=line voltage=1";
167 assertMatch: "way power=switch";
168 assertMatch: "way power=substation";
169 assertMatch: "way power=substation transformer=foobar";
170 assertNoMatch: "way power=substation substation=foobar";
171 assertMatch: "way power=generator generator:output:electricity=yes";
172 assertNoMatch: "way power=generator";
173 assertNoMatch: "way power=generator generator:output:electricity=yes voltage=1";
174}
175
176/* {0.key} without {1.key} or {2.tag} */
177way[bridge:structure ][!bridge][man_made!=bridge],
178*[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
179*[segregated ][!highway][railway!=crossing] {
180 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
181 group: tr("missing tag");
182}
183
184/* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
185way[highway=motorway][!oneway][junction!=roundabout],
186way[highway=motorway_link][!oneway][junction!=roundabout] {
187 throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
188 group: tr("missing tag");
189}
190
191/* {0.tag} without {1.tag} */
192way[usage=penstock][man_made!=pipeline],
193way[usage=penstock][waterway!=pressurised] {
194 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
195 group: tr("missing tag");
196}
197
198/* {0.tag} without {1.tag} or {2.tag} */
199*[amenity=recycling][recycling_type!=container][recycling_type!=centre] {
200 throwWarning: tr("{0} without {1} or {2}", "{0.tag}", "{1.tag}", "{2.tag}");
201 group: tr("missing tag");
202}
203
204/* {0.key} without {1.key}, {2.tag} or {3.tag} */
205*[intermittent ][!waterway][natural!~/^(water|spring)$/][landuse!~/^(basin|reservoir)$/][ford!=yes],
206*[boat ][!waterway][natural!=water ][landuse!~/^(basin|reservoir)$/][ford!=yes] {
207 throwWarning: tr("{0} without {1}, {2}, {3} or {4}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}", "{4.tag}");
208 group: tr("missing tag");
209}
210
211/* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */
212way[oneway ][!highway][!railway][!aerialway][attraction!=summer_toboggan],
213*[snowplowing][!highway][!amenity][!leisure] {
214 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
215 group: tr("missing tag");
216}
217
218/* {0.key} without {1.key}, {2.key} or {3.tag}, #17255 */
219way[incline ][!highway][!railway][aeroway!~/^(runway|taxiway)$/][attraction!=summer_toboggan],
220*[toll ][!highway][!barrier][route!~/^(ferry|road)$/] {
221 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
222 group: tr("missing tag");
223}
224
225/* {0.tag} together with {1.key}, see #16464, #10837, #14034, #9389, #11977, #13156, #16888 */
226*[internet_access=no][internet_access:fee],
227node[power=transformer][voltage],
228node[transformer=distribution][voltage][power=pole],
229*[amenity=vending_machine][shop],
230*[noname?][name],
231way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
232way[oneway=yes][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no],
233way[oneway=-1 ][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
234way[oneway=-1 ][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no] {
235 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
236 group: tr("suspicious tag combination");
237}
238
239/* {0.tag} together with {1.tag} (info level), see #9696 */
240way[highway=footway][oneway=no] {
241 throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
242 group: tr("suspicious tag combination");
243}
244
245/* {0.tag} together with {1.tag}, see #16861, #16147, #10186 */
246way[segregated][bicycle=no],
247way[segregated][foot=no],
248way[man_made=pipeline][tunnel=flooded],
249way[waterway=canal][tunnel=yes],
250way[highway=footway][bicycle=designated] {
251 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
252 group: tr("suspicious tag combination");
253}
254
255/* {0.tag} together with {1.tag} (error level) */
256relation[type=multipolygon][area=no] {
257 throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
258 group: tr("suspicious tag combination");
259}
260
261/* {0.key} together with {1.key} (info level) */
262*[addr:street][addr:place] {
263 throwOther: tr("{0} together with {1}", "{0.key}", "{1.key}");
264 group: tr("suspicious tag combination");
265}
266
267/* #11127, #13727 */
268way[waterway][bridge=yes][waterway!=weir] {
269 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.tag}");
270 suggestAlternative: "bridge=aqueduct";
271 group: tr("suspicious tag combination");
272 fixAdd: "bridge=aqueduct";
273}
274way[waterway=weir][bridge=yes][highway] {
275 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
276 suggestAlternative: "waterway=weir + ford=yes";
277 suggestAlternative: "waterway=dam";
278 suggestAlternative: tr("two objects, one with {0} and one with {1} + {2} + {3}", "{0.tag}", "{2.key}", "{1.tag}", "layer");
279 group: tr("suspicious tag combination");
280}
281
282/* #16214 */
283relation[type=multipolygon] >[role="inner"] way[area][eval(number_of_tags()) = 1] {
284 throwWarning: tr("{0} on an inner multipolygon ring without further tags", "{0.tag}");
285 fixRemove: "area";
286 set area_yes_autofix;
287 group: tr("suspicious tag combination");
288}
289
290/* only {0.key}, see #11104 #12422 #14950 */
291*[access][eval(number_of_tags()) = 1],
292*[area][eval(number_of_tags()) = 1]!.area_yes_autofix,
293*[name][eval(number_of_tags()) = 1],
294*[ref][eval(number_of_tags()) = 1],
295*[lit][eval(number_of_tags()) = 1] {
296 throwWarning: tr("incomplete object: only {0}", "{0.key}");
297 group: tr("missing tag");
298}
299/* only {0.key} and {1.key} */
300*[name][area][eval(number_of_tags()) = 2],
301*[name][ref][eval(number_of_tags()) = 2] {
302 throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.key}");
303 group: tr("missing tag");
304}
305/* only {0.tag}, #15269 */
306*[tourism=attraction][eval(number_of_tags()) = 1] {
307 throwWarning: tr("incomplete object: only {0}", "{0.tag}");
308 group: tr("missing tag");
309}
310/* only {0.key} and {1.tag} */
311*[name][tourism=attraction][eval(number_of_tags()) = 2] {
312 throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.tag}");
313 group: tr("missing tag");
314}
315
316/* #9811, #11491, #12865, #14310 */
317*[place][place!=farm][/^(addr:housenumber|addr:housename|addr:flats|addr:conscriptionnumber|addr:street|addr:place|addr:city|addr:country|addr:full|addr:hamlet|addr:suburb|addr:subdistrict|addr:district|addr:province|addr:state|addr:interpolation|addr:interpolation|addr:inclusion)$/],
318/* addr:postcode is used together with place in some countries */
319*[boundary][/^addr:/],
320*[highway][/^addr:/][highway!=services][highway!=rest_area][!"addr:postcode"] {
321 throwWarning: tr("{0} together with addr:*", "{0.key}");
322 group: tr("suspicious tag combination");
323 assertMatch: "node place=foo addr:housenumber=5";
324 assertMatch: "node place=foo addr:housenumber=5 addr:postcode=12345";
325 assertNoMatch: "node place=foo addr:postcode=12345";
326}
327*[!highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
328 throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
329 group: tr("suspicious tag combination");
330}
331*[!highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
332 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
333 group: tr("suspicious tag combination");
334}
335way[highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
336 throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
337 group: tr("suspicious tag combination");
338 fixRemove: "addr:postcode";
339}
340way[highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
341 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
342 group: tr("suspicious tag combination");
343}
344way[highway][highway!=services][highway!=rest_area][!postal_code]["addr:postcode"] {
345 throwWarning: tr("{0} together with {1}", "{0.key}", "{4.key}");
346 suggestAlternative: "postal_code";
347 group: tr("suspicious tag combination");
348 fixChangeKey: "addr:postcode=>postal_code";
349}
350
351/* #9195 */
352way[highway=footway][cycleway=lane] {
353 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
354 suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
355 group: tr("suspicious tag combination");
356}
357
358/* {0} on suspicious object */
359*[tunnel ][!highway][!railway][!waterway][!piste:type][public_transport!=platform][route!=ferry][man_made!=pipeline][man_made!=goods_conveyor],
360*[bridge ][!highway][!railway][!waterway][!piste:type][public_transport!=platform][route!=ferry][man_made!=pipeline][man_made!=goods_conveyor][man_made!=bridge][building!=bridge],
361*[psv ][!highway][!railway][!waterway][amenity !~ /^parking.*/],
362*[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance][natural!=stone][leisure!=track],
363*[maxspeed][!highway][!railway][traffic_sign !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming][aerialway!=zip_line] {
364 throwWarning: tr("{0} on suspicious object", "{0.key}");
365 group: tr("suspicious tag combination");
366}
367
368*[amenity][amenity =~ /^(restaurant|cafe|fast_food|pub|place_of_worship|school|university|hospital|library|theatre|courthouse|bank|cinema|pharmacy|fuel)$/][!name][noname!=yes] {
369 throwOther: tr("{0} without {1}", "{0.tag}", "{2.key}");
370 group: tr("missing tag");
371 assertMatch: "node amenity=restaurant";
372 assertNoMatch: "node amenity=restaurant noname=yes";
373 assertNoMatch: "node amenity=restaurant name=Foobar";
374}
375
376/* #10193, #16157 */
377way[highway][barrier],
378*[highway][waterway][waterway!=dam][waterway!=weir],
379way[highway][natural][natural!=ridge],
380*[landuse][building][landuse!=retail] {
381 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
382 group: tr("suspicious tag combination");
383 assertNoMatch: "node highway=street_lamp natural=birds_nest";
384}
385
386/* #6932 */
387*[natural=water][leisure=swimming_pool] {
388 throwWarning: tr("natural water used for swimming pool");
389 group: tr("suspicious tag combination");
390 fixRemove: "natural";
391}
392
393/* #9593, #11183, #12418, #12761, #17254 */
394*[sport][sport!=skiing][!building][!club][tourism != hotel][highway != raceway][!leisure][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports][attraction!=summer_toboggan] {
395 throwWarning: tr("sport without physical feature");
396 group: tr("missing tag");
397 assertMatch: "node sport=tennis";
398 assertNoMatch: "node sport=tennis leisure=pitch";
399 assertNoMatch: "node sport=beachvolleyball natural=beach";
400 assertNoMatch: "node sport=skiing"; /* skiing has deprecated warning */
401 assertNoMatch: "node sport=swimming tourism=hotel";
402 assertNoMatch: "node sport=10pin amenity=restaurant";
403}
404
405/* {0.key} without {1.key} or {2.key} see #10140 */
406*[building:levels][!building][!building:part],
407way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {
408 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
409 group: tr("missing tag");
410}
411
412/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 */
413*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
414 throwWarning: tr("alternative name without {0}", "{1.key}");
415 group: tr("missing tag");
416}
417
418/* #10837 */
419way[destination][!oneway?][junction!=roundabout][highway] {
420 throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
421 suggestAlternative: "destination:forward";
422 suggestAlternative: "destination:backward";
423}
424
425/* #11389 */
426way["maxspeed:forward"=*"maxspeed:backward"][!maxspeed] {
427 throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}");
428 suggestAlternative: "maxspeed";
429 group: tr("suspicious tag combination");
430 fixChangeKey: "maxspeed:forward=>maxspeed";
431 fixRemove: "maxspeed:backward";
432}
433way["maxspeed:forward"=*maxspeed]["maxspeed:backward"=*maxspeed][maxspeed] {
434 throwWarning: tr("Same value of {0}, {1} and {2}", "{0.key}", "{1.key}", "{2.key}");
435 set AllSameMaxspeed;
436 suggestAlternative: "maxspeed";
437 group: tr("suspicious tag combination");
438 fixRemove: "maxspeed:forward";
439 fixRemove: "maxspeed:backward";
440}
441way["maxspeed:forward"]["maxspeed:backward"][maxspeed]!.AllSameMaxspeed {
442 throwWarning: tr("{0} and {1} together with {2} and conflicting values", "{0.key}", "{1.key}", "{2.key}");
443 group: tr("suspicious tag combination");
444}
445way["maxspeed:forward"][maxspeed][!"maxspeed:backward"],
446way["maxspeed:backward"][maxspeed][!"maxspeed:forward"] {
447 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
448 group: tr("suspicious tag combination");
449}
450
451/* #11837 */
452way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
453way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
454 throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
455 group: tr("suspicious tag combination");
456}
457
458/* #12942 */
459relation[oneway][type!=route] {
460 throwWarning: tr("{0} on a relation without {1}", "{0.key}", "{1.tag}");
461}
462
463/* #9182 */
464way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] {
465 throwWarning: tr("Long waterway with {0} but without a tag which defines it as tunnel or underground. Remove {1} or add a tunnel tag if applicable. Also check crossing bridges and their {1} tags.", "{1.tag}", "{1.key}");
466 group: tr("suspicious tag combination");
467}
468way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) <= 400] {
469 throwOther: tr("Short waterway with {0} but without a tag which defines it as tunnel or underground. Remove {1} or add a tunnel tag if applicable. Also check crossing bridges and their {1} tags.", "{1.tag}", "{1.key}");
470 group: tr("suspicious tag combination");
471}
472
473/* #13144, #15536 */
474*[unisex=yes][female=yes][male!=yes][shop=hairdresser],
475*[unisex=yes][male=yes][female!=yes][shop=hairdresser] {
476 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
477 group: tr("suspicious tag combination");
478}
479*[unisex=yes][female=yes][male=yes][shop=hairdresser] {
480 throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");
481 group: tr("suspicious tag combination");
482 fixRemove: "female";
483 fixRemove: "male";
484}
485*[female=yes][male=yes][!unisex][shop=hairdresser] {
486 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
487 suggestAlternative: "unisex=yes";
488 group: tr("suspicious tag combination");
489 fixRemove: "female";
490 fixRemove: "male";
491 fixAdd: "unisex=yes";
492}
493
494/* {1.key} without {2.tag} see #13138, #14468 */
495way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
496area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
497 throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
498 group: tr("missing tag");
499}
500
501/* see #8519, #11529, limited to motorways and trunks to avoid false positives for streets with lanes for non motorized traffic */
502way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][turn:lanes ][tag(lanes)!=eval(count(split("|", tag("turn:lanes"))))],
503way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][change:lanes ][tag(lanes)!=eval(count(split("|", tag("change:lanes"))))],
504way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][maxspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("maxspeed:lanes"))))],
505way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][minspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("minspeed:lanes"))))],
506way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:lanes"))))],
507way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:ref:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:ref:lanes"))))],
508way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:symbol:lanes][tag(lanes)!=eval(count(split("|", tag("destination:symbol:lanes"))))] {
509 throwWarning: tr("Different number of lanes in the keys {0} and {1}", "{1.key}", "{2.key}");
510 group: tr("suspicious tag combination");
511}
512
513/* #13680 */
514area[golf=bunker][natural=beach] {
515 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
516 suggestAlternative: "natural=sand";
517 suggestAlternative: "surface=sand";
518 group: tr("suspicious tag combination");
519}
520
521/* #13705 */
522relation[type=multipolygon][building] > way {
523 set part_of_building_MP;
524}
525way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier]!.part_of_building_MP {
526 /* don't exclude shop because a lot of real missing bulding tag cases have a shop tag. */
527 throwOther: tr("possibly missing {0} tag", "{1.key}");
528 group: tr("missing tag");
529}
530
531/* #14125, #14323 */
532way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
533 throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
534 group: tr("missing tag");
535 assertNoMatch: "way highway=primary lanes=2";
536 assertNoMatch: "way highway=primary lanes=3 lanes:backward=2";
537 assertNoMatch: "way highway=primary lanes=3 oneway=-1";
538 assertNoMatch: "way highway=primary lanes=4";
539 assertMatch: "way highway=primary lanes=3";
540}
541
542/* #15774 */
543node[emergency=fire_hydrant][fire_hydrant:count][fire_hydrant:count!=1] {
544 throwOther: tr("{0} together with {1}. Tag each hydrant separately.", "{0.tag}", "{1.tag}");
545}
546
547/* #12502 */
548node[leisure=park][natural=tree] {
549 throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
550 group: tr("suspicious tag combination");
551 fixRemove: "leisure";
552}
553
554/* #17305 */
555area[boundary=administrative][landuse=residential] {
556 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
557 group: tr("suspicious tag combination");
558}
559
560/* #17391 */
561way[highway=pedestrian][width][width<3] {
562 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
563 suggestAlternative: "highway=footway";
564 group: tr("suspicious tag combination");
565 fixAdd: "highway=footway";
566 assertMatch: "way highway=pedestrian width=0.8";
567 assertMatch: "way highway=pedestrian width=1";
568 assertNoMatch: "way highway=pedestrian width=3";
569 assertNoMatch: "way highway=pedestrian width=5.5";
570}
Note: See TracBrowser for help on using the repository browser.