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