Download outline map of Bayindir (geojson format) : 
Bayindir.geojson (**)
Download polygon array of Bayindir map for "Google Maps" : 
Bayindir.txt
Bounding Box for Bayindir Map : ( 38.123172 , 27.456662 , 38.358753 , 27.829374 )
Wikipedia ID for Bayindir : Q2892381
Wikipedia SPARQL Query for Bayindir (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2892381 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2892381 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2892381 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2892381 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2892381 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2892381 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 Bayindir map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.123172, 27.456662, 38.358753, 27.829374);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bayindir)
	
[out:json];
(
rel["name"="Bayındır"][type=boundary];
rel["name:en"="Bayındır"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bayindir
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Alankiyi  |  38.285830 , 27.628890  | 
|  Alankoy  |  38.245520 , 27.777200  | 
|  Arikbasi  |  38.183490 , 27.493730  | 
|  Bayındır  |  38.217410 , 27.647440  | 
|  Buruncuk  |  38.198390 , 27.715150  | 
|  Cami Mahallesi  |  38.171710 , 27.570410  | 
|  Camlibel  |  38.250000 , 27.583330  | 
|  Canli  |  38.192510 , 27.555200  | 
|  Cayir  |  38.198480 , 27.615030  | 
|  Cenikler  |  38.243360 , 27.731630  | 
|  Ciftcigedigi  |  38.200900 , 27.503150  | 
|  Cinardibi  |  38.291280 , 27.519190  | 
|  Ciplakoy  |  38.166740 , 27.561230  | 
|  Cirpi  |  38.164440 , 27.497500  | 
|  Cumhuriyet  |  38.171600 , 27.721590  | 
|  Derekoy  |  38.251300 , 27.676890  | 
|  Dernekli  |  38.269590 , 27.546980  | 
|  Ergenli  |  38.241390 , 27.691110  | 
|  Eski Ciplak  |  38.208660 , 27.569470  | 
|  Furunlu  |  38.194350 , 27.605740  | 
|  Gaziler  |  38.239780 , 27.755340  | 
|  Haniminciftligi  |  38.150000 , 27.716670  | 
|  Haskoy  |  38.142500 , 27.504440  | 
|  Havuzbasi  |  38.169100 , 27.470090  | 
|  Hisarlik  |  38.270790 , 27.654100  | 
|  Kabaagac  |  38.254170 , 27.752220  | 
|  Karahayit  |  38.245570 , 27.748740  | 
|  Karapinar  |  38.229710 , 27.747870  | 
|  Karaveliler  |  38.189120 , 27.548970  | 
|  Kecikoy  |  38.283330 , 27.577220  | 
|  Kecikoy  |  38.283330 , 27.583330  | 
|  Kizilcaova  |  38.206600 , 27.516170  | 
|  Kiziloba  |  38.278570 , 27.684040  | 
|  Lutuflar  |  38.271110 , 27.806670  | 
|  Malanda  |  38.314390 , 27.625690  | 
|  Mersinli  |  38.258900 , 27.528260  | 
|  Osmanlar  |  38.302220 , 27.560280  | 
|  Otuzbirler  |  38.241270 , 27.615630  | 
|  Pinarli  |  38.194690 , 27.748960  | 
|  Sariyurt  |  38.283890 , 27.713060  | 
|  Sogutoren  |  38.225510 , 27.574290  | 
|  Tekbicak  |  38.238760 , 27.806390  | 
|  Tokatbasi  |  38.165540 , 27.617940  | 
|  Turan  |  38.225010 , 27.677900  | 
|  Yakacik  |  38.205820 , 27.702370  | 
|  Yakapinar  |  38.210990 , 27.540610  | 
|  Yusuflu  |  38.218890 , 27.698060  | 
|  Zeytinova  |  38.205760 , 27.726960  | 
Notes:
- You can download geometry data for Bayindir 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.