Download outline map of Yalvaç (geojson format) : 
Yalvaç.geojson (**)
Download polygon array of Yalvaç map for "Google Maps" : 
Yalvaç.txt
Bounding Box for Yalvaç Map : ( 38.11329 , 30.770767 , 38.508156 , 31.423787 )
Wikipedia ID for Yalvaç : Q991472
Wikipedia SPARQL Query for Yalvaç (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q991472 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q991472 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q991472 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q991472 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q991472 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q991472 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 Yalvaç map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.11329, 30.770767, 38.508156, 31.423787);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yalvaç)
	
[out:json];
(
rel["name"="Yalvaç"][type=boundary];
rel["name:en"="Yalvaç"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yalvaç
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Akcasar  |  38.257780 , 31.050000  | 
|  Altikapi  |  38.232780 , 31.181110  | 
|  Asagikasikara  |  38.299170 , 30.843610  | 
|  Asagitirtar  |  38.233330 , 30.908610  | 
|  Ayvali  |  38.415480 , 31.061840  | 
|  Bagkonak  |  38.217500 , 31.272220  | 
|  Baglarbasi  |  38.397500 , 31.127220  | 
|  Bahtiyar  |  38.190830 , 31.161670  | 
|  Cakircal  |  38.454200 , 31.112320  | 
|  Camharman  |  38.416670 , 31.116670  | 
|  Celeptas  |  38.323890 , 31.021960  | 
|  Cetince  |  38.184440 , 31.213610  | 
|  Dedecam  |  38.175830 , 31.321940  | 
|  Egirler  |  38.197780 , 31.104440  | 
|  Eyupler  |  38.293060 , 31.055280  | 
|  Gokceali  |  38.292200 , 30.958350  | 
|  Gorguler  |  38.383330 , 31.050000  | 
|  Hisarardi  |  38.308790 , 31.211730  | 
|  Huyuklu  |  38.237780 , 31.124720  | 
|  Kasikarabaglari  |  38.266670 , 30.816670  | 
|  Kirkbas  |  38.383330 , 31.016670  | 
|  Koruyaka  |  38.144440 , 31.224440  | 
|  Kozlucay  |  38.202960 , 31.295380  | 
|  Kumdanli  |  38.323900 , 30.976400  | 
|  Kursari  |  38.266670 , 31.083330  | 
|  Kuyucak  |  38.231800 , 31.231550  | 
|  Misirli  |  38.370470 , 31.034320  | 
|  Ozbayat  |  38.259090 , 31.223910  | 
|  Ozguney  |  38.269440 , 31.230830  | 
|  Sagirkoy  |  38.429720 , 31.008330  | 
|  Sucullu  |  38.350000 , 31.154720  | 
|  Tasevi  |  38.275000 , 30.824440  | 
|  Terziler  |  38.366940 , 31.103330  | 
|  Tokmacik  |  38.227500 , 30.999440  | 
|  Yagcilar  |  38.255440 , 31.137640  | 
|  Yarikkaya  |  38.457220 , 31.078890  | 
|  Yukarikasikara  |  38.345560 , 30.866950  | 
|  Yukaritirtar  |  38.263620 , 30.945840  | 
Notes:
- You can download geometry data for Yalvaç 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.