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