Download outline map of Eskil (geojson format) : 
Eskil.geojson (**)
Download polygon array of Eskil map for "Google Maps" : 
Eskil.txt
Bounding Box for Eskil Map : ( 37.970536 , 33.175185 , 38.684769 , 33.685224 )
Wikipedia ID for Eskil : Q1917854
Wikipedia SPARQL Query for Eskil (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1917854 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1917854 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1917854 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1917854 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1917854 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1917854 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 Eskil map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.970536, 33.175185, 38.684769, 33.685224);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Eskil)
	
[out:json];
(
rel["name"="Eskil"][type=boundary];
rel["name:en"="Eskil"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Eskil
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Akgol Yaylasi  |  38.313760 , 33.412300  | 
|  Basaran  |  38.016390 , 33.541900  | 
|  Bozcamahmut Yaylasi  |  38.208600 , 33.363180  | 
|  Buget  |  38.321610 , 33.454180  | 
|  Buyukbezirci Yaylasi  |  38.133330 , 33.533330  | 
|  Calakkoyu Yaylasi  |  38.163850 , 33.503060  | 
|  Dikilitas Yaylasi  |  38.069000 , 33.441130  | 
|  Esmekaya  |  38.256830 , 33.445770  | 
|  Filikcitol Yaylasi  |  38.283330 , 33.300000  | 
|  Gunesli Yaylasi  |  38.260780 , 33.472440  | 
|  Hacirecep Yaylasi  |  38.395390 , 33.323300  | 
|  Huseyinbey Yaylasi  |  38.034410 , 33.452720  | 
|  Ihraciya Yaylasi  |  38.150000 , 33.500000  | 
|  Kucuksekeller Yaylasi  |  38.079590 , 33.424100  | 
|  Kumlu Yaylasi  |  38.365810 , 33.464170  | 
|  Ortakuyu Yaylasi  |  38.132520 , 33.364050  | 
|  Setik Yaylasi  |  38.355760 , 33.437470  | 
|  Sirinler Yaylasi  |  38.033330 , 33.316670  | 
|  Sokarikli Yaylasi  |  38.358980 , 33.352580  | 
|  Taskesi Yaylasi  |  38.381500 , 33.403990  | 
|  Tatarli Yaylasi  |  38.123650 , 33.428090  | 
Notes:
- You can download geometry data for Eskil 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.