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

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

fix #17719 - Pipeline valve preset extension

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