Download outline map of Mandol (geojson format) : 
Mandol.geojson (**)
Download polygon array of Mandol map for "Google Maps" : 
Mandol.txt
Bounding Box for Mandol Map : ( 35.081578 , 69.913287 , 35.717227 , 70.567405 )
Wikipedia ID for Mandol : Q1889040
Wikipedia SPARQL Query for Mandol (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1889040 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1889040 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1889040 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1889040 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1889040 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1889040 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 Mandol map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.081578, 69.913287, 35.717227, 70.567405);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mandol)
	
[out:json];
(
rel["name"="Mandol"][type=boundary];
rel["name:en"="Mandol"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mandol
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Anaysh | 35.167740 , 70.158780 | 
| Atati | 35.479140 , 70.364310 | 
| Atrara | 35.367680 , 70.250300 | 
| Aznar | 35.437400 , 70.353120 | 
| Bala Murghab | 35.347340 , 70.148220 | 
| Bandol | 35.160620 , 70.135550 | 
| Busaydur | 35.377240 , 70.092430 | 
| Chutor | 35.313580 , 70.201060 | 
| Dahan-e Kiwisht | 35.234540 , 70.164760 | 
| Gadwal | 35.327240 , 70.209500 | 
| Gizin | 35.401980 , 70.301510 | 
| Gumta | 35.146110 , 70.149590 | 
| Iskando | 35.140070 , 70.176450 | 
| Jena Khel | 35.362320 , 70.243530 | 
| Jishpal | 35.422940 , 70.333160 | 
| Kachah Patal | 35.173160 , 70.173630 | 
| Kiwisht | 35.216030 , 70.086530 | 
| Kowrbiz | 35.208820 , 70.174400 | 
| Linar | 35.355980 , 70.143480 | 
| Mangor | 35.371810 , 70.256820 | 
| Mangshayr | 35.507330 , 70.382950 | 
| Mumam | 35.158210 , 70.154900 | 
| Nilaw | 35.231030 , 70.286230 | 
| Nishpal | 35.192920 , 70.198560 | 
| Now Kozung | 35.190000 , 70.241600 | 
| Pa'in Pushal | 35.427660 , 70.340440 | 
| Pushal | 35.430070 , 70.343280 | 
| Rumunar | 35.406820 , 70.311860 | 
| Rushtugam | 35.414050 , 70.320010 | 
| Rusto | 35.356230 , 70.239410 | 
| Sekopacha | 35.390050 , 70.284890 | 
| Shakarnal | 35.353530 , 70.235500 | 
| Shaladur | 35.386960 , 70.158040 | 
| Shargin | 35.382020 , 70.272520 | 
| Sokhtah Mundol | 35.294990 , 70.174540 | 
| Top Khanah | 35.364070 , 70.245690 | 
| Warishtor | 35.314320 , 70.229230 | 
Notes:
- You can download geometry data for Mandol 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.