1
2
3
4
5
6
7
8
9
10
11
12
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“amenity=school and address="" in Cyprus ”
*/
[out:json][timeout:25];
// fetch area “Cyprus” to search in
{{geocodeArea:Cyprus}}->.searchArea;
// gather results
nwr["amenity"="school"]["name"!~"."](area.searchArea);
// print results
out geom;
5 km
Leaflet © OpenStreetMap contributors
1