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