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