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