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