Skip to content

Commit 3aec0a2

Browse files
committed
Merge branch 'master' of https://github.com/djwrisley/ESUDH
2 parents 3ddab1d + 9ad288a commit 3aec0a2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

HDME2021/overpassAPI

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ out;
77
# try other Point-based queries: amenity = | building = church / mosque| historic=ruins | man_made=petroleum_well | natural=tree
88

99

10+
rel
11+
[amenity=drinking_water]
12+
({{bbox}});
13+
out;
14+
15+
# some amenities are polygons not points.
16+
17+
1018
[out:csv(highway,name)];
1119
area
1220
[wikidata="Q3820"];
@@ -15,5 +23,13 @@ out;
1523

1624
# Q3820 is a Wikidata entry
1725

26+
way
27+
[highway=motorway]
28+
({{bbox}});
29+
(._;>;);
30+
out;
31+
32+
33+
1834

1935
https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_API_by_Example

0 commit comments

Comments
 (0)