source: josm/trunk/resources/data/validator/combinations.mapcss@ 16656

Last change on this file since 16656 was 16656, checked in by Klumbumbus, 4 years ago

fix #19396 - Warn about stream=intermittent and don't warn anymore about missing tag stream without waterway as the whole stream key is dubious

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