Download outline map of Kamdesh (geojson format) : 
Kamdesh.geojson (**)
Download polygon array of Kamdesh map for "Google Maps" : 
Kamdesh.txt
Bounding Box for Kamdesh Map : ( 35.308398 , 71.041786 , 35.644458 , 71.62143 )
Wikipedia ID for Kamdesh : Q1722904
Wikipedia SPARQL Query for Kamdesh (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1722904 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1722904 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1722904 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1722904 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1722904 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1722904 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 Kamdesh map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.308398, 71.041786, 35.644458, 71.62143);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kamdesh)
	
[out:json];
(
rel["name"="Kamdesh"][type=boundary];
rel["name:en"="Kamdesh"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kamdesh
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Agasi | 35.421990 , 71.366650 | 
| Agro | 35.405920 , 71.316650 | 
| Babordesh | 35.463990 , 71.527500 | 
| Bakol Shatah | 35.446580 , 71.396860 | 
| Bun | 35.463230 , 71.537370 | 
| Chashku | 35.462430 , 71.312800 | 
| Chasma | 35.418610 , 71.449440 | 
| Ditamgul | 35.487260 , 71.536670 | 
| Kamdesh | 35.410270 , 71.340590 | 
| Kamdesh Wuluswali | 35.422500 , 71.329470 | 
| Kamu | 35.400140 , 71.424110 | 
| Kushtoz | 35.395020 , 71.318730 | 
| Mandagal Bande | 35.433080 , 71.299090 | 
| Mandagal Khulah | 35.478150 , 71.297650 | 
| Mandagal-e 'Ulya | 35.466220 , 71.260310 | 
| Mandagal-e Sufla | 35.449910 , 71.316150 | 
| Mirdesh | 35.414130 , 71.398400 | 
| Mospamishal | 35.462190 , 71.392630 | 
| Ormol | 35.422540 , 71.325990 | 
| Pattigol | 35.521390 , 71.531670 | 
| Pazinjaluk | 35.385060 , 71.422580 | 
| Pitigal | 35.479720 , 71.532260 | 
| Pitigal Bande | 35.460830 , 71.521940 | 
| Pul-e Rustam | 35.570150 , 71.321520 | 
| Sarit | 35.475690 , 71.452290 | 
| Sarit Khulah | 35.414660 , 71.466500 | 
| Sazligal | 35.473140 , 71.511210 | 
| Sozkyonsan | 35.459760 , 71.332080 | 
| Tirzhow | 35.371690 , 71.423670 | 
| Warmangal | 35.398760 , 71.413450 | 
Notes:
- You can download geometry data for Kamdesh 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.