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