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