Download outline map of Vize (geojson format) : 
Vize.geojson (**)
Download polygon array of Vize map for "Google Maps" : 
Vize.txt
Bounding Box for Vize Map : ( 41.435405 , 27.60543 , 41.768701 , 28.11918 )
Wikipedia ID for Vize : Q364021
Wikipedia SPARQL Query for Vize (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q364021 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q364021 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q364021 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q364021 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q364021 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q364021 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 Vize map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.435405, 27.60543, 41.768701, 28.11918);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Vize)
	
[out:json];
(
rel["name"="Vize"][type=boundary];
rel["name:en"="Vize"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Vize
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Akincilar  |  41.459640 , 27.646440  | 
|  Akpinar  |  41.574990 , 27.839750  | 
|  Aksicim  |  41.613110 , 28.025460  | 
|  Aynar  |  41.634910 , 27.826520  | 
|  Balkaya  |  41.613920 , 27.958300  | 
|  Cakilli  |  41.513760 , 27.873490  | 
|  Cavuskoy  |  41.578700 , 27.713620  | 
|  Covenli  |  41.489020 , 27.694940  | 
|  Develi  |  41.570360 , 27.723280  | 
|  Doganca  |  41.580110 , 27.614480  | 
|  Duzova  |  41.515830 , 27.779720  | 
|  Evrencik  |  41.651670 , 27.713060  | 
|  Evrenli  |  41.536370 , 27.854550  | 
|  Hamidiye  |  41.664170 , 27.979440  | 
|  Kislacik  |  41.696820 , 27.943160  | 
|  Kıyıköy  |  41.631941 , 28.095145  | 
|  Musellim  |  41.487670 , 27.753040  | 
|  Okcular  |  41.553800 , 27.824130  | 
|  Pazarli  |  41.599120 , 27.702510  | 
|  Pineke  |  41.631780 , 27.882420  | 
|  Sergen  |  41.705280 , 27.708330  | 
|  Sofular  |  41.641770 , 27.718730  | 
|  Sogucak  |  41.639540 , 27.656890  | 
|  Vize  |  41.572500 , 27.765830  | 
|  Yatros  |  41.699020 , 27.882930  | 
|  Yeni Mahalle  |  41.596840 , 27.982690  | 
Notes:
- You can download geometry data for Vize 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.