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