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