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

Last change on this file since 15212 was 15194, checked in by Klumbumbus, 5 years ago

fix #17844 - don't warn about maxspeed on suspicious object if traffic_sign:forward or traffic_sign:backward is present

  • Property svn:eol-style set to native
File size: 28.6 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[traffic_sign=maxspeed][!maxspeed],
121node[actuator=manual][!handle],
122node[emergency=fire_hydrant][!fire_hydrant:type],
123way[ boundary=administrative][!admin_level],
124relation[boundary=administrative][!admin_level],
125relation[route=bicycle ][!network][type=route],
126relation[route=hiking ][!network][type=route],
127relation[route=foot ][!network][type=route],
128relation[route=horse ][!network][type=route],
129relation[route=piste][!piste:type][type=route],
130relation[route=ski ][!piste:type][type=route],
131*[tourism=information][!information],
132*[leisure=pitch][!sport],
133*[aeroway=terminal][!building],
134*[power=generator][!generator:source],
135*[amenity=social_facility][!social_facility],
136*[amenity=place_of_worship][!religion] {
137 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
138 group: tr("missing tag");
139}
140
141/* {0.tag} without {1.key} (info level) */
142way[highway=track ][!tracktype],
143way[power=cable ][!location],
144node[power=transformer ][!voltage:primary],
145node[power=transformer ][!voltage:secondary],
146node[transformer=distribution ][!voltage:primary][power=pole],
147node[transformer=distribution ][!voltage:secondary][power=pole],
148way[power=line ][!voltage],
149way[power=minor_line ][!voltage],
150way[power=cable ][!voltage],
151*[power=generator ][!voltage][generator:output:electricity],
152*[power=plant ][!voltage][plant:output:electricity],
153*[power=substation ][!substation],
154*[power=switch ][!switch],
155*[power=transformer ][!transformer],
156*[amenity=bank ][!operator],
157*[amenity=cinema ][!operator],
158*[amenity=fast_food ][!operator],
159*[amenity=fuel ][!operator],
160*[mountain_pass=yes ][!ele],
161*[natural=peak ][!ele],
162*[amenity=place_of_worship ][!denomination],
163*[amenity=parking ][!parking],
164*[amenity=parking_entrance ][!parking] {
165 throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
166 group: tr("missing tag");
167 assertMatch: "way power=line";
168 assertNoMatch: "way power=line voltage=1";
169 assertMatch: "way power=switch";
170 assertMatch: "way power=substation";
171 assertMatch: "way power=substation transformer=foobar";
172 assertNoMatch: "way power=substation substation=foobar";
173 assertMatch: "way power=generator generator:output:electricity=yes";
174 assertNoMatch: "way power=generator";
175 assertNoMatch: "way power=generator generator:output:electricity=yes voltage=1";
176}
177
178/* {0.key} without {1.key} or {2.tag} */
179way[bridge:structure ][!bridge][man_made!=bridge],
180*[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
181*[segregated ][!highway][railway!=crossing] {
182 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
183 group: tr("missing tag");
184}
185
186/* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
187way[highway=motorway][!oneway][junction!=roundabout],
188way[highway=motorway_link][!oneway][junction!=roundabout] {
189 throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
190 group: tr("missing tag");
191}
192
193/* {0.tag} without {1.tag} */
194way[usage=penstock][man_made!=pipeline],
195way[usage=penstock][waterway!=pressurised] {
196 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
197 group: tr("missing tag");
198}
199
200/* {0.tag} without {1.tag} or {2.tag} */
201*[amenity=recycling][recycling_type!=container][recycling_type!=centre] {
202 throwWarning: tr("{0} without {1} or {2}", "{0.tag}", "{1.tag}", "{2.tag}");
203 group: tr("missing tag");
204}
205
206/* {0.key} without {1.key}, {2.tag} or {3.tag} */
207*[intermittent ][!waterway][natural!~/^(water|spring)$/][landuse!~/^(basin|reservoir)$/][ford!=yes],
208*[boat ][!waterway][natural!=water ][landuse!~/^(basin|reservoir)$/][ford!=yes] {
209 throwWarning: tr("{0} without {1}, {2}, {3} or {4}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}", "{4.tag}");
210 group: tr("missing tag");
211}
212
213/* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */
214way[oneway ][!highway][!railway][!aerialway][attraction!=summer_toboggan],
215*[snowplowing][!highway][!amenity][!leisure] {
216 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
217 group: tr("missing tag");
218}
219
220/* {0.key} without {1.key}, {2.key} or {3.tag}, #17255 */
221way[incline ][!highway][!railway][aeroway!~/^(runway|taxiway)$/][attraction!=summer_toboggan],
222*[toll ][!highway][!barrier][route!~/^(ferry|road)$/] {
223 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
224 group: tr("missing tag");
225}
226
227/* {0.tag} together with {1.key}, see #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888 */
228*[power=plant][/^generator:/],
229*[power=generator][/^plant:/],
230*[power=plant][voltage],
231*[power=plant][frequency],
232*[internet_access=no][internet_access:fee],
233node[power=transformer][voltage],
234node[transformer=distribution][voltage][power=pole],
235*[amenity=vending_machine][shop],
236*[noname?][name],
237way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
238way[oneway=yes][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no],
239way[oneway=-1 ][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
240way[oneway=-1 ][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no] {
241 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
242 group: tr("suspicious tag combination");
243 assertMatch: "way power=plant generator:source=wind";
244 assertMatch: "way power=generator plant:source=combustion";
245}
246
247/* {0.tag} together with {1.tag} (info level), see #9696 */
248way[highway=footway][oneway=no] {
249 throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
250 group: tr("suspicious tag combination");
251}
252
253/* {0.tag} together with {1.tag}, see #17623, #17592, #17594, #17542, #16861, #16147, #10186 */
254way[junction=yes][highway],
255way[tracktype=grade1][surface][surface=~/^(unpaved|compacted|gravel|fine_gravel|pebblestone|ground|earth|dirt|grass|sand|mud|ice|salt|snow|woodchips)$/],
256way[tracktype=grade2][surface][surface=~/^(sand|mud)$/],
257way[segregated][bicycle=no],
258way[segregated][foot=no],
259way[man_made=pipeline][tunnel=flooded],
260way[waterway=canal][tunnel=yes] {
261 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
262 group: tr("suspicious tag combination");
263}
264
265way[highway=footway][bicycle=designated],
266way[highway=cycleway][foot=designated] {
267 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
268 group: tr("suspicious tag combination");
269 suggestAlternative: "highway=path";
270}
271
272/* {0.tag} together with {1.tag} (error level) */
273relation[type=multipolygon][area=no] {
274 throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
275 group: tr("suspicious tag combination");
276}
277
278/* {0.key} together with {1.key}, #17630, #17604 */
279*[building:part][building],
280*[addr:street][addr:place] {
281 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
282 group: tr("suspicious tag combination");
283}
284
285/* #11127, #13727 */
286way[waterway][bridge=yes][waterway!=weir] {
287 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.tag}");
288 suggestAlternative: "bridge=aqueduct";
289 group: tr("suspicious tag combination");
290 fixAdd: "bridge=aqueduct";
291}
292way[waterway=weir][bridge=yes][highway] {
293 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
294 suggestAlternative: "waterway=weir + ford=yes";
295 suggestAlternative: "waterway=dam";
296 suggestAlternative: tr("two objects, one with {0} and one with {1} + {2} + {3}", "{0.tag}", "{2.key}", "{1.tag}", "layer");
297 group: tr("suspicious tag combination");
298}
299
300/* #16214 */
301relation[type=multipolygon] >[role="inner"] way[area][eval(number_of_tags()) = 1] {
302 throwWarning: tr("{0} on an inner multipolygon ring without further tags", "{0.tag}");
303 fixRemove: "area";
304 set area_yes_autofix;
305 group: tr("suspicious tag combination");
306}
307
308/* only {0.key}, see #11104 #12422 #14950 */
309*[access][eval(number_of_tags()) = 1],
310*[area][eval(number_of_tags()) = 1]!.area_yes_autofix,
311*[name][eval(number_of_tags()) = 1],
312*[ref][eval(number_of_tags()) = 1],
313*[lit][eval(number_of_tags()) = 1] {
314 throwWarning: tr("incomplete object: only {0}", "{0.key}");
315 group: tr("missing tag");
316}
317/* only {0.key} and {1.key} */
318*[name][area][eval(number_of_tags()) = 2],
319*[name][ref][eval(number_of_tags()) = 2] {
320 throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.key}");
321 group: tr("missing tag");
322}
323/* only {0.tag}, #15269 */
324*[tourism=attraction][eval(number_of_tags()) = 1] {
325 throwWarning: tr("incomplete object: only {0}", "{0.tag}");
326 group: tr("missing tag");
327}
328/* only {0.key} and {1.tag} */
329*[name][tourism=attraction][eval(number_of_tags()) = 2] {
330 throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.tag}");
331 group: tr("missing tag");
332}
333
334/* #9811, #11491, #12865, #14310 */
335*[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)$/],
336/* addr:postcode is used together with place in some countries */
337*[boundary][/^addr:/],
338*[highway][/^addr:/][highway!=services][highway!=rest_area][!"addr:postcode"] {
339 throwWarning: tr("{0} together with addr:*", "{0.key}");
340 group: tr("suspicious tag combination");
341 assertMatch: "node place=foo addr:housenumber=5";
342 assertMatch: "node place=foo addr:housenumber=5 addr:postcode=12345";
343 assertNoMatch: "node place=foo addr:postcode=12345";
344}
345*[!highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
346 throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
347 group: tr("suspicious tag combination");
348}
349*[!highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
350 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
351 group: tr("suspicious tag combination");
352}
353way[highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
354 throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
355 group: tr("suspicious tag combination");
356 fixRemove: "addr:postcode";
357}
358way[highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
359 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
360 group: tr("suspicious tag combination");
361}
362way[highway][highway!=services][highway!=rest_area][!postal_code]["addr:postcode"] {
363 throwWarning: tr("{0} together with {1}", "{0.key}", "{4.key}");
364 suggestAlternative: "postal_code";
365 group: tr("suspicious tag combination");
366 fixChangeKey: "addr:postcode=>postal_code";
367}
368
369/* #9195 */
370way[highway=footway][cycleway=lane] {
371 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
372 suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
373 group: tr("suspicious tag combination");
374}
375
376/* {0} on suspicious object */
377*[tunnel ][!highway][!railway][!waterway][!piste:type][public_transport!=platform][route!=ferry][man_made!=pipeline][man_made!=goods_conveyor][man_made!=wildlife_crossing],
378*[bridge ][!highway][!railway][!waterway][!piste:type][public_transport!=platform][route!=ferry][man_made!=pipeline][man_made!=goods_conveyor][man_made!=wildlife_crossing][man_made!=bridge][building!=bridge],
379*[psv ][!highway][!railway][!waterway][barrier!=bollard][amenity !~ /^parking.*/],
380*[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance][natural!=stone][leisure!=track],
381*[maxspeed][!highway][!railway][traffic_sign !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][traffic_sign:forward !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][traffic_sign:backward !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming][aerialway!=zip_line] {
382 throwWarning: tr("{0} on suspicious object", "{0.key}");
383 group: tr("suspicious tag combination");
384}
385
386*[amenity][amenity =~ /^(restaurant|cafe|fast_food|pub|place_of_worship|school|university|hospital|library|theatre|courthouse|bank|cinema|pharmacy|fuel)$/][!name][noname!=yes] {
387 throwOther: tr("{0} without {1}", "{0.tag}", "{2.key}");
388 group: tr("missing tag");
389 assertMatch: "node amenity=restaurant";
390 assertNoMatch: "node amenity=restaurant noname=yes";
391 assertNoMatch: "node amenity=restaurant name=Foobar";
392}
393
394/* #10193, #16157 */
395way[highway][barrier],
396*[highway][waterway][waterway!=dam][waterway!=weir],
397way[highway][natural][natural!=ridge],
398*[landuse][building][landuse!=retail] {
399 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
400 group: tr("suspicious tag combination");
401 assertNoMatch: "node highway=street_lamp natural=birds_nest";
402}
403
404/* #6932 */
405*[natural=water][leisure=swimming_pool] {
406 throwWarning: tr("natural water used for swimming pool");
407 group: tr("suspicious tag combination");
408 fixRemove: "natural";
409}
410
411/* #9593, #11183, #12418, #12761, #17254 */
412*[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] {
413 throwWarning: tr("sport without physical feature");
414 group: tr("missing tag");
415 assertMatch: "node sport=tennis";
416 assertNoMatch: "node sport=tennis leisure=pitch";
417 assertNoMatch: "node sport=beachvolleyball natural=beach";
418 assertNoMatch: "node sport=skiing"; /* skiing has deprecated warning */
419 assertNoMatch: "node sport=swimming tourism=hotel";
420 assertNoMatch: "node sport=10pin amenity=restaurant";
421}
422
423/* {0.key} without {1.key} or {2.key} see #10140 */
424*[building:levels][!building][!building:part],
425way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {
426 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
427 group: tr("missing tag");
428}
429
430/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 */
431*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
432 throwWarning: tr("alternative name without {0}", "{1.key}");
433 group: tr("missing tag");
434}
435
436/* #10837 */
437way[destination][!oneway?][junction!=roundabout][highway] {
438 throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
439 suggestAlternative: "destination:forward";
440 suggestAlternative: "destination:backward";
441}
442
443/* #11389 */
444way["maxspeed:forward"=*"maxspeed:backward"][!maxspeed] {
445 throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}");
446 suggestAlternative: "maxspeed";
447 group: tr("suspicious tag combination");
448 fixChangeKey: "maxspeed:forward=>maxspeed";
449 fixRemove: "maxspeed:backward";
450}
451way["maxspeed:forward"=*maxspeed]["maxspeed:backward"=*maxspeed][maxspeed] {
452 throwWarning: tr("Same value of {0}, {1} and {2}", "{0.key}", "{1.key}", "{2.key}");
453 set AllSameMaxspeed;
454 suggestAlternative: "maxspeed";
455 group: tr("suspicious tag combination");
456 fixRemove: "maxspeed:forward";
457 fixRemove: "maxspeed:backward";
458}
459way["maxspeed:forward"]["maxspeed:backward"][maxspeed]!.AllSameMaxspeed {
460 throwWarning: tr("{0} and {1} together with {2} and conflicting values", "{0.key}", "{1.key}", "{2.key}");
461 group: tr("suspicious tag combination");
462}
463way["maxspeed:forward"][maxspeed][!"maxspeed:backward"],
464way["maxspeed:backward"][maxspeed][!"maxspeed:forward"] {
465 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
466 group: tr("suspicious tag combination");
467}
468
469/* #11837 */
470way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
471way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
472 throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
473 group: tr("suspicious tag combination");
474}
475
476/* #12942 */
477relation[oneway][type!=route] {
478 throwWarning: tr("{0} on a relation without {1}", "{0.key}", "{1.tag}");
479}
480
481/* #9182 */
482way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] {
483 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}");
484 group: tr("suspicious tag combination");
485}
486way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) <= 400] {
487 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}");
488 group: tr("suspicious tag combination");
489}
490
491/* #13144, #15536 */
492*[unisex=yes][female=yes][male!=yes][shop=hairdresser],
493*[unisex=yes][male=yes][female!=yes][shop=hairdresser] {
494 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
495 group: tr("suspicious tag combination");
496}
497*[unisex=yes][female=yes][male=yes][shop=hairdresser] {
498 throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");
499 group: tr("suspicious tag combination");
500 fixRemove: "female";
501 fixRemove: "male";
502}
503*[female=yes][male=yes][!unisex][shop=hairdresser] {
504 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
505 suggestAlternative: "unisex=yes";
506 group: tr("suspicious tag combination");
507 fixRemove: "female";
508 fixRemove: "male";
509 fixAdd: "unisex=yes";
510}
511
512/* {1.key} without {2.tag} see #13138, #14468 */
513way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
514area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
515 throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
516 group: tr("missing tag");
517}
518
519/* see #8519, #11529, limited to motorways and trunks to avoid false positives for streets with lanes for non motorized traffic */
520way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][turn:lanes ][tag(lanes)!=eval(count(split("|", tag("turn:lanes"))))],
521way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][change:lanes ][tag(lanes)!=eval(count(split("|", tag("change:lanes"))))],
522way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][maxspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("maxspeed:lanes"))))],
523way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][minspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("minspeed:lanes"))))],
524way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:lanes"))))],
525way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:ref:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:ref:lanes"))))],
526way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:symbol:lanes][tag(lanes)!=eval(count(split("|", tag("destination:symbol:lanes"))))] {
527 throwWarning: tr("Different number of lanes in the keys {0} and {1}", "{1.key}", "{2.key}");
528 group: tr("suspicious tag combination");
529}
530
531/* #13680 */
532area[golf=bunker][natural=beach] {
533 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
534 suggestAlternative: "natural=sand";
535 suggestAlternative: "surface=sand";
536 group: tr("suspicious tag combination");
537}
538
539/* #13705 */
540relation[type=multipolygon][building] > way {
541 set part_of_building_MP;
542}
543way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier]!.part_of_building_MP {
544 /* don't exclude shop because a lot of real missing bulding tag cases have a shop tag. */
545 throwOther: tr("possibly missing {0} tag", "{1.key}");
546 group: tr("missing tag");
547}
548
549/* #14125, #14323 */
550way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
551 throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
552 group: tr("missing tag");
553 assertNoMatch: "way highway=primary lanes=2";
554 assertNoMatch: "way highway=primary lanes=3 lanes:backward=2";
555 assertNoMatch: "way highway=primary lanes=3 oneway=-1";
556 assertNoMatch: "way highway=primary lanes=4";
557 assertMatch: "way highway=primary lanes=3";
558}
559
560/* #15774 */
561node[emergency=fire_hydrant][fire_hydrant:count][fire_hydrant:count!=1] {
562 throwOther: tr("{0} together with {1}. Tag each hydrant separately.", "{0.tag}", "{1.tag}");
563}
564
565/* #12502 */
566node[leisure=park][natural=tree] {
567 throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
568 group: tr("suspicious tag combination");
569 fixRemove: "leisure";
570}
571
572/* #17305 */
573area[boundary=administrative][landuse=residential] {
574 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
575 group: tr("suspicious tag combination");
576}
577
578/* #17391 */
579way[highway=pedestrian][width][width<3] {
580 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
581 suggestAlternative: "highway=footway";
582 group: tr("suspicious tag combination");
583 fixAdd: "highway=footway";
584 assertMatch: "way highway=pedestrian width=0.8";
585 assertMatch: "way highway=pedestrian width=1";
586 assertNoMatch: "way highway=pedestrian width=3";
587 assertNoMatch: "way highway=pedestrian width=5.5";
588}
589
590/* see #17623 */
591way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service$|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][area!=yes] {
592 throwOther: tr("A linear object {0} without {1} has a tag indicating that it is an area.", "{1.tag}", "{3.tag}");
593 group: tr("suspicious tag combination");
594}
595
596/* #17804 */
597area[cemetery=sector][landuse=cemetery] {
598 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
599 group: tr("suspicious tag combination");
600}
Note: See TracBrowser for help on using the repository browser.