Download outline map of Aliaga (geojson format) : 
Aliaga.geojson (**)
Download polygon array of Aliaga map for "Google Maps" : 
Aliaga.txt
Bounding Box for Aliaga Map : ( 38.667259 , 26.891251 , 38.942547 , 27.181508 )
Wikipedia ID for Aliaga : Q996748
Wikipedia SPARQL Query for Aliaga (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q996748 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q996748 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q996748 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q996748 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q996748 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q996748 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 Aliaga map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.667259, 26.891251, 38.942547, 27.181508);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Aliaga)
	
[out:json];
(
rel["name"="Aliağa"][type=boundary];
rel["name:en"="Aliağa"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Aliaga
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Aliağa  |  38.799750 , 26.972030  | 
|  Asagi Sakran  |  38.922570 , 27.096410  | 
|  Bahcedere  |  38.904170 , 27.113330  | 
|  Bozkoy  |  38.720210 , 26.964750  | 
|  Cakmakli  |  38.745980 , 26.915060  | 
|  Caltilidere  |  38.853060 , 27.038890  | 
|  Caraklar  |  38.833680 , 27.076420  | 
|  Citak  |  38.757490 , 27.057870  | 
|  Guzelhisar  |  38.773870 , 27.018410  | 
|  Haciomerli  |  38.843060 , 27.145000  | 
|  Helvaci  |  38.703400 , 27.026240  | 
|  Horozgedigi  |  38.733650 , 26.922630  | 
|  Kalabak  |  38.842840 , 27.119680  | 
|  Kapikaya  |  38.871940 , 27.152220  | 
|  Karakoy  |  38.818060 , 27.098330  | 
|  Karakuyu  |  38.861080 , 27.096370  | 
|  Karakuzu  |  38.760000 , 27.108060  | 
|  Mavikose  |  38.868910 , 27.064980  | 
|  Samurlu  |  38.763330 , 26.990000  | 
|  Sehitkemal  |  38.726280 , 26.983360  | 
|  Uzunhasanlar  |  38.773250 , 27.085300  | 
|  Yenisakran  |  38.886390 , 27.066940  | 
|  Yukarisehitkemal  |  38.731070 , 27.006130  | 
|  Yuksek  |  38.890930 , 27.148670  | 
Notes:
- You can download geometry data for Aliaga 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.