Download outline map of Akdeniz (geojson format) :
Akdeniz.geojson (**)
Download polygon array of Akdeniz map for "Google Maps" :
Akdeniz.txt
Bounding Box for Akdeniz Map : ( 36.780019 , 34.601971 , 36.983107 , 34.839972 )
Wikipedia ID for Akdeniz : Q417000
Wikipedia SPARQL Query for Akdeniz (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q417000 wdt:P1082 ?population. }
OPTIONAL { wd:Q417000 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q417000 wdt:P2046 ?area. }
OPTIONAL { wd:Q417000 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q417000 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q417000 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 Akdeniz map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.780019, 34.601971, 36.983107, 34.839972);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Akdeniz)
[out:json];
(
rel["name"="Akdeniz"][type=boundary];
rel["name:en"="Akdeniz"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Akdeniz
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adanalioglu | 36.837510 , 34.805040 |
Asagi Burhan | 36.892820 , 34.728370 |
Bagcilar | 36.889790 , 34.781200 |
Bahceli | 36.884180 , 34.723850 |
Burhan | 36.900000 , 34.733330 |
Camili | 36.890210 , 34.619860 |
Civanyaylagi | 36.873110 , 34.657640 |
Demirhisar | 36.883270 , 34.693690 |
Diliklitas | 36.883330 , 34.666670 |
Esenli | 36.940490 , 34.645920 |
Hamurlu | 36.850000 , 34.783330 |
Hebilli | 36.917160 , 34.661480 |
Huzurkent | 36.880240 , 34.822800 |
İçel | 36.797784 , 34.594580 |
Igdir | 36.906700 , 34.643200 |
Ihsaniye | 36.921270 , 34.763030 |
Karacailyas | 36.842880 , 34.705120 |
Kazanli | 36.815650 , 34.757610 |
Nacarli | 36.902210 , 34.812000 |
Parmakkurdu | 36.972530 , 34.665440 |
Pugkaracadag | 36.944000 , 34.702680 |
Tekkekoy | 36.876830 , 34.755660 |
Yakakoy | 36.862560 , 34.754170 |
Yanpar | 36.919520 , 34.721910 |
Yenikoy | 36.816320 , 34.810220 |
Yesilova | 36.901390 , 34.630910 |
Notes:
- You can download geometry data for Akdeniz 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.