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