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 |
|
---|
5 | /* {0.key} without {1.key} (warning level) */
|
---|
6 | way[junction ][!highway][junction!=yes],
|
---|
7 | way[lanes ][!highway][leisure!=track][leisure!=swimming_pool],
|
---|
8 | way[living_street ][!highway],
|
---|
9 | way[maintenance ][!highway],
|
---|
10 | way[median ][!highway],
|
---|
11 | way[motorroad ][!highway],
|
---|
12 | node[ntd_id ][!highway],
|
---|
13 | way[sac_scale ][!highway],
|
---|
14 | way[sidewalk ][!highway],
|
---|
15 | way[step_count ][!highway][man_made!=tower],
|
---|
16 | way[tracktype ][!highway],
|
---|
17 | way[trail_visibility ][!highway], /* #15029 */
|
---|
18 | way[trolley_wire ][!highway],
|
---|
19 | way[zip_left ][!highway],
|
---|
20 | way[zip_right ][!highway],
|
---|
21 | way[detail ][!railway][route!=railway],
|
---|
22 | way[eddy_current_brake ][!railway][route!=railway],
|
---|
23 | way[electrified ][!railway][route!=railway][!highway], /* #16007 */
|
---|
24 | way[etcs ][!railway][route!=railway],
|
---|
25 | way[gauge ][!railway][route!=railway],
|
---|
26 | way[grade_of_track ][!railway][route!=railway],
|
---|
27 | way[kursbuchstrecke ][!railway][route!=railway],
|
---|
28 | way[lzb ][!railway][route!=railway],
|
---|
29 | way[old_railway_operator ][!railway][route!=railway],
|
---|
30 | way[operating_procedure ][!railway][route!=railway],
|
---|
31 | way[pzb ][!railway][route!=railway],
|
---|
32 | way[structure_gauge ][!railway][route!=railway],
|
---|
33 | way[tilting_technology ][!railway][route!=railway],
|
---|
34 | way[track_class ][!railway][route!=railway],
|
---|
35 | way[tracks ][!railway][route!=railway],
|
---|
36 | way[traffic_mode ][!railway][route!=railway],
|
---|
37 | way[workrules ][!railway][route!=railway],
|
---|
38 | way[stream ][!waterway],
|
---|
39 | way[length_unit ][!waterway],
|
---|
40 | way[canal ][!waterway],
|
---|
41 | way[have_riverbank ][!waterway],
|
---|
42 | *[border_type ][!boundary],
|
---|
43 | *[piste:difficulty ][!piste:type],
|
---|
44 | *[place ][!name][place!=islet],
|
---|
45 | *[source:date ][!source],
|
---|
46 | *[source:name ][!name],
|
---|
47 | *[source:maxspeed:forward ][!maxspeed:forward][!maxspeed],
|
---|
48 | *[source:maxspeed:backward ][!maxspeed:backward][!maxspeed],
|
---|
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],
|
---|
66 | *[source:postcode ][!addr:postcode],
|
---|
67 | *[source:housenumber ][!addr:housenumber],
|
---|
68 | *[source:addr:postcode ][!addr:postcode],
|
---|
69 | *[source:addr:housenumber ][!addr:housenumber],
|
---|
70 | *[source:addr ][!/^addr:/],
|
---|
71 | *[source:maxspeed ][!/^maxspeed:?/] {
|
---|
72 | throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
|
---|
73 | group: tr("missing tag");
|
---|
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 |
|
---|
81 | /* {0.key} without {1.key} (info level) */
|
---|
82 | way[lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1],
|
---|
83 | way[lanes:backward][!lanes:forward][oneway!=yes][oneway!=-1],
|
---|
84 | *[leaf_type ][!leaf_cycle],
|
---|
85 | *[leaf_cycle][!leaf_type] {
|
---|
86 | throwOther: tr("{0} without {1}", "{0.key}", "{1.key}");
|
---|
87 | group: tr("missing tag");
|
---|
88 | }
|
---|
89 |
|
---|
90 | /* {0.key} without {1.tag} */
|
---|
91 | node[fire_hydrant:type ][emergency!=fire_hydrant][disused:emergency!=fire_hydrant],
|
---|
92 | *[transformer ][!power],
|
---|
93 | way[fence_type ][barrier!=fence],
|
---|
94 | *[recycling_type ][amenity!=recycling],
|
---|
95 | *[information ][tourism!=information],
|
---|
96 | node[board_type ][information!=board],
|
---|
97 | *[shelter_type ][amenity!=shelter],
|
---|
98 | node[lamp_type ][highway!=street_lamp],
|
---|
99 | node[map_type ][information!=map],
|
---|
100 | *[site_type ][historic!=archaeological_site],
|
---|
101 | *[artwork_type ][tourism!=artwork][exhibit!=artwork],
|
---|
102 | *[castle_type ][historic!=castle],
|
---|
103 | *[parking ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/],
|
---|
104 | way[cutline ][man_made!=cutline],
|
---|
105 | *[bunker_type ][military!=bunker] {
|
---|
106 | throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
|
---|
107 | group: tr("missing tag");
|
---|
108 | }
|
---|
109 |
|
---|
110 | /* {0.key} without {1.tag} or {2.tag} */
|
---|
111 | *[bridge:movable ][bridge!=movable][man_made!=bridge],
|
---|
112 | *[substation ][power!=substation][pipeline!=substation],
|
---|
113 | *[reservoir_type ][landuse!=reservoir][water!=reservoir],
|
---|
114 | way[waterway=pressurised ][tunnel!=flooded][man_made!=pipeline] {
|
---|
115 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.tag}", "{2.tag}");
|
---|
116 | group: tr("missing tag");
|
---|
117 | }
|
---|
118 |
|
---|
119 | /* {0.tag} without {1.key} (warning level) */
|
---|
120 | node[actuator=manual][!handle],
|
---|
121 | node[emergency=fire_hydrant][!fire_hydrant:type],
|
---|
122 | way[ boundary=administrative][!admin_level],
|
---|
123 | relation[boundary=administrative][!admin_level],
|
---|
124 | relation[route=bicycle ][!network][type=route],
|
---|
125 | relation[route=hiking ][!network][type=route],
|
---|
126 | relation[route=foot ][!network][type=route],
|
---|
127 | relation[route=horse ][!network][type=route],
|
---|
128 | relation[route=piste][!piste:type][type=route],
|
---|
129 | relation[route=ski ][!piste:type][type=route],
|
---|
130 | *[tourism=information][!information],
|
---|
131 | *[leisure=pitch][!sport],
|
---|
132 | *[aeroway=terminal][!building],
|
---|
133 | *[power=generator][!generator:source],
|
---|
134 | *[amenity=social_facility][!social_facility],
|
---|
135 | *[amenity=place_of_worship][!religion] {
|
---|
136 | throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
|
---|
137 | group: tr("missing tag");
|
---|
138 | }
|
---|
139 |
|
---|
140 | /* {0.tag} without {1.key} (info level) */
|
---|
141 | way[highway=track ][!tracktype],
|
---|
142 | way[power=cable ][!location],
|
---|
143 | node[power=transformer ][!voltage:primary],
|
---|
144 | node[power=transformer ][!voltage:secondary],
|
---|
145 | node[transformer=distribution ][!voltage:primary][power=pole],
|
---|
146 | node[transformer=distribution ][!voltage:secondary][power=pole],
|
---|
147 | way[power=line ][!voltage],
|
---|
148 | way[power=minor_line ][!voltage],
|
---|
149 | way[power=cable ][!voltage],
|
---|
150 | *[power=generator ][!voltage][generator:output:electricity],
|
---|
151 | *[power=plant ][!voltage][plant:output:electricity],
|
---|
152 | *[power=substation ][!substation],
|
---|
153 | *[power=switch ][!switch],
|
---|
154 | *[power=transformer ][!transformer],
|
---|
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],
|
---|
161 | *[amenity=place_of_worship ][!denomination],
|
---|
162 | *[amenity=parking ][!parking],
|
---|
163 | *[amenity=parking_entrance ][!parking] {
|
---|
164 | throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
|
---|
165 | group: tr("missing tag");
|
---|
166 | assertMatch: "way power=line";
|
---|
167 | assertNoMatch: "way power=line voltage=1";
|
---|
168 | assertMatch: "way power=switch";
|
---|
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";
|
---|
175 | }
|
---|
176 |
|
---|
177 | /* {0.key} without {1.key} or {2.tag} */
|
---|
178 | way[bridge:structure ][!bridge][man_made!=bridge],
|
---|
179 | *[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
|
---|
180 | *[segregated ][!highway][railway!=crossing] {
|
---|
181 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
|
---|
182 | group: tr("missing tag");
|
---|
183 | }
|
---|
184 |
|
---|
185 | /* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
|
---|
186 | way[highway=motorway][!oneway][junction!=roundabout],
|
---|
187 | way[highway=motorway_link][!oneway][junction!=roundabout] {
|
---|
188 | throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
|
---|
189 | group: tr("missing tag");
|
---|
190 | }
|
---|
191 |
|
---|
192 | /* {0.tag} without {1.tag} */
|
---|
193 | way[usage=penstock][man_made!=pipeline],
|
---|
194 | way[usage=penstock][waterway!=pressurised] {
|
---|
195 | throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
|
---|
196 | group: tr("missing tag");
|
---|
197 | }
|
---|
198 |
|
---|
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}");
|
---|
202 | group: tr("missing tag");
|
---|
203 | }
|
---|
204 |
|
---|
205 | /* {0.key} without {1.key}, {2.tag} or {3.tag} */
|
---|
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}");
|
---|
209 | group: tr("missing tag");
|
---|
210 | }
|
---|
211 |
|
---|
212 | /* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */
|
---|
213 | way[oneway ][!highway][!railway][!aerialway][attraction!=summer_toboggan],
|
---|
214 | *[snowplowing][!highway][!amenity][!leisure] {
|
---|
215 | throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
|
---|
216 | group: tr("missing tag");
|
---|
217 | }
|
---|
218 |
|
---|
219 | /* {0.key} without {1.key}, {2.key} or {3.tag}, #17255 */
|
---|
220 | way[incline ][!highway][!railway][aeroway!~/^(runway|taxiway)$/][attraction!=summer_toboggan],
|
---|
221 | *[toll ][!highway][!barrier][route!~/^(ferry|road)$/] {
|
---|
222 | throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
|
---|
223 | group: tr("missing tag");
|
---|
224 | }
|
---|
225 |
|
---|
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:/],
|
---|
229 | *[power=plant][voltage],
|
---|
230 | *[power=plant][frequency],
|
---|
231 | *[internet_access=no][internet_access:fee],
|
---|
232 | node[power=transformer][voltage],
|
---|
233 | node[transformer=distribution][voltage][power=pole],
|
---|
234 | *[amenity=vending_machine][shop],
|
---|
235 | *[noname?][name],
|
---|
236 | way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
|
---|
237 | way[oneway=yes][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no],
|
---|
238 | way[oneway=-1 ][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
|
---|
239 | way[oneway=-1 ][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no] {
|
---|
240 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
|
---|
241 | group: tr("suspicious tag combination");
|
---|
242 | assertMatch: "way power=plant generator:source=wind";
|
---|
243 | assertMatch: "way power=generator plant:source=combustion";
|
---|
244 | }
|
---|
245 |
|
---|
246 | /* {0.tag} together with {1.tag} (info level), see #9696 */
|
---|
247 | way[highway=footway][oneway=no] {
|
---|
248 | throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
249 | group: tr("suspicious tag combination");
|
---|
250 | }
|
---|
251 |
|
---|
252 | /* {0.tag} together with {1.tag}, see #17623, #17592, #17594, #17542, #16861, #16147, #10186 */
|
---|
253 | way[junction=yes][highway],
|
---|
254 | way[tracktype=grade1][surface][surface=~/^(unpaved|compacted|gravel|fine_gravel|pebblestone|ground|earth|dirt|grass|sand|mud|ice|salt|snow|woodchips)$/],
|
---|
255 | way[tracktype=grade2][surface][surface=~/^(sand|mud)$/],
|
---|
256 | way[segregated][bicycle=no],
|
---|
257 | way[segregated][foot=no],
|
---|
258 | way[man_made=pipeline][tunnel=flooded],
|
---|
259 | way[waterway=canal][tunnel=yes] {
|
---|
260 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
261 | group: tr("suspicious tag combination");
|
---|
262 | }
|
---|
263 |
|
---|
264 | way[highway=footway][bicycle=designated],
|
---|
265 | way[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 |
|
---|
271 | /* {0.tag} together with {1.tag} (error level) */
|
---|
272 | relation[type=multipolygon][area=no] {
|
---|
273 | throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
274 | group: tr("suspicious tag combination");
|
---|
275 | }
|
---|
276 |
|
---|
277 | /* {0.key} together with {1.key}, #17630, #17604 */
|
---|
278 | *[building:part][building],
|
---|
279 | *[addr:street][addr:place] {
|
---|
280 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
|
---|
281 | group: tr("suspicious tag combination");
|
---|
282 | }
|
---|
283 |
|
---|
284 | /* #11127, #13727 */
|
---|
285 | way[waterway][bridge=yes][waterway!=weir] {
|
---|
286 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.tag}");
|
---|
287 | suggestAlternative: "bridge=aqueduct";
|
---|
288 | group: tr("suspicious tag combination");
|
---|
289 | fixAdd: "bridge=aqueduct";
|
---|
290 | }
|
---|
291 | way[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");
|
---|
296 | group: tr("suspicious tag combination");
|
---|
297 | }
|
---|
298 |
|
---|
299 | /* #16214 */
|
---|
300 | relation[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 |
|
---|
307 | /* only {0.key}, see #11104 #12422 #14950 */
|
---|
308 | *[access][eval(number_of_tags()) = 1],
|
---|
309 | *[area][eval(number_of_tags()) = 1]!.area_yes_autofix,
|
---|
310 | *[name][eval(number_of_tags()) = 1],
|
---|
311 | *[ref][eval(number_of_tags()) = 1],
|
---|
312 | *[lit][eval(number_of_tags()) = 1] {
|
---|
313 | throwWarning: tr("incomplete object: only {0}", "{0.key}");
|
---|
314 | group: tr("missing tag");
|
---|
315 | }
|
---|
316 | /* only {0.key} and {1.key} */
|
---|
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}");
|
---|
320 | group: tr("missing tag");
|
---|
321 | }
|
---|
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 | }
|
---|
332 |
|
---|
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 */
|
---|
336 | *[boundary][/^addr:/],
|
---|
337 | *[highway][/^addr:/][highway!=services][highway!=rest_area][!"addr:postcode"] {
|
---|
338 | throwWarning: tr("{0} together with addr:*", "{0.key}");
|
---|
339 | group: tr("suspicious tag combination");
|
---|
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";
|
---|
343 | }
|
---|
344 | *[!highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
|
---|
345 | throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
|
---|
346 | group: tr("suspicious tag combination");
|
---|
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}");
|
---|
350 | group: tr("suspicious tag combination");
|
---|
351 | }
|
---|
352 | way[highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
|
---|
353 | throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
|
---|
354 | group: tr("suspicious tag combination");
|
---|
355 | fixRemove: "addr:postcode";
|
---|
356 | }
|
---|
357 | way[highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
|
---|
358 | throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
|
---|
359 | group: tr("suspicious tag combination");
|
---|
360 | }
|
---|
361 | way[highway][highway!=services][highway!=rest_area][!postal_code]["addr:postcode"] {
|
---|
362 | throwWarning: tr("{0} together with {1}", "{0.key}", "{4.key}");
|
---|
363 | suggestAlternative: "postal_code";
|
---|
364 | group: tr("suspicious tag combination");
|
---|
365 | fixChangeKey: "addr:postcode=>postal_code";
|
---|
366 | }
|
---|
367 |
|
---|
368 | /* #9195 */
|
---|
369 | way[highway=footway][cycleway=lane] {
|
---|
370 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
371 | suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
|
---|
372 | group: tr("suspicious tag combination");
|
---|
373 | }
|
---|
374 |
|
---|
375 | /* {0} on suspicious object */
|
---|
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],
|
---|
378 | *[psv ][!highway][!railway][!waterway][barrier!=bollard][amenity !~ /^parking.*/],
|
---|
379 | *[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance][natural!=stone][leisure!=track],
|
---|
380 | *[maxspeed][!highway][!railway][traffic_sign !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming][aerialway!=zip_line] {
|
---|
381 | throwWarning: tr("{0} on suspicious object", "{0.key}");
|
---|
382 | group: tr("suspicious tag combination");
|
---|
383 | }
|
---|
384 |
|
---|
385 | *[amenity][amenity =~ /^(restaurant|cafe|fast_food|pub|place_of_worship|school|university|hospital|library|theatre|courthouse|bank|cinema|pharmacy|fuel)$/][!name][noname!=yes] {
|
---|
386 | throwOther: tr("{0} without {1}", "{0.tag}", "{2.key}");
|
---|
387 | group: tr("missing tag");
|
---|
388 | assertMatch: "node amenity=restaurant";
|
---|
389 | assertNoMatch: "node amenity=restaurant noname=yes";
|
---|
390 | assertNoMatch: "node amenity=restaurant name=Foobar";
|
---|
391 | }
|
---|
392 |
|
---|
393 | /* #10193, #16157 */
|
---|
394 | way[highway][barrier],
|
---|
395 | *[highway][waterway][waterway!=dam][waterway!=weir],
|
---|
396 | way[highway][natural][natural!=ridge],
|
---|
397 | *[landuse][building][landuse!=retail] {
|
---|
398 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
|
---|
399 | group: tr("suspicious tag combination");
|
---|
400 | assertNoMatch: "node highway=street_lamp natural=birds_nest";
|
---|
401 | }
|
---|
402 |
|
---|
403 | /* #6932 */
|
---|
404 | *[natural=water][leisure=swimming_pool] {
|
---|
405 | throwWarning: tr("natural water used for swimming pool");
|
---|
406 | group: tr("suspicious tag combination");
|
---|
407 | fixRemove: "natural";
|
---|
408 | }
|
---|
409 |
|
---|
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] {
|
---|
412 | throwWarning: tr("sport without physical feature");
|
---|
413 | group: tr("missing tag");
|
---|
414 | assertMatch: "node sport=tennis";
|
---|
415 | assertNoMatch: "node sport=tennis leisure=pitch";
|
---|
416 | assertNoMatch: "node sport=beachvolleyball natural=beach";
|
---|
417 | assertNoMatch: "node sport=skiing"; /* skiing has deprecated warning */
|
---|
418 | assertNoMatch: "node sport=swimming tourism=hotel";
|
---|
419 | assertNoMatch: "node sport=10pin amenity=restaurant";
|
---|
420 | }
|
---|
421 |
|
---|
422 | /* {0.key} without {1.key} or {2.key} see #10140 */
|
---|
423 | *[building:levels][!building][!building:part],
|
---|
424 | way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {
|
---|
425 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
|
---|
426 | group: tr("missing tag");
|
---|
427 | }
|
---|
428 |
|
---|
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] {
|
---|
431 | throwWarning: tr("alternative name without {0}", "{1.key}");
|
---|
432 | group: tr("missing tag");
|
---|
433 | }
|
---|
434 |
|
---|
435 | /* #10837 */
|
---|
436 | way[destination][!oneway?][junction!=roundabout][highway] {
|
---|
437 | throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
|
---|
438 | suggestAlternative: "destination:forward";
|
---|
439 | suggestAlternative: "destination:backward";
|
---|
440 | }
|
---|
441 |
|
---|
442 | /* #11389 */
|
---|
443 | way["maxspeed:forward"=*"maxspeed:backward"][!maxspeed] {
|
---|
444 | throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}");
|
---|
445 | suggestAlternative: "maxspeed";
|
---|
446 | group: tr("suspicious tag combination");
|
---|
447 | fixChangeKey: "maxspeed:forward=>maxspeed";
|
---|
448 | fixRemove: "maxspeed:backward";
|
---|
449 | }
|
---|
450 | way["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";
|
---|
454 | group: tr("suspicious tag combination");
|
---|
455 | fixRemove: "maxspeed:forward";
|
---|
456 | fixRemove: "maxspeed:backward";
|
---|
457 | }
|
---|
458 | way["maxspeed:forward"]["maxspeed:backward"][maxspeed]!.AllSameMaxspeed {
|
---|
459 | throwWarning: tr("{0} and {1} together with {2} and conflicting values", "{0.key}", "{1.key}", "{2.key}");
|
---|
460 | group: tr("suspicious tag combination");
|
---|
461 | }
|
---|
462 | way["maxspeed:forward"][maxspeed][!"maxspeed:backward"],
|
---|
463 | way["maxspeed:backward"][maxspeed][!"maxspeed:forward"] {
|
---|
464 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
|
---|
465 | group: tr("suspicious tag combination");
|
---|
466 | }
|
---|
467 |
|
---|
468 | /* #11837 */
|
---|
469 | way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
|
---|
470 | way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
|
---|
471 | throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
|
---|
472 | group: tr("suspicious tag combination");
|
---|
473 | }
|
---|
474 |
|
---|
475 | /* #12942 */
|
---|
476 | relation[oneway][type!=route] {
|
---|
477 | throwWarning: tr("{0} on a relation without {1}", "{0.key}", "{1.tag}");
|
---|
478 | }
|
---|
479 |
|
---|
480 | /* #9182 */
|
---|
481 | way[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}");
|
---|
483 | group: tr("suspicious tag combination");
|
---|
484 | }
|
---|
485 | way[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}");
|
---|
487 | group: tr("suspicious tag combination");
|
---|
488 | }
|
---|
489 |
|
---|
490 | /* #13144, #15536 */
|
---|
491 | *[unisex=yes][female=yes][male!=yes][shop=hairdresser],
|
---|
492 | *[unisex=yes][male=yes][female!=yes][shop=hairdresser] {
|
---|
493 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
494 | group: tr("suspicious tag combination");
|
---|
495 | }
|
---|
496 | *[unisex=yes][female=yes][male=yes][shop=hairdresser] {
|
---|
497 | throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");
|
---|
498 | group: tr("suspicious tag combination");
|
---|
499 | fixRemove: "female";
|
---|
500 | fixRemove: "male";
|
---|
501 | }
|
---|
502 | *[female=yes][male=yes][!unisex][shop=hairdresser] {
|
---|
503 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
504 | suggestAlternative: "unisex=yes";
|
---|
505 | group: tr("suspicious tag combination");
|
---|
506 | fixRemove: "female";
|
---|
507 | fixRemove: "male";
|
---|
508 | fixAdd: "unisex=yes";
|
---|
509 | }
|
---|
510 |
|
---|
511 | /* {1.key} without {2.tag} see #13138, #14468 */
|
---|
512 | way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
|
---|
513 | area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
|
---|
514 | throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
|
---|
515 | group: tr("missing tag");
|
---|
516 | }
|
---|
517 |
|
---|
518 | /* see #8519, #11529, limited to motorways and trunks to avoid false positives for streets with lanes for non motorized traffic */
|
---|
519 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][turn:lanes ][tag(lanes)!=eval(count(split("|", tag("turn:lanes"))))],
|
---|
520 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][change:lanes ][tag(lanes)!=eval(count(split("|", tag("change:lanes"))))],
|
---|
521 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][maxspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("maxspeed:lanes"))))],
|
---|
522 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][minspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("minspeed:lanes"))))],
|
---|
523 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:lanes"))))],
|
---|
524 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:ref:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:ref:lanes"))))],
|
---|
525 | way[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}");
|
---|
527 | group: tr("suspicious tag combination");
|
---|
528 | }
|
---|
529 |
|
---|
530 | /* #13680 */
|
---|
531 | area[golf=bunker][natural=beach] {
|
---|
532 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
533 | suggestAlternative: "natural=sand";
|
---|
534 | suggestAlternative: "surface=sand";
|
---|
535 | group: tr("suspicious tag combination");
|
---|
536 | }
|
---|
537 |
|
---|
538 | /* #13705 */
|
---|
539 | relation[type=multipolygon][building] > way {
|
---|
540 | set part_of_building_MP;
|
---|
541 | }
|
---|
542 | way["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. */
|
---|
544 | throwOther: tr("possibly missing {0} tag", "{1.key}");
|
---|
545 | group: tr("missing tag");
|
---|
546 | }
|
---|
547 |
|
---|
548 | /* #14125, #14323 */
|
---|
549 | way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
|
---|
550 | throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
|
---|
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";
|
---|
555 | assertNoMatch: "way highway=primary lanes=4";
|
---|
556 | assertMatch: "way highway=primary lanes=3";
|
---|
557 | }
|
---|
558 |
|
---|
559 | /* #15774 */
|
---|
560 | node[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}");
|
---|
562 | }
|
---|
563 |
|
---|
564 | /* #12502 */
|
---|
565 | node[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";
|
---|
569 | }
|
---|
570 |
|
---|
571 | /* #17305 */
|
---|
572 | area[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 */
|
---|
578 | way[highway=pedestrian][width][width<3] {
|
---|
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";
|
---|
585 | assertNoMatch: "way highway=pedestrian width=3";
|
---|
586 | assertNoMatch: "way highway=pedestrian width=5.5";
|
---|
587 | }
|
---|
588 |
|
---|
589 | /* see #17623 */
|
---|
590 | way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service$|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][area!=yes] {
|
---|
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");
|
---|
593 | }
|
---|