1 | /* {0} on a node, should be a way */
|
---|
2 | node[area=no],
|
---|
3 | node[oneway],
|
---|
4 | node[bridge],
|
---|
5 | node[sidewalk],
|
---|
6 | node[footway],
|
---|
7 | node[man_made=embankment],
|
---|
8 | node[man_made=groyne],
|
---|
9 | node[man_made=cutline],
|
---|
10 | node[power=line],
|
---|
11 | node[cutline],
|
---|
12 | node[aerialway=cable_car],
|
---|
13 | node[aerialway=gondola],
|
---|
14 | node[aerialway=chair_lift],
|
---|
15 | node[aerialway=mixed_lift],
|
---|
16 | node[aerialway=drag_lift],
|
---|
17 | node[aerialway=t-bar],
|
---|
18 | node[aerialway=j-bar],
|
---|
19 | node[aerialway=platter],
|
---|
20 | node[aerialway=magic_carpet],
|
---|
21 | node[aerialway=rope_tow],
|
---|
22 | node[aerialway=goods],
|
---|
23 | node[aeroway=taxiway],
|
---|
24 | node[aeroway=runway],
|
---|
25 | node[railway=rail],
|
---|
26 | node[railway=narrow_gauge],
|
---|
27 | node[railway=monorail],
|
---|
28 | node[railway=preserved],
|
---|
29 | node[railway=light_rail],
|
---|
30 | node[railway=subway],
|
---|
31 | node[railway=tram],
|
---|
32 | node[railway=disused],
|
---|
33 | node[railway=abandoned],
|
---|
34 | node[waterway=river],
|
---|
35 | node[waterway=canal],
|
---|
36 | node[waterway=stream],
|
---|
37 | node[waterway=ditch],
|
---|
38 | node[waterway=drain],
|
---|
39 | node[natural=coastline],
|
---|
40 | node[natural=ridge],
|
---|
41 | node[natural=valley],
|
---|
42 | node[natural=tree_row] {
|
---|
43 | throwWarning: tr("{0} on a node. Should be used on a way.", "{0.tag}");
|
---|
44 | assertMatch: "node oneway=-1";
|
---|
45 | assertNoMatch: "way oneway=-1";
|
---|
46 | assertMatch: "node bridge=yes";
|
---|
47 | assertMatch: "node bridge=viaduct";
|
---|
48 | }
|
---|
49 |
|
---|
50 | /* {0} on a node, should be a way or relation */
|
---|
51 | node[boundary=administrative] {
|
---|
52 | throwWarning: tr("{0} on a node. Should be used on a way or relation.", "{0.tag}");
|
---|
53 | }
|
---|
54 |
|
---|
55 | /* {0} on a node, should be an area; #10679 #16528 #16792 */
|
---|
56 | node[golf=green],
|
---|
57 | node[golf=bunker],
|
---|
58 | node[golf=fairway],
|
---|
59 | node[area=yes],
|
---|
60 | node[area:highway],
|
---|
61 | node[landuse],
|
---|
62 | node[natural=scree],
|
---|
63 | node[natural=scrub],
|
---|
64 | node[natural=fell],
|
---|
65 | node[natural=heath],
|
---|
66 | node[natural=wood],
|
---|
67 | node[natural=grassland],
|
---|
68 | node[natural=wetland],
|
---|
69 | node[natural=water],
|
---|
70 | node[natural=mud],
|
---|
71 | node[natural=beach],
|
---|
72 | node[natural=sand],
|
---|
73 | node[natural=wood],
|
---|
74 | node[natural=bare_rock],
|
---|
75 | node[natural=glacier],
|
---|
76 | node[waterway=riverbank],
|
---|
77 | node[man_made=bridge],
|
---|
78 | node[man_made=breakwater],
|
---|
79 | node[aeroway=apron],
|
---|
80 | node[power=plant],
|
---|
81 | node[power=switchgear],
|
---|
82 | node[building:part],
|
---|
83 | node[source:outline] {
|
---|
84 | throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
|
---|
85 | }
|
---|
86 |
|
---|
87 | /* {0} on a node, should be a relation; Error level; see #10252, #10769, #14288 */
|
---|
88 | node[type=multipolygon],
|
---|
89 | node[route],
|
---|
90 | node[restriction] {
|
---|
91 | throwError: tr("{0} on a node. Should be used in a relation", "{0.tag}");
|
---|
92 | }
|
---|
93 |
|
---|
94 | /* {0} on a way, should be a node */
|
---|
95 | way[entrance],
|
---|
96 | way[door],
|
---|
97 | way[railway=subway_entrance],
|
---|
98 | way[man_made=survey_point],
|
---|
99 | way[aeroway=holding_position],
|
---|
100 | way[power=transformer],
|
---|
101 | way[power=pole],
|
---|
102 | way[power=catenary_mast],
|
---|
103 | way[power=terminal],
|
---|
104 | way[power=tower]!:closed,
|
---|
105 | way[amenity=vending_machine],
|
---|
106 | way[natural=peak],
|
---|
107 | way[natural=saddle],
|
---|
108 | way[natural=volcano],
|
---|
109 | way[natural=tree],
|
---|
110 | way[highway=give_way],
|
---|
111 | way[highway=milestone],
|
---|
112 | way[highway=mini_roundabout],
|
---|
113 | way[highway=stop],
|
---|
114 | way[highway=street_lamp],
|
---|
115 | way[highway=traffic_signals],
|
---|
116 | way[highway=turning_loop],
|
---|
117 | way[highway=turning_circle],
|
---|
118 | way[highway=motorway_junction] {
|
---|
119 | throwWarning: tr("{0} on a way. Should be used on a node.", "{0.tag}");
|
---|
120 | }
|
---|
121 |
|
---|
122 | /* {0} on a way, should be a relation; see #15642, #10252, #14288 */
|
---|
123 | way[restriction][restriction =~ /^(no_right_turn|no_left_turn|no_u_turn|no_straight_on|only_right_turn|only_left_turn|only_straight_on|no_entry|no_exit)$/],
|
---|
124 | way[type=multipolygon],
|
---|
125 | way[route=bus] {
|
---|
126 | throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}");
|
---|
127 | }
|
---|
128 |
|
---|
129 | /* #14395 */
|
---|
130 | way >[index=1] node,
|
---|
131 | way >[index=-1] node {
|
---|
132 | set first_last_node;
|
---|
133 | }
|
---|
134 | way[highway][area!=yes][!tunnel][!covered] > node {
|
---|
135 | set node_in_highway;
|
---|
136 | }
|
---|
137 | way[building][building!=no] > node.node_in_highway!.first_last_node {
|
---|
138 | throwWarning: tr("node connects highway and building");
|
---|
139 | }
|
---|
140 |
|
---|
141 | /* #15035, must not warn for node 3815077900*/
|
---|
142 | node[man_made!=monitoring_station][at(0.0,0.0)] {
|
---|
143 | throwError: tr("Object at Position 0.00E 0.00N. There is nothing at this position except an already mapped weather buoy.");
|
---|
144 | fixDeleteObject: this;
|
---|
145 | }
|
---|
146 |
|
---|
147 | /* #12502 */
|
---|
148 | node[leisure=park][natural=tree] {
|
---|
149 | throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
|
---|
150 | group: tr("suspicious tag combination");
|
---|
151 | fixRemove: "leisure";
|
---|
152 | }
|
---|
153 | node[leisure=park][natural!=tree] {
|
---|
154 | throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
|
---|
155 | }
|
---|
156 |
|
---|
157 | /* see ticket:#10125 */
|
---|
158 | node[source:geometry] {
|
---|
159 | throwWarning: tr("{0} on a node", "{0.key}");
|
---|
160 | fixChangeKey: "source:geometry => source:position";
|
---|
161 | }
|
---|
162 |
|
---|
163 | /* Building inside building (spatial test) */
|
---|
164 | *[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")] ∈
|
---|
165 | *[building][building!~/no|entrance/] {
|
---|
166 | throwWarning: tr("Building inside building");
|
---|
167 | }
|
---|
168 |
|
---|
169 | /* Overlapping areas (spatial test) */
|
---|
170 | area[natural =~ /^(water|wetland|coastline)$/], area[landuse=reservoir] {
|
---|
171 | set water_area;
|
---|
172 | }
|
---|
173 |
|
---|
174 | /* area:closed:areaStyle.water_area ⧉ area:closed:areaStyle.water_area -- does not work for now -- see ticket#10215 */
|
---|
175 | area:closed:areaStyle[natural =~ /^(water|wetland|coastline)$/] ⧉ area:closed:areaStyle.water_area,
|
---|
176 | area:closed:areaStyle[landuse=reservoir] ⧉ area:closed:areaStyle.water_area {
|
---|
177 | throwWarning: tr("Overlapping Water Areas");
|
---|
178 | }
|
---|
179 |
|
---|
180 | area:closed:areaStyle ⧉ area:closed:areaStyle {
|
---|
181 | throwOther: tr("Overlapping Areas");
|
---|
182 | }
|
---|
183 |
|
---|
184 | /* see ticket #9311 */
|
---|
185 | node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] ∈ *[amenity=parking] {
|
---|
186 | throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking");
|
---|
187 | group: tr("{0} inside {1}", "amenity", "amenity");
|
---|
188 | }
|
---|
189 |
|
---|
190 | /* see ticket #9556 */
|
---|
191 | area:closed:areaStyle[tag("natural") = parent_tag("natural")] ⧉ area:closed:areaStyle[natural] {
|
---|
192 | throwWarning: tr("Overlapping Identical Natural Areas");
|
---|
193 | }
|
---|
194 |
|
---|
195 | area:closed:areaStyle[landuse!=residential][tag("landuse") = parent_tag("landuse")] ⧉ area:closed:areaStyle[landuse][landuse!=residential] {
|
---|
196 | throwWarning: tr("Overlapping Identical Landuses");
|
---|
197 | }
|
---|
198 |
|
---|
199 | /* see ticket:#9522 */
|
---|
200 | node[tag("amenity") = parent_tag("amenity")] ∈ *[amenity][amenity != parking] {
|
---|
201 | throwWarning: tr("{0} inside {1}", concat("amenity=", tag("amenity")), concat("amenity=", tag("amenity")));
|
---|
202 | group: tr("{0} inside {1}", "amenity", "amenity");
|
---|
203 | }
|
---|
204 | node[tag("leisure") = parent_tag("leisure")] ∈ *[leisure] {
|
---|
205 | throwWarning: tr("{0} inside {1}", concat("leisure=", tag("leisure")), concat("leisure=", tag("leisure")));
|
---|
206 | group: tr("{0} inside {1}", "leisure", "leisure");
|
---|
207 | }
|
---|
208 | node[tag("tourism") = parent_tag("tourism")] ∈ *[tourism] {
|
---|
209 | throwWarning: tr("{0} inside {1}", concat("tourism=", tag("tourism")), concat("tourism=", tag("tourism")));
|
---|
210 | group: tr("{0} inside {1}", "tourism", "tourism");
|
---|
211 | }
|
---|
212 | node[tag("shop") = parent_tag("shop")] ∈ *[shop] {
|
---|
213 | throwWarning: tr("{0} inside {1}", concat("shop=", tag("shop")), concat("shop=", tag("shop")));
|
---|
214 | group: tr("{0} inside {1}", "shop", "shop");
|
---|
215 | }
|
---|
216 | node[tag("power") = parent_tag("power")] ∈ *[power] {
|
---|
217 | throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power")));
|
---|
218 | group: tr("{0} inside {1}", "power", "power");
|
---|
219 | }
|
---|
220 |
|
---|
221 | /* isolated nodes which should be part of a way, see #10825, #15478 */
|
---|
222 | node:unconnected:in-downloaded-area[entrance],
|
---|
223 | node:unconnected:in-downloaded-area[traffic_calming],
|
---|
224 | node:unconnected:in-downloaded-area[highway=passing_place],
|
---|
225 | node:unconnected:in-downloaded-area[highway=mini_roundabout],
|
---|
226 | node:unconnected:in-downloaded-area[highway=motorway_junction],
|
---|
227 | node:unconnected:in-downloaded-area[highway=turning_loop],
|
---|
228 | node:unconnected:in-downloaded-area[highway=turning_circle],
|
---|
229 | node:unconnected:in-downloaded-area[highway=stop],
|
---|
230 | node:unconnected:in-downloaded-area[highway=give_way],
|
---|
231 | node:unconnected:in-downloaded-area[highway=traffic_signals],
|
---|
232 | node:unconnected:in-downloaded-area[highway=crossing],
|
---|
233 | node:unconnected:in-downloaded-area[crossing],
|
---|
234 | node:unconnected:in-downloaded-area[highway=milestone],
|
---|
235 | node:unconnected:in-downloaded-area[railway=milestone],
|
---|
236 | node:unconnected:in-downloaded-area[railway=crossing],
|
---|
237 | node:unconnected:in-downloaded-area[railway=level_crossing],
|
---|
238 | node:unconnected:in-downloaded-area[railway=buffer_stop],
|
---|
239 | node:unconnected:in-downloaded-area[public_transport=stop_position],
|
---|
240 | node:unconnected:in-downloaded-area[aeroway=holding_position],
|
---|
241 | node:unconnected:in-downloaded-area[noexit],
|
---|
242 | node:unconnected:in-downloaded-area[waterway=dam],
|
---|
243 | node:unconnected:in-downloaded-area[waterway=weir],
|
---|
244 | node:unconnected:in-downloaded-area[waterway=waterfall],
|
---|
245 | node:unconnected:in-downloaded-area[amenity=ferry_terminal],
|
---|
246 | node:unconnected:in-downloaded-area[leisure=slipway],
|
---|
247 | node:unconnected:in-downloaded-area[mountain_pass=yes],
|
---|
248 | node:unconnected:in-downloaded-area[barrier=gate],
|
---|
249 | node:unconnected:in-downloaded-area[barrier=lift_gate],
|
---|
250 | node:unconnected:in-downloaded-area[barrier=swing_gate],
|
---|
251 | node:unconnected:in-downloaded-area[barrier=toll_booth],
|
---|
252 | node:unconnected:in-downloaded-area[barrier=turnstile],
|
---|
253 | node:unconnected:in-downloaded-area[barrier=full-height_turnstile],
|
---|
254 | node:unconnected:in-downloaded-area[barrier=motorcycle_barrier],
|
---|
255 | node:unconnected:in-downloaded-area[barrier=rope],
|
---|
256 | node:unconnected:in-downloaded-area[barrier=sally_port],
|
---|
257 | node:unconnected:in-downloaded-area[barrier=spikes],
|
---|
258 | node:unconnected:in-downloaded-area[barrier=stile],
|
---|
259 | node:unconnected:in-downloaded-area[barrier=sump_buster],
|
---|
260 | node:unconnected:in-downloaded-area[barrier=kerb],
|
---|
261 | node:unconnected:in-downloaded-area[barrier=border_control],
|
---|
262 | node:unconnected:in-downloaded-area[barrier=bump_gate],
|
---|
263 | node:unconnected:in-downloaded-area[barrier=bus_trap],
|
---|
264 | node:unconnected:in-downloaded-area[barrier=cattle_grid],
|
---|
265 | node:unconnected:in-downloaded-area[barrier=chain],
|
---|
266 | node:unconnected:in-downloaded-area[barrier=cycle_barrier],
|
---|
267 | node:unconnected:in-downloaded-area[barrier=hampshire_gate],
|
---|
268 | node:unconnected:in-downloaded-area[barrier=height_restrictor],
|
---|
269 | node:unconnected:in-downloaded-area[barrier=debris] {
|
---|
270 | throwWarning: tr("{0}", "{2.tag}");
|
---|
271 | group: tr("isolated node which must be connected to a way");
|
---|
272 | }
|
---|
273 |
|
---|
274 | /* #11127 */
|
---|
275 | way[railway][bridge] > node,
|
---|
276 | way[highway][bridge] > node {
|
---|
277 | set node_in_bridge;
|
---|
278 | }
|
---|
279 | way[waterway] > node.node_in_bridge {
|
---|
280 | throwWarning: tr("node connects waterway and bridge");
|
---|
281 | }
|
---|
282 |
|
---|
283 | /* #11128, #14812, #15032 */
|
---|
284 | way[highway] > node[tourism=information][information=guidepost] {
|
---|
285 | set guidepost;
|
---|
286 | throwOther: tr("{0} node connected to a highway", "{1.tag}");
|
---|
287 | }
|
---|
288 | way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi)$/],
|
---|
289 | way[highway] > node[building][!entrance],
|
---|
290 | way[highway] > node[leisure][!entrance][leisure!=slipway],
|
---|
291 | way[highway] > node[office][!entrance],
|
---|
292 | way[highway] > node[shop][!entrance],
|
---|
293 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost.first_last_node:connection,
|
---|
294 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost!.first_last_node {
|
---|
295 | throwWarning: tr("{0} node connected to a highway", "{0.key}");
|
---|
296 | }
|
---|
297 |
|
---|
298 | way[junction=roundabout]:righthandtraffic:clockwise,
|
---|
299 | way[junction=roundabout]!:righthandtraffic:anticlockwise {
|
---|
300 | throwWarning: tr("suspicious roundabout direction");
|
---|
301 | }
|
---|
302 |
|
---|
303 | /* #12496 */
|
---|
304 | area:closed[place=islet][eval(areasize()) > 1500000] {
|
---|
305 | throwWarning: tr("{0} on a large area", "{1.tag}");
|
---|
306 | suggestAlternative: "place=island";
|
---|
307 | fixAdd: "place=island";
|
---|
308 | }
|
---|
309 |
|
---|
310 | area:closed[place=island][eval(areasize()) < 500000] {
|
---|
311 | throwWarning: tr("{0} on a small area", "{1.tag}");
|
---|
312 | suggestAlternative: "place=islet";
|
---|
313 | fixAdd: "place=islet";
|
---|
314 | }
|
---|
315 |
|
---|
316 | /* #15648 */
|
---|
317 | way[place=island]!:closed {
|
---|
318 | throwError: tr("Way with {0} not closed.", "{0.tag}");
|
---|
319 | }
|
---|
320 |
|
---|
321 | /* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */
|
---|
322 | area:closed[building][building!=no][eval(areasize()) > 520000] {
|
---|
323 | throwError: tr("Too large building");
|
---|
324 | }
|
---|
325 |
|
---|
326 | /* #12577 */
|
---|
327 | way[power=line] > node,
|
---|
328 | way[power=minor_line] > node,
|
---|
329 | way[power=cable] > node {
|
---|
330 | set node_in_power_way;
|
---|
331 | }
|
---|
332 | way[!power][!building] > node.node_in_power_way {
|
---|
333 | throwWarning: tr("Node connects a power line or cable with an object which is not related to the power infrastructure.");
|
---|
334 | }
|
---|
335 |
|
---|
336 | /* #12646, #12992 */
|
---|
337 | way[waterway=~/^(stream|ditch|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance]!:connection:in-downloaded-area {
|
---|
338 | throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
|
---|
339 | }
|
---|
340 |
|
---|
341 | /* #10717, #14535 */
|
---|
342 | way:closed[natural=coastline] ∈ area[natural=water],
|
---|
343 | way:closed[natural=coastline] ∈ area[waterway=riverbank] {
|
---|
344 | throwError: tr("Coastline inside {1}", "{0.tag}");
|
---|
345 | }
|
---|
346 |
|
---|
347 | /* #10471 */
|
---|
348 | way[waterway] > node[ford?] { set ford_on_waterway; }
|
---|
349 | way[highway] > node[ford?] { set ford_on_highway; }
|
---|
350 | node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway {
|
---|
351 | throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
|
---|
352 | }
|
---|
353 |
|
---|
354 | /* #13877 */
|
---|
355 | area:closed[waterway = canal][area!=no],
|
---|
356 | area:closed[waterway = drain][area!=no],
|
---|
357 | area:closed[waterway = ditch][area!=no],
|
---|
358 | area:closed[waterway = stream][area!=no],
|
---|
359 | area:closed[waterway = river][area!=no] {
|
---|
360 | throwWarning: tr("{0} is the tag for the linear waterway. To tag the water area use {1} + {2} instead.", "{1.tag}", "natural=water", "water=*");
|
---|
361 | }
|
---|
362 |
|
---|
363 | /* #15097 */
|
---|
364 | way[highway][area!=yes] > node,
|
---|
365 | way[man_made=pier] > node {
|
---|
366 | set node_in_highway_pier;
|
---|
367 | }
|
---|
368 | way[route=ferry][tunnel=yes] > node,
|
---|
369 | way[route=ferry][bridge=yes] > node {
|
---|
370 | set node_in_ferry_bridge_tunnel;
|
---|
371 | }
|
---|
372 | way[route=ferry]!:closed >[index= 1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
|
---|
373 | way[route=ferry]!:closed >[index=-1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
|
---|
374 | throwWarning: tr("Ferry route is not connected to the road network or branches.");
|
---|
375 | }
|
---|
376 | way[amenity=ferry_terminal] > node,
|
---|
377 | way[man_made=pier] > node {
|
---|
378 | set node_in_terminal_pier;
|
---|
379 | }
|
---|
380 | way[route=ferry]!:closed >[index= 1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
|
---|
381 | way[route=ferry]!:closed >[index=-1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
|
---|
382 | throwWarning: tr("Ferry route is not connected to a ferry terminal or branches.");
|
---|
383 | }
|
---|