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