Guma (Punakha) Map Cropping Samples
Guma (Punakha) Map Cropping Samples-2
flag map of Guma with 3D shadow effect
Guma map with 3d shadow effect
Download outline map of Guma (geojson format) :
Guma.geojson (**)
Download polygon array of Guma map for "Google Maps" :
Guma.txt
Bounding Box for Guma Map : ( 27.525822 , 89.780598 , 27.626858 , 89.877541 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Guma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.525822, 89.780598, 27.626858, 89.877541);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guma)
[out:json];
(
rel["name"="Guma"][type=boundary];
rel["name:en"="Guma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Guma 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.