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