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

Last change on this file since 11430 was 11430, checked in by Klumbumbus, 7 years ago

fix #14201 - don't warn about width + natural=stone combination

  • Property svn:eol-style set to native
File size: 22.9 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],
16way[tracktype ][!highway],
17way[trail_visibility ][!highway],
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],
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[usage ][!railway][route!=railway][man_made!=pipeline],
38way[workrules ][!railway][route!=railway],
39way[stream ][!waterway],
40way[length_unit ][!waterway],
41way[canal ][!waterway],
42way[have_riverbank ][!waterway],
43*[border_type ][!boundary],
44way[bridge:structure ][!bridge],
45*[piste:difficulty ][!piste:type],
46*[source:date ][!source],
47*[source:name ][!name],
48*[source:maxspeed:forward ][!maxspeed:forward],
49*[source:maxspeed:backward ][!maxspeed:backward],
50*[source:maxspeed:forward ][!source:maxspeed:backward],
51*[source:maxspeed:backward ][!source:maxspeed:forward],
52*[source:building ][!building],
53*[source:ref ][!ref],
54*[source:population ][!population],
55*[source:postal_code ][!postal_code],
56*[source:ele ][!ele],
57*[source:ref:INSEE ][!ref:INSEE],
58*[source:lit ][!lit],
59*[source:hgv ][!hgv],
60*[source:highway ][!highway],
61*[source:maxaxleload ][!maxaxleload],
62*[source:surface ][!surface],
63*[source:bridge ][!bridge],
64*[source:old_name ][!old_name],
65*[source:bicycle ][!bicycle],
66*[source:designation ][!designation],
67*[source:height ][!height],
68*[source:lanes ][!lanes],
69*[source:postcode ][!addr:postcode],
70*[source:housenumber ][!addr:housenumber],
71*[source:addr:postcode ][!addr:postcode],
72*[source:addr:housenumber ][!addr:housenumber],
73*[source:addr ][!/^addr:/],
74*[source:maxspeed ][!/^maxspeed:?/] {
75 throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
76 group: tr("missing tag");
77 assertMatch: "way lanes=42";
78 assertNoMatch: "way lanes=42 highway=unclassified";
79 assertMatch: "node source:addr:postcode=postman";
80 assertMatch: "node source:addr=postman";
81 assertNoMatch: "node source:addr=postman addr:housenumber=42";
82}
83
84/* {0.key} without {1.key} (info level) */
85way[lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1],
86way[lanes:backward][!lanes:forward][oneway!=yes][oneway!=-1],
87*[leaf_type ][!leaf_cycle],
88*[leaf_cycle][!leaf_type] {
89 throwOther: tr("{0} without {1}", "{0.key}", "{1.key}");
90 group: tr("missing tag");
91}
92
93/* {0.key} without {1.tag} */
94*[transformer ][!power],
95way[fence_type ][barrier!=fence],
96*[recycling_type ][amenity!=recycling],
97*[information ][tourism!=information],
98node[board_type ][information!=board],
99*[shelter_type ][amenity!=shelter],
100node[lamp_type ][highway!=street_lamp],
101node[map_type ][information!=map],
102*[site_type ][historic!=archaeological_site],
103*[artwork_type ][tourism!=artwork],
104*[castle_type ][historic!=castle],
105*[bridge:movable ][bridge!=movable],
106*[parking ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/],
107way[cutline ][man_made!=cutline],
108*[bunker_type ][military!=bunker] {
109 throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
110 group: tr("missing tag");
111}
112
113/* {0.key} without {1.tag} or {2.tag} */
114*[substation ][power!=substation][pipeline!=substation],
115*[reservoir_type ][landuse!=reservoir][water!=reservoir] {
116 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.tag}", "{2.tag}");
117 group: tr("missing tag");
118}
119
120/* {0.tag} without {1.key} (warning level) */
121relation[route=bicycle][!network][type=route],
122relation[route=hiking][!network][type=route],
123relation[route=foot][!network][type=route],
124relation[route=horse][!network][type=route],
125relation[route=piste][!piste:type][type=route],
126relation[route=ski][!piste:type][type=route],
127*[tourism=information][!information],
128*[leisure=pitch][!sport],
129*[aeroway=terminal][!building],
130*[power=generator][!generator:source],
131*[amenity=social_facility][!social_facility],
132*[amenity=place_of_worship][!religion] {
133 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
134 group: tr("missing tag");
135}
136
137/* {0.tag} without {1.key} (info level) */
138way[highway=track ][!tracktype],
139way[power=cable ][!location],
140node[power=transformer ][!voltage],
141way[power=line ][!voltage],
142way[power=minor_line ][!voltage],
143way[power=cable ][!voltage],
144*[power=generator ][!voltage][generator:output:electricity],
145*[power=plant ][!voltage][plant:output:electricity],
146*[power=substation ][!substation],
147*[power=transformer ][!transformer],
148*[amenity=parking ][!parking],
149*[amenity=parking_entrance ][!parking] {
150 throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
151 group: tr("missing tag");
152 assertMatch: "way power=line";
153 assertNoMatch: "way power=line voltage=1";
154 assertNoMatch: "way power=switch";
155 assertMatch: "way power=substation";
156 assertMatch: "way power=substation transformer=foobar";
157 assertNoMatch: "way power=substation substation=foobar";
158 assertMatch: "way power=generator generator:output:electricity=yes";
159 assertNoMatch: "way power=generator";
160 assertNoMatch: "way power=generator generator:output:electricity=yes voltage=1";
161}
162
163/* {0.key} without {1.key} or {2.key} */
164way[oneway][!highway][!railway] {
165 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
166 group: tr("missing tag");
167}
168
169/* {0.key} without {1.key} or {2.tag} */
170*[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
171*[segregated ][!highway][railway!=crossing] {
172 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
173 group: tr("missing tag");
174}
175
176/* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
177way[highway=motorway][!oneway][junction!=roundabout],
178way[highway=motorway_link][!oneway][junction!=roundabout] {
179 throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
180 group: tr("missing tag");
181}
182
183/* {0.tag} without {1.tag} or {2.tag} */
184*[amenity=recycling][recycling_type!=container][recycling_type!=centre] {
185 throwWarning: tr("{0} without {1} or {2}", "{0.tag}", "{1.tag}", "{2.tag}");
186 group: tr("missing tag");
187}
188
189/* {0.key} without {1.key}, {2.tag} or {3.tag} */
190*[intermittent ][!waterway][natural!~/^(water|spring)$/][ford!=yes],
191*[boat ][!waterway][natural!=water][landuse!=basin] {
192 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}");
193 group: tr("missing tag");
194}
195
196/* {0.key} without {1.key}, {2.key} or {3.key} */
197*[snowplowing ][!highway][!amenity][!leisure] {
198 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
199 group: tr("missing tag");
200}
201
202/* {0.key} without {1.key}, {2.key} or {3.tag} */
203way[incline ][!highway][!railway][aeroway!~/^(runway|taxiway)$/],
204*[toll ][!highway][!barrier][route!~/^(ferry|road)$/] {
205 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
206 group: tr("missing tag");
207}
208
209/* {0.tag} together with {1.key}, see #10837, #14034 */
210*[amenity=vending_machine][shop],
211*[noname?][name] {
212 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
213 group: tr("suspicious tag combination");
214}
215
216/* {0.tag} together with {1.key}, see #9389, #11977, #13156 */
217way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath],
218way[oneway=yes][/:forward/][!traffic_sign:forward][bicycle:forward!=use_sidepath],
219way[oneway=-1 ][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath],
220way[oneway=-1 ][/:forward/][!traffic_sign:forward][bicycle:forward!=use_sidepath] {
221 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
222 group: tr("suspicious tag combination");
223}
224
225/* {0.tag} together with {1.tag} (info level), see #9696 */
226way[highway=footway][oneway=no] {
227 throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
228 group: tr("suspicious tag combination");
229}
230
231/* {0.tag} together with {1.tag}, see #10186 */
232way[highway=footway][bicycle=designated] {
233 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
234 group: tr("suspicious tag combination");
235}
236
237/* #11127, #13727 */
238way[waterway][bridge=yes][waterway!=weir] {
239 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.tag}");
240 suggestAlternative: "bridge=aqueduct";
241 group: tr("suspicious tag combination");
242 fixAdd: "bridge=aqueduct";
243}
244way[waterway=weir][bridge=yes][highway] {
245 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
246 suggestAlternative: "waterway=weir + ford=yes";
247 suggestAlternative: "waterway=dam";
248 suggestAlternative: tr("two objects, one with {0} and one with {1} + {2} + {3}", "{0.tag}", "{2.key}", "{1.tag}", "layer");
249 group: tr("suspicious tag combination");
250}
251
252/* only {0.key}, see #11104 #12422 */
253*[area][eval(number_of_tags()) = 1],
254*[name][eval(number_of_tags()) = 1],
255*[ref][eval(number_of_tags()) = 1],
256*[lit][eval(number_of_tags()) = 1] {
257 throwWarning: tr("incomplete object: only {0}", "{0.key}");
258 group: tr("missing tag");
259}
260/* only {0.key} and {1.key}, see #11104 */
261*[name][area][eval(number_of_tags()) = 2],
262*[name][ref][eval(number_of_tags()) = 2] {
263 throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.key}");
264 group: tr("missing tag");
265}
266
267/* #9811, #11491, #12865 */
268*[place][place!=farm][/^addr:/],
269*[boundary][/^addr:/],
270*[highway][/^addr:/][highway!=services][highway!=rest_area][!"addr:postcode"] {
271 throwWarning: tr("{0} together with addr:*", "{0.key}");
272 group: tr("suspicious tag combination");
273}
274*[!highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
275 throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
276 group: tr("suspicious tag combination");
277}
278*[!highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
279 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
280 group: tr("suspicious tag combination");
281}
282way[highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
283 throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
284 group: tr("suspicious tag combination");
285 fixRemove: "addr:postcode";
286}
287way[highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
288 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
289 group: tr("suspicious tag combination");
290}
291way[highway][highway!=services][highway!=rest_area][!postal_code]["addr:postcode"] {
292 throwWarning: tr("{0} together with {1}", "{0.key}", "{4.key}");
293 suggestAlternative: "postal_code";
294 group: tr("suspicious tag combination");
295 fixChangeKey: "addr:postcode=>postal_code";
296}
297
298/* #9195 */
299way[highway=footway][cycleway=lane] {
300 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
301 suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
302 group: tr("suspicious tag combination");
303}
304
305/* {0} on suspicious object */
306*[tunnel ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline],
307*[bridge ][!highway][!railway][!waterway][!piste:type][public_transport != platform][man_made !~ /^(bridge|pipeline)$/][building != bridge],
308*[psv ][!highway][!railway][!waterway][amenity !~ /^parking.*/],
309*[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance][natural!=stone],
310*[maxspeed][!highway][!railway][traffic_sign !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming] {
311 throwWarning: tr("{0} on suspicious object", "{0.key}");
312 group: tr("suspicious tag combination");
313}
314
315node[amenity][amenity =~ /^(restaurant|cafe|fast_food)$/][!name][noname!=yes] {
316 throwOther: tr("{0} without {1}", "{0.tag}", "{2.key}");
317 group: tr("missing tag");
318 assertMatch: "node amenity=restaurant";
319 assertNoMatch: "node amenity=restaurant noname=yes";
320 assertNoMatch: "node amenity=restaurant name=Foobar";
321}
322
323way[highway][barrier],
324*[highway][waterway][waterway!=dam][waterway!=weir],
325way[highway][natural][natural!=ridge],
326*[landuse][building] {
327 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
328 group: tr("suspicious tag combination");
329 assertNoMatch: "node highway=street_lamp natural=birds_nest note=josm#10193";
330}
331
332/* #6932 */
333*[natural=water][leisure=swimming_pool] {
334 throwWarning: tr("natural water used for swimming pool");
335 group: tr("suspicious tag combination");
336 fixRemove: "natural";
337}
338
339/* #9593, #11183, #12418, #12761 */
340*[sport][sport!=skiing][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink|horse_riding)$/][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] {
341 throwWarning: tr("sport without physical feature");
342 group: tr("missing tag");
343 assertMatch: "node sport=tennis";
344 assertNoMatch: "node sport=tennis leisure=pitch";
345 assertNoMatch: "node sport=beachvolleyball natural=beach";
346 assertNoMatch: "node sport=skiing"; /* skiing has deprecated warning */
347 assertNoMatch: "node sport=swimming tourism=hotel";
348 assertNoMatch: "node sport=10pin amenity=restaurant";
349}
350
351/* #10140 */
352*[building:levels][!building][!building:part] {
353 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
354 group: tr("missing tag");
355}
356
357/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 */
358*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
359 throwWarning: tr("alternative name without {0}", "{1.key}");
360 group: tr("missing tag");
361}
362
363/* #10837 */
364way[destination][!oneway?][junction!=roundabout][highway] {
365 throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
366 suggestAlternative: "destination:forward";
367 suggestAlternative: "destination:backward";
368}
369
370/* #11389 */
371way["maxspeed:forward"=*"maxspeed:backward"][!maxspeed] {
372 throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}");
373 suggestAlternative: "maxspeed";
374 group: tr("suspicious tag combination");
375 fixChangeKey: "maxspeed:forward=>maxspeed";
376 fixRemove: "maxspeed:backward";
377}
378way["maxspeed:forward"=*maxspeed]["maxspeed:backward"=*maxspeed][maxspeed] {
379 throwWarning: tr("Same value of {0}, {1} and {2}", "{0.key}", "{1.key}", "{2.key}");
380 set AllSameMaxspeed;
381 suggestAlternative: "maxspeed";
382 group: tr("suspicious tag combination");
383 fixRemove: "maxspeed:forward";
384 fixRemove: "maxspeed:backward";
385}
386way["maxspeed:forward"]["maxspeed:backward"][maxspeed]!.AllSameMaxspeed {
387 throwWarning: tr("{0} and {1} together with {2} and conflicting values", "{0.key}", "{1.key}", "{2.key}");
388 group: tr("suspicious tag combination");
389}
390way["maxspeed:forward"][maxspeed][!"maxspeed:backward"],
391way["maxspeed:backward"][maxspeed][!"maxspeed:forward"] {
392 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
393 group: tr("suspicious tag combination");
394}
395
396/* #11837 */
397way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
398way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
399 throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
400 group: tr("suspicious tag combination");
401}
402
403/* #12942 */
404relation[oneway][type!=route] {
405 throwWarning: tr("{0} on a relation without {1}", "{0.key}", "{1.tag}");
406}
407
408/* #9182 */
409way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] {
410 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}");
411 group: tr("suspicious tag combination");
412}
413way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) <= 400] {
414 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}");
415 group: tr("suspicious tag combination");
416}
417
418/* #13144 */
419*[unisex=yes][female=yes][male!=yes],
420*[unisex=yes][male=yes][female!=yes] {
421 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
422 group: tr("suspicious tag combination");
423}
424*[unisex=yes][female=yes][male=yes] {
425 throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");
426 group: tr("suspicious tag combination");
427 fixRemove: "female";
428 fixRemove: "male";
429}
430*[female=yes][male=yes][!unisex][shop=hairdresser] { /* for toilets male=yes female=yes unisex=no combination is valid */
431 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
432 suggestAlternative: "unisex=yes";
433 group: tr("suspicious tag combination");
434 fixRemove: "female";
435 fixRemove: "male";
436 fixAdd: "unisex=yes";
437}
438
439/* #13138 */
440area:closed[water][natural!=water][water!=intermittent] { /* water=intermittent is deprecated and has an own warning */
441 throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
442 group: tr("missing tag");
443 fixAdd: "natural=water";
444}
445way!:closed[water][natural!=water][water!=intermittent] {
446 throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
447 group: tr("missing tag");
448}
449
450/* see #8519, #11529, limited to motorways and trunks to avoid false positives for streets with lanes for non motorized traffic */
451way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][turn:lanes ][tag(lanes)!=eval(count(split("|", tag("turn:lanes"))))],
452way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][change:lanes ][tag(lanes)!=eval(count(split("|", tag("change:lanes"))))],
453way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][maxspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("maxspeed:lanes"))))],
454way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][minspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("minspeed:lanes"))))],
455way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:lanes"))))],
456way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:ref:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:ref:lanes"))))],
457way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:symbol:lanes][tag(lanes)!=eval(count(split("|", tag("destination:symbol:lanes"))))] {
458 throwWarning: tr("Different number of lanes in the keys {0} and {1}", "{1.key}", "{2.key}");
459 group: tr("suspicious tag combination");
460}
461
462/* #13680 */
463area[golf=bunker][natural=beach] {
464 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
465 suggestAlternative: "natural=sand";
466 suggestAlternative: "surface=sand";
467 group: tr("suspicious tag combination");
468}
469
470/* #13705 */
471relation[type=multipolygon][building] > way {
472 set part_of_building_MP;
473}
474way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier]!.part_of_building_MP {
475 /* don't exclude shop because a lot of real missing bulding tag cases have a shop tag. */
476 throwOther: tr("possibly missing {0} tag", "{1.key}");
477 group: tr("missing tag");
478}
479
480/* #14125 */
481way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
482 throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
483 group: tr("missing tag");
484 assertNoMatch: "way highway=primary lanes=2";
485 assertNoMatch: "way highway=primary lanes=3 lanes:backward=2";
486 assertNoMatch: "way highway=primary lanes=3 oneway=-1";
487 assertNoMatch: "way highway=primary lanes=4";
488 assertMatch: "way highway=primary lanes=3";
489}
Note: See TracBrowser for help on using the repository browser.