Created
July 19, 2016 18:24
-
-
Save aawiseman/b6f9df0cca23f059c9448ae0272db49d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This has been generated by the overpass-turbo wizard. | |
The original search was: | |
"amenity=schools in Lebanon" | |
*/ | |
[out:json][timeout:25]; | |
// fetch area "Lebanon" to search in | |
{{geocodeArea:Lebanon}}->.SafyArea; | |
// gather results | |
( | |
// query part for: "amenity=school" | |
node | |
["amenity"="school"](area.SafyArea); | |
); | |
// print results | |
out body; | |
>; | |
out skel qt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment