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

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