We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ddab1d + 9ad288a commit 3aec0a2Copy full SHA for 3aec0a2
HDME2021/overpassAPI
@@ -7,6 +7,14 @@ out;
7
# try other Point-based queries: amenity = | building = church / mosque| historic=ruins | man_made=petroleum_well | natural=tree
8
9
10
+rel
11
+ [amenity=drinking_water]
12
+ ({{bbox}});
13
+out;
14
+
15
+# some amenities are polygons not points.
16
17
18
[out:csv(highway,name)];
19
area
20
[wikidata="Q3820"];
@@ -15,5 +23,13 @@ out;
23
24
# Q3820 is a Wikidata entry
25
26
+way
27
+ [highway=motorway]
28
29
+(._;>;);
30
31
32
33
34
35
https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_API_by_Example
0 commit comments