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

Last change on this file since 15264 was 15260, checked in by Klumbumbus, 7 years ago

fix #17947 - add manhole preset and warn about manhole=* without man_made=manhole (icon self created, CC0 and PD licensed)

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