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