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

Last change on this file since 15648 was 15648, checked in by Klumbumbus, 4 years ago
  • Property svn:eol-style set to native
File size: 32.0 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)$/][parking!=yes][parking!=no],
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), #18411, #18246 */
131way[railway=construction][!construction],
132way[highway=construction][!construction],
133node[traffic_sign=maxspeed][!maxspeed],
134node[actuator=manual][!handle],
135node[emergency=fire_hydrant][!fire_hydrant:type],
136way[     boundary=administrative][!admin_level],
137relation[boundary=administrative][!admin_level],
138relation[route=bicycle ][!network][type=route],
139relation[route=hiking  ][!network][type=route],
140relation[route=foot    ][!network][type=route],
141relation[route=horse   ][!network][type=route],
142relation[route=piste][!piste:type][type=route],
143relation[route=ski  ][!piste:type][type=route],
144*[tourism=information][!information],
145*[leisure=pitch][!sport],
146*[aeroway=terminal][!building],
147*[office=government][!government],
148*[power=generator][!generator:source],
149*[amenity=recycling][!/^recycling:/][recycling_type!=centre],
150*[amenity=social_facility][!social_facility],
151*[amenity=place_of_worship][!religion] {
152  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
153  group: tr("missing tag");
154}
155
156/* {0.tag} without {1.key} (info level), #15107 */
157*[aeroway=runway               ][!ref],
158*[aeroway=runway               ][!surface],
159node[highway=crossing          ][!crossing],
160way[highway=track              ][!tracktype],
161way[power=cable                ][!location],
162node[power=transformer         ][!voltage:primary],
163node[power=transformer         ][!voltage:secondary],
164node[transformer=distribution  ][!voltage:primary][power=pole],
165node[transformer=distribution  ][!voltage:secondary][power=pole],
166way[power=line                 ][!voltage],
167way[power=minor_line           ][!voltage],
168way[power=cable                ][!voltage],
169*[power=generator              ][!voltage][generator:output:electricity],
170*[power=plant                  ][!voltage][plant:output:electricity],
171*[power=substation             ][!substation],
172*[power=switch                 ][!switch],
173*[power=transformer            ][!transformer],
174*[amenity=bank                 ][!operator],
175*[amenity=cinema               ][!operator],
176*[amenity=fast_food            ][!operator],
177*[amenity=fuel                 ][!operator],
178*[mountain_pass=yes            ][!ele],
179*[natural=peak                 ][!ele],
180*[natural=water                ][!water],
181*[amenity=place_of_worship     ][!denomination],
182*[amenity=parking              ][!parking],
183*[amenity=parking_entrance     ][!parking] {
184  throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
185  group: tr("missing tag");
186  assertMatch: "way power=line";
187  assertNoMatch: "way power=line voltage=1";
188  assertMatch: "way power=switch";
189  assertMatch: "way power=substation";
190  assertMatch: "way power=substation transformer=foobar";
191  assertNoMatch: "way power=substation substation=foobar";
192  assertMatch: "way power=generator generator:output:electricity=yes";
193  assertNoMatch: "way power=generator";
194  assertNoMatch: "way power=generator generator:output:electricity=yes voltage=1";
195}
196
197/* {0.key} without {1.key} or {2.tag} */
198way[bridge:structure           ][!bridge][man_made!=bridge],
199*[smoothness                   ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
200*[segregated                   ][!highway][railway!=crossing] {
201  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
202  group: tr("missing tag");
203}
204
205/* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
206way[highway=motorway][!oneway][junction!=roundabout],
207way[highway=motorway_link][!oneway][junction!=roundabout] {
208  throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
209  group: tr("missing tag");
210}
211
212/* {0.tag} without {1.tag} */
213way[usage=penstock][man_made!=pipeline],
214way[usage=penstock][waterway!=pressurised] {
215  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
216  group: tr("missing tag");
217}
218
219/* {0.tag} without {1.tag} or {2.tag} */
220*[amenity=recycling][recycling_type!=container][recycling_type!=centre] {
221  throwWarning: tr("{0} without {1} or {2}", "{0.tag}", "{1.tag}", "{2.tag}");
222  group: tr("missing tag");
223}
224
225/* {0.key} without {1.key}, {2.tag} or {3.tag} */
226*[intermittent                 ][!waterway][natural!~/^(water|spring)$/][landuse!~/^(basin|reservoir)$/][ford!=yes],
227*[boat                         ][!waterway][natural!=water             ][landuse!~/^(basin|reservoir)$/][ford!=yes] {
228  throwWarning: tr("{0} without {1}, {2}, {3} or {4}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}", "{4.tag}");
229  group: tr("missing tag");
230}
231
232/* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */
233way[oneway   ][!highway][!railway][!aerialway][attraction!=summer_toboggan][aeroway!~/^(runway|taxiway)$/],
234*[snowplowing][!highway][!amenity][!leisure] {
235  throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
236  group: tr("missing tag");
237}
238
239/* {0.key} without {1.key}, {2.key} or {3.tag}, #17255 */
240way[incline                    ][!highway][!railway][aeroway!~/^(runway|taxiway)$/][attraction!=summer_toboggan],
241*[toll                         ][!highway][!barrier][route!~/^(ferry|road)$/] {
242  throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
243  group: tr("missing tag");
244}
245
246/* {0.tag} together with {1.key}, see #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888 */
247*[power=plant][/^generator:/],
248*[power=generator][/^plant:/],
249*[power=plant][voltage],
250*[power=plant][frequency],
251*[internet_access=no][internet_access:fee],
252node[power=transformer][voltage],
253node[transformer=distribution][voltage][power=pole],
254*[amenity=vending_machine][shop],
255*[noname?][name],
256way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
257way[oneway=yes][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no],
258way[oneway=-1 ][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
259way[oneway=-1 ][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no] {
260  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
261  group: tr("suspicious tag combination");
262  assertMatch: "way power=plant generator:source=wind";
263  assertMatch: "way power=generator plant:source=combustion";
264}
265
266/* {0.tag} together with {1.tag} (info level), see #9696 */
267way[highway=footway][oneway=no] {
268  throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
269  group: tr("suspicious tag combination");
270}
271
272/* {0.tag} together with {1.tag}, see #18411, #17950, #17330, #17623, #17592, #17594, #17542, #16861, #16147, #10186 */
273*[barrier=kerb][kerb=no],
274way[highway=construction][construction=yes],
275way[railway=construction][construction=yes],
276*[man_made=bridge][bridge=yes],
277*[man_made=tunnel][tunnel=yes],
278*[amenity=police][police],
279node[highway=crossing][crossing=no],
280node[railway=crossing][crossing=no],
281way[junction=yes][highway],
282way[tracktype=grade1][surface].unpaved_surface,
283way[tracktype=grade2][surface][surface=~/^(sand|mud)$/],
284way[segregated][bicycle=no],
285way[segregated][foot=no],
286way[man_made=pipeline][tunnel=flooded],
287way[waterway=canal][tunnel=yes] {
288  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
289  group: tr("suspicious tag combination");
290}
291
292/* {0.tag} together with {1.tag} (error level) */
293relation[type=multipolygon][area=no] {
294  throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
295  group: tr("suspicious tag combination");
296}
297
298/* {0.key} together with {1.key}, #18267, #17630, #17604 */
299node[marker][cover],
300node[marker][voltage],
301node[marker][pressure],
302node[marker][diameter],
303node[marker][substance],
304*[building:part][building],
305*[addr:street][addr:place][outside("CZ,DK")] {
306  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.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 addr:*", "{0.key}");
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  */
437*[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] {
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 */
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["maxspeed:forward"]["maxspeed:backward"][maxspeed]!.AllSameMaxspeed {
485  throwWarning: tr("{0} and {1} together with {2} and conflicting values", "{0.key}", "{1.key}", "{2.key}");
486  group: tr("suspicious tag combination");
487}
488way["maxspeed:forward"][maxspeed][!"maxspeed:backward"],
489way["maxspeed:backward"][maxspeed][!"maxspeed:forward"] {
490  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
491  group: tr("suspicious tag combination");
492}
493
494/* #11837 */
495way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
496way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
497  throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
498  group: tr("suspicious tag combination");
499}
500
501/* #12942 */
502relation[oneway][type!=route] {
503  throwWarning: tr("{0} on a relation without {1}", "{0.key}", "{1.tag}");
504}
505
506/* #9182 */
507way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] {
508  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}");
509  group: tr("suspicious tag combination");
510}
511way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) <= 400] {
512  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}");
513  group: tr("suspicious tag combination");
514}
515
516/* #13144, #15536 */
517*[unisex=yes][female=yes][male!=yes][shop=hairdresser],
518*[unisex=yes][male=yes][female!=yes][shop=hairdresser] {
519  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
520  group: tr("suspicious tag combination");
521}
522*[unisex=yes][female=yes][male=yes][shop=hairdresser] {
523  throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");
524  group: tr("suspicious tag combination");
525  fixRemove: "female";
526  fixRemove: "male";
527}
528*[female=yes][male=yes][!unisex][shop=hairdresser] {
529  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
530  suggestAlternative: "unisex=yes";
531  group: tr("suspicious tag combination");
532  fixRemove: "female";
533  fixRemove: "male";
534  fixAdd: "unisex=yes";
535}
536
537/* {1.key} without {2.tag} see #13138, #14468 */
538way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
539area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
540  throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
541  group: tr("missing tag");
542}
543
544/* see #8519, #11529, limited to motorways and trunks to avoid false positives for streets with lanes for non motorized traffic */
545way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][turn:lanes              ][tag(lanes)!=eval(count(split("|", tag("turn:lanes"))))],
546way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][change:lanes            ][tag(lanes)!=eval(count(split("|", tag("change:lanes"))))],
547way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][maxspeed:lanes          ][tag(lanes)!=eval(count(split("|", tag("maxspeed:lanes"))))],
548way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][minspeed:lanes          ][tag(lanes)!=eval(count(split("|", tag("minspeed:lanes"))))],
549way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:lanes       ][tag(lanes)!=eval(count(split("|", tag("destination:lanes"))))],
550way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:ref:lanes   ][tag(lanes)!=eval(count(split("|", tag("destination:ref:lanes"))))],
551way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:symbol:lanes][tag(lanes)!=eval(count(split("|", tag("destination:symbol:lanes"))))] {
552    throwWarning: tr("Different number of lanes in the keys {0} and {1}", "{1.key}", "{2.key}");
553    group: tr("suspicious tag combination");
554}
555
556/* #13680 */
557area[golf=bunker][natural=beach] {
558  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
559  suggestAlternative: "natural=sand";
560  suggestAlternative: "surface=sand";
561  group: tr("suspicious tag combination");
562}
563
564/* #13705 */
565relation[type=multipolygon][building] > way {
566  set part_of_building_MP;
567}
568way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier]!.part_of_building_MP {
569  /* don't exclude shop because a lot of real missing bulding tag cases have a shop tag. */
570  throwOther: tr("possibly missing {0} tag", "{1.key}");
571  group: tr("missing tag");
572}
573
574/* #14125, #14323, #18185 */
575way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][oneway!=reversible][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
576  throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
577  group: tr("missing tag");
578  assertNoMatch: "way highway=primary lanes=2";
579  assertNoMatch: "way highway=primary lanes=3 lanes:backward=2";
580  assertNoMatch: "way highway=primary lanes=3 oneway=-1";
581  assertNoMatch: "way highway=primary lanes=4";
582  assertMatch: "way highway=primary lanes=3";
583}
584
585/* #15774 */
586node[emergency=fire_hydrant][fire_hydrant:count][fire_hydrant:count!=1] {
587  throwOther: tr("{0} together with {1}. Tag each hydrant separately.", "{0.tag}", "{1.tag}");
588}
589
590/* #12502 */
591node[leisure=park][natural=tree] {
592  throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
593  group: tr("suspicious tag combination");
594  fixRemove: "leisure";
595}
596
597/* #17305 */
598area[boundary=administrative][landuse=residential] {
599  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
600  group: tr("suspicious tag combination");
601}
602
603/* #17391 */
604way[highway=pedestrian][width][width<3] {
605  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
606  suggestAlternative: "highway=footway";
607  group: tr("suspicious tag combination");
608  fixAdd: "highway=footway";
609  assertMatch: "way highway=pedestrian width=0.8";
610  assertMatch: "way highway=pedestrian width=1";
611  assertNoMatch: "way highway=pedestrian width=3";
612  assertNoMatch: "way highway=pedestrian width=5.5";
613}
614
615/* see #17623 */
616way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service$|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][area!=yes] {
617  throwOther: tr("A linear object {0} without {1} has a tag indicating that it is an area.", "{1.tag}", "{3.tag}");
618  group: tr("suspicious tag combination");
619}
620
621/* #17804 */
622area[cemetery=sector][landuse=cemetery] {
623  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
624  group: tr("suspicious tag combination");
625}
626
627/* #17967 */
628*[highway=cycleway][cycleway=track] {
629  throwWarning: tr("{0} together with {1}. Remove {1}.", "{0.tag}", "{1.tag}");
630  group: tr("suspicious tag combination");
631  fixRemove: "cycleway";
632}
633
634/* #17973, #18183, #18331 */
635way[highway=path    ][foot][foot!=no      ][foot!=use_sidepath   ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath][bicycle!=dismount]!.unpaved_surface,
636way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated][bicycle!=dismount]!.unpaved_surface,
637way[highway=cycleway][foot][foot!=no      ][foot!=use_sidepath   ][!segregated]!.unpaved_surface {
638  throwWarning: tr("Combined foot- and cycleway without {0}.", "{4.key}");
639  group: tr("missing tag");
640}
641
642/* #17989 */
643node[emergency_ward_entrance][emergency!=emergency_ward_entrance] {
644  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
645  group: tr("missing tag");
646  fixAdd: "emergency=emergency_ward_entrance";
647}
648
649/* #18203 */
650way[construction][construction!=yes][construction!=minor][highway][highway!=construction] {
651  throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
652  group: tr("suspicious tag combination");
653}
654
655/* #18374 */
656*[amenity=recycling][collection_times="24/7"][!opening_hours],
657*[amenity=recycling][collection_times       ][!opening_hours][collection_times=~/[a-z]-[A-Z].*[0-9]-[0-9]/] {
658  throwWarning: tr("{0} together with {1}. Probably {2} is meant.", "{1.key}", "{0.tag}", "{2.key}");
659  group: tr("suspicious tag combination");
660  fixChangeKey: "collection_times => opening_hours";
661  /* spaces in asserts are not yet supported
662  assertMatch: "node amenity=recycling collection_times=Mo-Fr 06:00-20:00";
663  assertNoMatch: "node amenity=recycling collection_times=Mo-Fr 15:00";
664  assertNoMatch: "node amenity=recycling collection_times=Mo 08:00-11:00";
665  assertNoMatch: "node amenity=recycling collection_times=Sa[2,4] 8:00-11:00";
666  */
667}
668*[amenity=recycling][collection_times="24/7"][opening_hours],
669*[amenity=recycling][collection_times       ][opening_hours][collection_times=~/[a-z]-[A-Z].*[0-9]-[0-9]/] {
670  throwWarning: tr("{0} together with {1}. Probably {2} is meant.", "{1.key}", "{0.tag}", "{2.key}");
671  group: tr("suspicious tag combination");
672}
Note: See TracBrowser for help on using the repository browser.