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