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