We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8f4d0 commit c0ec7c8Copy full SHA for c0ec7c8
docs/readthedocs/use/osmInputData.md
@@ -26,8 +26,8 @@ This example will return the OSM data for the area within given coordinates. The
26
(
27
28
node["boundary"];
29
- way["boundary"];
30
- relation["boundary"="administrative"]["admin_level"~"^(6|7|8|9)$"]({{searcharea}});
+ way["boundary"];
+ relation["boundary"="administrative"]["admin_level"~"^(6|7|8|9)$"]({{bbox}});
31
32
33
node["building"];
input/overpass_bbox.overpassql
@@ -4,8 +4,7 @@
4
5
6
way["boundary"];
7
8
-
9
10
11
way["building"];
0 commit comments