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