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

Last change on this file since 15634 was 15634, checked in by Don-vip, 4 years ago

fix #18517 - deprecate office=administrative in favour of office=government

  • Property svn:eol-style set to native
File size: 30.8 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],
159way[highway=track ][!tracktype],
160way[power=cable ][!location],
161node[power=transformer ][!voltage:primary],
162node[power=transformer ][!voltage:secondary],
163node[transformer=distribution ][!voltage:primary][power=pole],
164node[transformer=distribution ][!voltage:secondary][power=pole],
165way[power=line ][!voltage],
166way[power=minor_line ][!voltage],
167way[power=cable ][!voltage],
168*[power=generator ][!voltage][generator:output:electricity],
169*[power=plant ][!voltage][plant:output:electricity],
170*[power=substation ][!substation],
171*[power=switch ][!switch],
172*[power=transformer ][!transformer],
173*[amenity=bank ][!operator],
174*[amenity=cinema ][!operator],
175*[amenity=fast_food ][!operator],
176*[amenity=fuel ][!operator],
177*[mountain_pass=yes ][!ele],
178*[natural=peak ][!ele],
179*[natural=water ][!water],
180*[amenity=place_of_worship ][!denomination],
181*[amenity=parking ][!parking],
182*[amenity=parking_entrance ][!parking] {
183 throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
184 group: tr("missing tag");
185 assertMatch: "way power=line";
186 assertNoMatch: "way power=line voltage=1";
187 assertMatch: "way power=switch";
188 assertMatch: "way power=substation";
189 assertMatch: "way power=substation transformer=foobar";
190 assertNoMatch: "way power=substation substation=foobar";
191 assertMatch: "way power=generator generator:output:electricity=yes";
192 assertNoMatch: "way power=generator";
193 assertNoMatch: "way power=generator generator:output:electricity=yes voltage=1";
194}
195
196/* {0.key} without {1.key} or {2.tag} */
197way[bridge:structure ][!bridge][man_made!=bridge],
198*[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
199*[segregated ][!highway][railway!=crossing] {
200 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
201 group: tr("missing tag");
202}
203
204/* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
205way[highway=motorway][!oneway][junction!=roundabout],
206way[highway=motorway_link][!oneway][junction!=roundabout] {
207 throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
208 group: tr("missing tag");
209}
210
211/* {0.tag} without {1.tag} */
212way[usage=penstock][man_made!=pipeline],
213way[usage=penstock][waterway!=pressurised] {
214 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
215 group: tr("missing tag");
216}
217
218/* {0.tag} without {1.tag} or {2.tag} */
219*[amenity=recycling][recycling_type!=container][recycling_type!=centre] {
220 throwWarning: tr("{0} without {1} or {2}", "{0.tag}", "{1.tag}", "{2.tag}");
221 group: tr("missing tag");
222}
223
224/* {0.key} without {1.key}, {2.tag} or {3.tag} */
225*[intermittent ][!waterway][natural!~/^(water|spring)$/][landuse!~/^(basin|reservoir)$/][ford!=yes],
226*[boat ][!waterway][natural!=water ][landuse!~/^(basin|reservoir)$/][ford!=yes] {
227 throwWarning: tr("{0} without {1}, {2}, {3} or {4}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}", "{4.tag}");
228 group: tr("missing tag");
229}
230
231/* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */
232way[oneway ][!highway][!railway][!aerialway][attraction!=summer_toboggan][aeroway!~/^(runway|taxiway)$/],
233*[snowplowing][!highway][!amenity][!leisure] {
234 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
235 group: tr("missing tag");
236}
237
238/* {0.key} without {1.key}, {2.key} or {3.tag}, #17255 */
239way[incline ][!highway][!railway][aeroway!~/^(runway|taxiway)$/][attraction!=summer_toboggan],
240*[toll ][!highway][!barrier][route!~/^(ferry|road)$/] {
241 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
242 group: tr("missing tag");
243}
244
245/* {0.tag} together with {1.key}, see #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888 */
246*[power=plant][/^generator:/],
247*[power=generator][/^plant:/],
248*[power=plant][voltage],
249*[power=plant][frequency],
250*[internet_access=no][internet_access:fee],
251node[power=transformer][voltage],
252node[transformer=distribution][voltage][power=pole],
253*[amenity=vending_machine][shop],
254*[noname?][name],
255way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
256way[oneway=yes][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no],
257way[oneway=-1 ][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
258way[oneway=-1 ][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no] {
259 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
260 group: tr("suspicious tag combination");
261 assertMatch: "way power=plant generator:source=wind";
262 assertMatch: "way power=generator plant:source=combustion";
263}
264
265/* {0.tag} together with {1.tag} (info level), see #9696 */
266way[highway=footway][oneway=no] {
267 throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
268 group: tr("suspicious tag combination");
269}
270
271/* {0.tag} together with {1.tag}, see #17950, #17330, #17623, #17592, #17594, #17542, #16861, #16147, #10186 */
272*[man_made=bridge][bridge=yes],
273*[man_made=tunnel][tunnel=yes],
274*[amenity=police][police],
275node[highway=crossing][crossing=no],
276node[railway=crossing][crossing=no],
277way[junction=yes][highway],
278way[tracktype=grade1][surface].unpaved_surface,
279way[tracktype=grade2][surface][surface=~/^(sand|mud)$/],
280way[segregated][bicycle=no],
281way[segregated][foot=no],
282way[man_made=pipeline][tunnel=flooded],
283way[waterway=canal][tunnel=yes] {
284 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
285 group: tr("suspicious tag combination");
286}
287
288/* {0.tag} together with {1.tag} (error level) */
289relation[type=multipolygon][area=no] {
290 throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
291 group: tr("suspicious tag combination");
292}
293
294/* {0.key} together with {1.key}, #18267, #17630, #17604 */
295node[marker][cover],
296node[marker][voltage],
297node[marker][pressure],
298node[marker][diameter],
299node[marker][substance],
300*[building:part][building],
301*[addr:street][addr:place][outside("CZ,DK")] {
302 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
303 group: tr("suspicious tag combination");
304}
305
306/* #11127, #13727 */
307way[waterway][bridge=yes][waterway!=weir] {
308 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.tag}");
309 suggestAlternative: "bridge=aqueduct";
310 group: tr("suspicious tag combination");
311 fixAdd: "bridge=aqueduct";
312}
313way[waterway=weir][bridge=yes][highway] {
314 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
315 suggestAlternative: "waterway=weir + ford=yes";
316 suggestAlternative: "waterway=dam";
317 suggestAlternative: tr("two objects, one with {0} and one with {1} + {2} + {3}", "{0.tag}", "{2.key}", "{1.tag}", "layer");
318 group: tr("suspicious tag combination");
319}
320
321/* #16214 */
322relation[type=multipolygon] >[role="inner"] way[area][eval(number_of_tags()) = 1] {
323 throwWarning: tr("{0} on an inner multipolygon ring without further tags", "{0.tag}");
324 fixRemove: "area";
325 set area_yes_autofix;
326 group: tr("suspicious tag combination");
327}
328
329/* only {0.key}, see #11104 #12422 #14950 */
330*[access][eval(number_of_tags()) = 1],
331*[area][eval(number_of_tags()) = 1]!.area_yes_autofix,
332*[name][eval(number_of_tags()) = 1],
333*[ref][eval(number_of_tags()) = 1],
334*[lit][eval(number_of_tags()) = 1] {
335 throwWarning: tr("incomplete object: only {0}", "{0.key}");
336 group: tr("missing tag");
337}
338/* only {0.key} and {1.key} */
339*[name][area][eval(number_of_tags()) = 2],
340*[name][ref][eval(number_of_tags()) = 2] {
341 throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.key}");
342 group: tr("missing tag");
343}
344/* only {0.tag}, #15269 */
345*[tourism=attraction][eval(number_of_tags()) = 1] {
346 throwWarning: tr("incomplete object: only {0}", "{0.tag}");
347 group: tr("missing tag");
348}
349/* only {0.key} and {1.tag} */
350*[name][tourism=attraction][eval(number_of_tags()) = 2] {
351 throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.tag}");
352 group: tr("missing tag");
353}
354
355/* #9811, #11491, #12865, #14310 */
356*[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)$/],
357/* addr:postcode is used together with place in some countries */
358*[boundary][/^addr:/],
359*[highway][/^addr:/][highway!=services][highway!=rest_area][!"addr:postcode"] {
360 throwWarning: tr("{0} together with addr:*", "{0.key}");
361 group: tr("suspicious tag combination");
362 assertMatch: "node place=foo addr:housenumber=5";
363 assertMatch: "node place=foo addr:housenumber=5 addr:postcode=12345";
364 assertNoMatch: "node place=foo addr:postcode=12345";
365}
366*[!highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
367 throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
368 group: tr("suspicious tag combination");
369}
370*[!highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
371 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
372 group: tr("suspicious tag combination");
373}
374way[highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
375 throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
376 group: tr("suspicious tag combination");
377 fixRemove: "addr:postcode";
378}
379way[highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
380 throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
381 group: tr("suspicious tag combination");
382}
383way[highway][highway!=services][highway!=rest_area][!postal_code]["addr:postcode"] {
384 throwWarning: tr("{0} together with {1}", "{0.key}", "{4.key}");
385 suggestAlternative: "postal_code";
386 group: tr("suspicious tag combination");
387 fixChangeKey: "addr:postcode=>postal_code";
388}
389
390/* #9195 */
391way[highway=footway][cycleway=lane] {
392 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
393 suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
394 group: tr("suspicious tag combination");
395}
396
397/* {0} on suspicious object */
398*[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],
399*[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],
400*[psv ][!highway][!railway][!waterway][barrier!=bollard][amenity !~ /^parking.*/],
401*[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance][natural!=stone][leisure!=track],
402*[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] {
403 throwWarning: tr("{0} on suspicious object", "{0.key}");
404 group: tr("suspicious tag combination");
405}
406
407*[amenity][amenity =~ /^(restaurant|cafe|fast_food|pub|place_of_worship|school|university|hospital|library|theatre|courthouse|bank|cinema|pharmacy|fuel)$/][!name][noname!=yes] {
408 throwOther: tr("{0} without {1}", "{0.tag}", "{2.key}");
409 group: tr("missing tag");
410 assertMatch: "node amenity=restaurant";
411 assertNoMatch: "node amenity=restaurant noname=yes";
412 assertNoMatch: "node amenity=restaurant name=Foobar";
413}
414
415/* #10193, #16157 */
416way[highway][barrier],
417*[highway][waterway][waterway!=dam][waterway!=weir],
418way[highway][natural][natural!=ridge],
419*[landuse][building][landuse!=retail] {
420 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
421 group: tr("suspicious tag combination");
422 assertNoMatch: "node highway=street_lamp natural=birds_nest";
423}
424
425/* #6932 */
426*[natural=water][leisure=swimming_pool] {
427 throwWarning: tr("natural water used for swimming pool");
428 group: tr("suspicious tag combination");
429 fixRemove: "natural";
430}
431
432/* #9593, #11183, #12418, #12761, #17254 */
433*[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] {
434 throwWarning: tr("sport without physical feature");
435 group: tr("missing tag");
436 assertMatch: "node sport=tennis";
437 assertNoMatch: "node sport=tennis leisure=pitch";
438 assertNoMatch: "node sport=beachvolleyball natural=beach";
439 assertNoMatch: "node sport=skiing"; /* skiing has deprecated warning */
440 assertNoMatch: "node sport=swimming tourism=hotel";
441 assertNoMatch: "node sport=10pin amenity=restaurant";
442}
443
444/* {0.key} without {1.key} or {2.key} see #10140 */
445*[building:levels][!building][!building:part],
446way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {
447 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
448 group: tr("missing tag");
449}
450
451/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 */
452*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
453 throwWarning: tr("alternative name without {0}", "{1.key}");
454 group: tr("missing tag");
455}
456
457/* #10837 */
458way[destination][!oneway?][junction!=roundabout][highway] {
459 throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
460 suggestAlternative: "destination:forward";
461 suggestAlternative: "destination:backward";
462}
463
464/* #11389 */
465way["maxspeed:forward"=*"maxspeed:backward"][!maxspeed] {
466 throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}");
467 suggestAlternative: "maxspeed";
468 group: tr("suspicious tag combination");
469 fixChangeKey: "maxspeed:forward=>maxspeed";
470 fixRemove: "maxspeed:backward";
471}
472way["maxspeed:forward"=*maxspeed]["maxspeed:backward"=*maxspeed][maxspeed] {
473 throwWarning: tr("Same value of {0}, {1} and {2}", "{0.key}", "{1.key}", "{2.key}");
474 set AllSameMaxspeed;
475 suggestAlternative: "maxspeed";
476 group: tr("suspicious tag combination");
477 fixRemove: "maxspeed:forward";
478 fixRemove: "maxspeed:backward";
479}
480way["maxspeed:forward"]["maxspeed:backward"][maxspeed]!.AllSameMaxspeed {
481 throwWarning: tr("{0} and {1} together with {2} and conflicting values", "{0.key}", "{1.key}", "{2.key}");
482 group: tr("suspicious tag combination");
483}
484way["maxspeed:forward"][maxspeed][!"maxspeed:backward"],
485way["maxspeed:backward"][maxspeed][!"maxspeed:forward"] {
486 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
487 group: tr("suspicious tag combination");
488}
489
490/* #11837 */
491way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
492way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
493 throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
494 group: tr("suspicious tag combination");
495}
496
497/* #12942 */
498relation[oneway][type!=route] {
499 throwWarning: tr("{0} on a relation without {1}", "{0.key}", "{1.tag}");
500}
501
502/* #9182 */
503way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] {
504 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}");
505 group: tr("suspicious tag combination");
506}
507way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) <= 400] {
508 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}");
509 group: tr("suspicious tag combination");
510}
511
512/* #13144, #15536 */
513*[unisex=yes][female=yes][male!=yes][shop=hairdresser],
514*[unisex=yes][male=yes][female!=yes][shop=hairdresser] {
515 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
516 group: tr("suspicious tag combination");
517}
518*[unisex=yes][female=yes][male=yes][shop=hairdresser] {
519 throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");
520 group: tr("suspicious tag combination");
521 fixRemove: "female";
522 fixRemove: "male";
523}
524*[female=yes][male=yes][!unisex][shop=hairdresser] {
525 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
526 suggestAlternative: "unisex=yes";
527 group: tr("suspicious tag combination");
528 fixRemove: "female";
529 fixRemove: "male";
530 fixAdd: "unisex=yes";
531}
532
533/* {1.key} without {2.tag} see #13138, #14468 */
534way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
535area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
536 throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
537 group: tr("missing tag");
538}
539
540/* see #8519, #11529, limited to motorways and trunks to avoid false positives for streets with lanes for non motorized traffic */
541way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][turn:lanes ][tag(lanes)!=eval(count(split("|", tag("turn:lanes"))))],
542way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][change:lanes ][tag(lanes)!=eval(count(split("|", tag("change:lanes"))))],
543way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][maxspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("maxspeed:lanes"))))],
544way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][minspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("minspeed:lanes"))))],
545way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:lanes"))))],
546way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:ref:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:ref:lanes"))))],
547way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:symbol:lanes][tag(lanes)!=eval(count(split("|", tag("destination:symbol:lanes"))))] {
548 throwWarning: tr("Different number of lanes in the keys {0} and {1}", "{1.key}", "{2.key}");
549 group: tr("suspicious tag combination");
550}
551
552/* #13680 */
553area[golf=bunker][natural=beach] {
554 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
555 suggestAlternative: "natural=sand";
556 suggestAlternative: "surface=sand";
557 group: tr("suspicious tag combination");
558}
559
560/* #13705 */
561relation[type=multipolygon][building] > way {
562 set part_of_building_MP;
563}
564way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier]!.part_of_building_MP {
565 /* don't exclude shop because a lot of real missing bulding tag cases have a shop tag. */
566 throwOther: tr("possibly missing {0} tag", "{1.key}");
567 group: tr("missing tag");
568}
569
570/* #14125, #14323, #18185 */
571way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][oneway!=reversible][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
572 throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
573 group: tr("missing tag");
574 assertNoMatch: "way highway=primary lanes=2";
575 assertNoMatch: "way highway=primary lanes=3 lanes:backward=2";
576 assertNoMatch: "way highway=primary lanes=3 oneway=-1";
577 assertNoMatch: "way highway=primary lanes=4";
578 assertMatch: "way highway=primary lanes=3";
579}
580
581/* #15774 */
582node[emergency=fire_hydrant][fire_hydrant:count][fire_hydrant:count!=1] {
583 throwOther: tr("{0} together with {1}. Tag each hydrant separately.", "{0.tag}", "{1.tag}");
584}
585
586/* #12502 */
587node[leisure=park][natural=tree] {
588 throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
589 group: tr("suspicious tag combination");
590 fixRemove: "leisure";
591}
592
593/* #17305 */
594area[boundary=administrative][landuse=residential] {
595 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
596 group: tr("suspicious tag combination");
597}
598
599/* #17391 */
600way[highway=pedestrian][width][width<3] {
601 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
602 suggestAlternative: "highway=footway";
603 group: tr("suspicious tag combination");
604 fixAdd: "highway=footway";
605 assertMatch: "way highway=pedestrian width=0.8";
606 assertMatch: "way highway=pedestrian width=1";
607 assertNoMatch: "way highway=pedestrian width=3";
608 assertNoMatch: "way highway=pedestrian width=5.5";
609}
610
611/* see #17623 */
612way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service$|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][area!=yes] {
613 throwOther: tr("A linear object {0} without {1} has a tag indicating that it is an area.", "{1.tag}", "{3.tag}");
614 group: tr("suspicious tag combination");
615}
616
617/* #17804 */
618area[cemetery=sector][landuse=cemetery] {
619 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
620 group: tr("suspicious tag combination");
621}
622
623/* #17967 */
624*[highway=cycleway][cycleway=track] {
625 throwWarning: tr("{0} together with {1}. Remove {1}.", "{0.tag}", "{1.tag}");
626 group: tr("suspicious tag combination");
627 fixRemove: "cycleway";
628}
629
630/* #17973, #18183, #18331 */
631way[highway=path ][foot][foot!=no ][foot!=use_sidepath ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath][bicycle!=dismount]!.unpaved_surface,
632way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated][bicycle!=dismount]!.unpaved_surface,
633way[highway=cycleway][foot][foot!=no ][foot!=use_sidepath ][!segregated]!.unpaved_surface {
634 throwWarning: tr("Combined foot- and cycleway without {0}.", "{4.key}");
635 group: tr("missing tag");
636}
637
638/* #17989 */
639node[emergency_ward_entrance][emergency!=emergency_ward_entrance] {
640 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
641 group: tr("missing tag");
642 fixAdd: "emergency=emergency_ward_entrance";
643}
644
645/* #18203 */
646way[construction][construction!=yes][construction!=minor][highway][highway!=construction] {
647 throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
648 group: tr("suspicious tag combination");
649}
Note: See TracBrowser for help on using the repository browser.