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