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