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