Download outline map of Bandirma (geojson format) : 
Bandirma.geojson (**)
Download polygon array of Bandirma map for "Google Maps" : 
Bandirma.txt
Bounding Box for Bandirma Map : ( 40.09465 , 27.658315 , 40.404583 , 28.229542 )
Wikipedia ID for Bandirma : Q1826014
Wikipedia SPARQL Query for Bandirma (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1826014 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1826014 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1826014 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1826014 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1826014 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1826014 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 Bandirma map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.09465, 27.658315, 40.404583, 28.229542);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bandirma)
	
[out:json];
(
rel["name"="Bandırma"][type=boundary];
rel["name:en"="Bandırma"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bandirma
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Akcapinar  |  40.278470 , 28.074230  | 
|  Aksakal  |  40.147250 , 28.106800  | 
|  Bandırma  |  40.352220 , 27.976670  | 
|  Bereketli  |  40.246850 , 27.956250  | 
|  Beykoy  |  40.247230 , 27.805550  | 
|  Bezirci  |  40.284770 , 27.822840  | 
|  Cakilkoy  |  40.339760 , 28.127640  | 
|  Caliskanlar  |  40.356840 , 27.933030  | 
|  Carikkoy  |  40.264120 , 27.834950  | 
|  Cepni  |  40.233330 , 27.880560  | 
|  Cingekoy  |  40.302080 , 27.870140  | 
|  Dedeoba  |  40.330610 , 28.175230  | 
|  Doga  |  40.153960 , 28.112840  | 
|  Doganpinar  |  40.297220 , 27.895840  | 
|  Dogruca  |  40.276840 , 28.028710  | 
|  Edincik  |  40.342290 , 27.861290  | 
|  Emre  |  40.315230 , 28.153160  | 
|  Ergili  |  40.128890 , 28.070560  | 
|  Erikli  |  40.349440 , 28.093890  | 
|  Eskiziraatli  |  40.299320 , 28.076350  | 
|  Golyaka  |  40.184490 , 27.871060  | 
|  Haciali Ciftligi  |  40.300000 , 27.766670  | 
|  Hidirkoy  |  40.309560 , 27.806170  | 
|  Karacalilik  |  40.110730 , 28.100380  | 
|  Kayacik  |  40.346670 , 28.006390  | 
|  Kirazli  |  40.195230 , 28.114620  | 
|  Koseresil  |  40.166670 , 28.066670  | 
|  Kulefli  |  40.260870 , 27.927070  | 
|  Kuscenneti  |  40.227890 , 28.054270  | 
|  Mahbubeler  |  40.292700 , 28.119730  | 
|  Misakca  |  40.307780 , 27.671940  | 
|  Omerli  |  40.312500 , 28.048330  | 
|  Orhaniye  |  40.247460 , 27.842820  | 
|  Sirincavus  |  40.303930 , 27.711100  | 
|  Yenice  |  40.387890 , 28.114740  | 
|  Yenisigirci  |  40.259220 , 28.015960  | 
|  Yeniyenice  |  40.274680 , 28.153500  | 
|  Yeniziraatli  |  40.305450 , 28.091370  | 
|  Yesilconlu  |  40.222630 , 28.095570  | 
Notes:
- You can download geometry data for Bandirma 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.