Dishu (Helmand) Map Cropping Samples

Dishu (Helmand) Map Cropping Samples-1

Dishu (Helmand) Map Cropping Samples-2

Dishu neighborhoods and villages map with 3D shadow effect

flag map of Dishu with 3D shadow effect

Dishu map with 3d shadow effect
 
Download outline map of Dishu (geojson format) : 
Dishu.geojson (**)
Download polygon array of Dishu map for "Google Maps" : 
Dishu.txt
Bounding Box for Dishu Map : ( 29.396563 , 62.549165 , 30.605487 , 63.704469 )
Wikipedia ID for Dishu : Q2456306
Wikipedia SPARQL Query for Dishu (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2456306 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2456306 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2456306 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2456306 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2456306 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2456306 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 Dishu map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.396563, 62.549165, 30.605487, 63.704469);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dishu)
	
[out:json];
(
rel["name"="Dishu"][type=boundary];
rel["name:en"="Dishu"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dishu
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| ‘Alāqahdārī Dīshū | 30.432060 , 63.298020 | 
| Deh-e Shu | 30.432950 , 63.317380 | 
| Jelejel | 29.466670 , 63.316670 | 
| Khwajah 'Ali 'Ulya | 30.331530 , 63.222210 | 
| Khwajah 'Ali Sehyakah | 30.293650 , 63.176260 | 
| Khwajah 'Ali Sufla | 30.249530 , 63.061990 | 
| Kili Shabaz | 29.465150 , 63.342530 | 
| Lich | 30.246310 , 63.042050 | 
| Muhammad Zahir Kelay | 30.272270 , 63.111090 | 
| Palalak | 30.232220 , 62.913330 | 
| Qal'ah-ye Murtaza | 30.450390 , 63.328380 | 
| Sakhi Dust Mohammad Khan | 30.250000 , 62.966670 | 
| Sher Muhammad Kala | 30.259850 , 63.082440 | 
| Wakil Khan Muhammad | 30.293280 , 63.141270 | 
Notes:
- You can download geometry data for Dishu 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.