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