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

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

fix #17644 - warn about power=plant together with generator:*=* and power=generator together with plant:*=*

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