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

Last change on this file since 15252 was 15248, checked in by Don-vip, 7 years ago

fix #17901 - Remove warning directing cycleway and footway taggings toward highway=path (patch by ZeiP)

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