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

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

fix #18246 - warn about highway=construction without construction

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