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