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