Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aawiseman/b6f9df0cca23f059c9448ae0272db49d to your computer and use it in GitHub Desktop.
Save aawiseman/b6f9df0cca23f059c9448ae0272db49d to your computer and use it in GitHub Desktop.
/*
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