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