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