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