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