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