Download outline map of Karatas (geojson format) :
Karatas.geojson (**)
Download polygon array of Karatas map for "Google Maps" :
Karatas.txt
Bounding Box for Karatas Map : ( 36.532917 , 34.922331 , 36.796248 , 35.591579 )
Wikipedia ID for Karatas : Q376854
Wikipedia SPARQL Query for Karatas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q376854 wdt:P1082 ?population. }
OPTIONAL { wd:Q376854 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q376854 wdt:P2046 ?area. }
OPTIONAL { wd:Q376854 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q376854 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q376854 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 Karatas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.532917, 34.922331, 36.796248, 35.591579);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Karatas)
[out:json];
(
rel["name"="Karataş"][type=boundary];
rel["name:en"="Karataş"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Karatas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atakoy | 36.753620 , 35.113730 |
Aydin | 36.737260 , 34.991680 |
Bahce Koy | 36.610230 , 35.449760 |
Bebeli | 36.640460 , 35.490950 |
Beykoylu | 36.733330 , 35.300000 |
Bozdogan | 36.611670 , 35.256670 |
Cavuslu | 36.717330 , 35.181440 |
Cimeli | 36.698500 , 35.343940 |
Cirrik | 36.741120 , 35.231930 |
Cukurkamis | 36.680560 , 35.356700 |
Dalyan | 36.574970 , 35.335450 |
Damlapinar | 36.776660 , 35.124210 |
Develioren | 36.737150 , 35.449510 |
Dolapli | 36.692480 , 35.243870 |
Egriagac | 36.776340 , 35.448840 |
Forlar | 36.617950 , 35.449110 |
Gokceli | 36.756490 , 35.335470 |
Gumusyazi | 36.791430 , 35.166400 |
Hacihasan | 36.728580 , 35.274570 |
Hasiragaci | 36.721610 , 35.079550 |
Helvaci | 36.714920 , 35.360100 |
Inaplihuyugu | 36.670840 , 35.156630 |
Isahacili | 36.686950 , 35.291260 |
Kamisli | 36.756100 , 35.388070 |
Karagocer | 36.710770 , 35.151750 |
Karataş | 36.582040 , 35.370140 |
Kesik | 36.685720 , 35.448600 |
Kindirkulak | 36.783330 , 35.062500 |
Kiremit | 36.708830 , 35.285020 |
Kirhasan | 36.688510 , 35.312360 |
Konankli | 36.672520 , 35.126530 |
Koprugozu | 36.745970 , 35.346760 |
Meletmez | 36.712690 , 35.221160 |
Oymakli | 36.726650 , 35.353360 |
Sarmisakli | 36.683330 , 35.116670 |
Sirkenli | 36.727670 , 35.398990 |
Tabaklar | 36.748740 , 35.001320 |
Terliksiz | 36.692350 , 35.337330 |
Toprakli | 36.671510 , 35.324840 |
Tuzkuyusu | 36.733330 , 35.083330 |
Tuzla | 36.700740 , 35.087260 |
Yalnizca | 36.775400 , 35.413300 |
Yassioren | 36.732170 , 35.207730 |
Yemisli | 36.654180 , 35.362770 |
Yenice | 36.746100 , 35.317770 |
Yenimurat | 36.781020 , 35.076810 |
Yuzbasi | 36.723690 , 35.336050 |
Notes:
- You can download geometry data for Karatas 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.