Download outline map of Akseki (geojson format) :
Akseki.geojson (**)
Download polygon array of Akseki map for "Google Maps" :
Akseki.txt
Bounding Box for Akseki Map : ( 36.793667 , 31.432506 , 37.371695 , 31.977711 )
Wikipedia ID for Akseki : Q421462
Wikipedia SPARQL Query for Akseki (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q421462 wdt:P1082 ?population. }
OPTIONAL { wd:Q421462 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q421462 wdt:P2046 ?area. }
OPTIONAL { wd:Q421462 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q421462 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q421462 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Akseki map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.793667, 31.432506, 37.371695, 31.977711);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Akseki)
[out:json];
(
rel["name"="Akseki"][type=boundary];
rel["name:en"="Akseki"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Akseki
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aksahap | 37.068910 , 31.698270 |
Alacesme | 36.968490 , 31.736570 |
Alikorusu | 37.116670 , 31.866670 |
Asagi Asiklar | 36.947290 , 31.737850 |
Asagi Guneykaya | 36.901560 , 31.710330 |
Bademli | 37.308530 , 31.737950 |
Belenalan | 36.999920 , 31.771100 |
Bucakalan | 36.988270 , 31.767430 |
Bucakkisla | 37.045950 , 31.739430 |
Buyukalan | 37.000270 , 31.743610 |
Caltilicukur | 36.875010 , 31.883150 |
Canakpinar | 36.998130 , 31.821310 |
Ceceler | 37.195810 , 31.831330 |
Cemerler | 36.951070 , 31.767840 |
Cendeve | 36.982330 , 31.727600 |
Cevizli | 37.196940 , 31.763330 |
Cimikoy | 37.030560 , 31.850830 |
Cinardibi | 37.176860 , 31.710600 |
Cukurkoy | 36.871070 , 31.843560 |
Degirmenlik | 37.276410 , 31.778890 |
Dikmen | 36.969440 , 31.781390 |
Dutluca | 37.039350 , 31.805870 |
Emirasiklar | 37.036110 , 31.738680 |
Erenkaya | 36.931570 , 31.750680 |
Fersin | 36.813890 , 31.748610 |
Guneykaya | 36.906660 , 31.693570 |
Guzelsu | 36.894720 , 31.856390 |
Hocakoy | 36.908300 , 31.655370 |
Husamettinkoy | 37.015540 , 31.818510 |
Karakisla | 37.172500 , 31.855000 |
Kepezbeleni | 36.902220 , 31.604720 |
Kuyucak | 37.223560 , 31.637840 |
Mahmutlu | 36.916570 , 31.765380 |
Mentesbey | 37.026800 , 31.650360 |
Minareli | 37.019440 , 31.675830 |
Pinarbasi | 36.901620 , 31.867220 |
Sadiklar | 36.941700 , 31.800860 |
Sarihalliler | 37.024720 , 31.718180 |
Sinanhoca | 36.973610 , 31.612500 |
Suleymaniye | 37.292220 , 31.768890 |
Susuzsahap | 37.225280 , 31.806390 |
Taslica | 36.903040 , 31.767500 |
Yarpuz | 37.129170 , 31.857500 |
Zilan | 37.186940 , 31.684440 |
Notes:
- You can download geometry data for Akseki in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.