Download outline map of Bern-Mittelland (geojson format) :
Bern-Mittelland.geojson (**)
Download polygon array of Bern-Mittelland map for "Google Maps" :
Bern-Mittelland.txt
Bounding Box for Bern-Mittelland Map : ( 46.670853 , 7.082645 , 47.122684 , 7.732349 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Bern-Mittelland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.670853, 7.082645, 47.122684, 7.732349);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bern-Mittelland)
[out:json];
(
rel["name"="Bern-Mittelland"][type=boundary];
rel["name:en"="Bern-Mittelland"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Bern-Mittelland 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.