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