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