Download outline map of Turgutlu (geojson format) : 
Turgutlu.geojson (**)
Download polygon array of Turgutlu map for "Google Maps" : 
Turgutlu.txt
Bounding Box for Turgutlu Map : ( 38.320375 , 27.610625 , 38.633835 , 27.89694 )
Wikipedia ID for Turgutlu : Q847308
Wikipedia SPARQL Query for Turgutlu (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q847308 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q847308 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q847308 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q847308 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q847308 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q847308 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 Turgutlu map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.320375, 27.610625, 38.633835, 27.89694);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Turgutlu)
	
[out:json];
(
rel["name"="Turgutlu"][type=boundary];
rel["name:en"="Turgutlu"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Turgutlu
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Akcapinar  |  38.489740 , 27.840130  | 
|  Akkoy  |  38.578900 , 27.810360  | 
|  Akyar  |  38.433330 , 27.850000  | 
|  Asagi Bozkir  |  38.442640 , 27.725250  | 
|  Asagibel  |  38.365030 , 27.829310  | 
|  Avsar  |  38.494250 , 27.765800  | 
|  Ayvacik  |  38.423520 , 27.807460  | 
|  Bozkir  |  38.434720 , 27.756940  | 
|  Campinar  |  38.577500 , 27.741390  | 
|  Catalkopru  |  38.432650 , 27.733550  | 
|  Cayiralani  |  38.394170 , 27.777500  | 
|  Cepni Dere  |  38.475540 , 27.666460  | 
|  Cikrici  |  38.471160 , 27.817430  | 
|  Curuklu  |  38.468330 , 27.759540  | 
|  Dag Yenikoy  |  38.398600 , 27.790600  | 
|  Dalbahce  |  38.472100 , 27.763100  | 
|  Derbent  |  38.491240 , 27.787660  | 
|  Guney  |  38.407770 , 27.798140  | 
|  Haciisalar  |  38.358430 , 27.816590  | 
|  Hisartepe  |  38.550000 , 27.850000  | 
|  Irlamaz  |  38.458890 , 27.712220  | 
|  Izzettin  |  38.576680 , 27.712370  | 
|  Kabacinar  |  38.340700 , 27.817550  | 
|  Karakoy  |  38.338760 , 27.830200  | 
|  Karaoluk  |  38.430880 , 27.834110  | 
|  Kayrak  |  38.404770 , 27.740230  | 
|  Kurudere  |  38.460860 , 27.799520  | 
|  Kuslar  |  38.357870 , 27.826840  | 
|  Musacali  |  38.565490 , 27.787900  | 
|  Musalar Yenikoy  |  38.605030 , 27.678810  | 
|  Orenkoy  |  38.343300 , 27.803760  | 
|  Osmancik  |  38.463300 , 27.744770  | 
|  Saribey  |  38.526670 , 27.785000  | 
|  Sinirli  |  38.598890 , 27.678330  | 
|  Temrek  |  38.609550 , 27.731890  | 
|  Tepekoy  |  38.550000 , 27.750000  | 
|  Turgutlu  |  38.495330 , 27.699700  | 
|  Urganli  |  38.523330 , 27.835560  | 
|  Yakuplar  |  38.613230 , 27.724940  | 
|  Yenikoy  |  38.503360 , 27.838660  | 
|  Yunusdere  |  38.348220 , 27.809360  | 
Notes:
- You can download geometry data for Turgutlu 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.