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