Download outline map of Dikili (geojson format) : 
Dikili.geojson (**)
Download polygon array of Dikili map for "Google Maps" : 
Dikili.txt
Bounding Box for Dikili Map : ( 38.912083 , 26.771325 , 39.227781 , 27.045683 )
Wikipedia ID for Dikili : Q992364
Wikipedia SPARQL Query for Dikili (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q992364 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q992364 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q992364 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q992364 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q992364 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q992364 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 Dikili map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.912083, 26.771325, 39.227781, 27.045683);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dikili)
	
[out:json];
(
rel["name"="Dikili"][type=boundary];
rel["name:en"="Dikili"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dikili
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Asarlik  |  39.000000 , 26.833330  | 
|  Bademli  |  39.027630 , 26.824550  | 
|  Bahceli  |  39.205750 , 26.820410  | 
|  Caglan  |  39.132510 , 27.013210  | 
|  Çandarlı  |  38.935030 , 26.934000  | 
|  Cukuralan  |  39.186780 , 26.938940  | 
|  Deliktas  |  38.988970 , 26.927370  | 
|  Demircili  |  39.100000 , 26.950000  | 
|  Demirtas  |  39.000880 , 26.944350  | 
|  Denizkoy  |  38.953060 , 26.814170  | 
|  Dikili  |  39.071000 , 26.890170  | 
|  Dortkarin  |  38.950000 , 26.900000  | 
|  Esentepe  |  39.023690 , 26.911090  | 
|  Gerenler  |  38.934170 , 26.830560  | 
|  Hasanaga  |  38.978930 , 26.828720  | 
|  Islamlar  |  39.125530 , 26.905400  | 
|  Kabakum  |  39.131150 , 26.887500  | 
|  Katiralan  |  39.008160 , 26.882030  | 
|  Kemente  |  39.169350 , 26.875950  | 
|  Kiratli  |  39.169080 , 26.857890  | 
|  Kiroba  |  39.113020 , 26.964040  | 
|  Kiryayla  |  38.966670 , 26.933330  | 
|  Kizilcukur  |  39.105560 , 26.914390  | 
|  Kocaoba  |  39.101470 , 26.974140  | 
|  Mazili  |  39.124860 , 26.971050  | 
|  Merdivenli  |  38.996670 , 26.850000  | 
|  Musellim  |  39.133330 , 26.850000  | 
|  Nebiler  |  39.159990 , 26.902140  | 
|  Salihler  |  39.183140 , 26.850560  | 
|  Samanlik  |  39.119350 , 27.015500  | 
|  Uzunburun  |  39.033080 , 26.908700  | 
|  Yahsibey  |  39.034940 , 26.840270  | 
|  Yenice  |  39.104310 , 27.011430  | 
Notes:
- You can download geometry data for Dikili 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.