Download outline map of Santo Estevao (geojson format) :
Santo Estevao.geojson (**)
Download polygon array of Santo Estevao map for "Google Maps" :
Santo Estevao.txt
Bounding Box for Santo Estevao Map : ( -12.548898 , -39.393873 , -12.373199 , -39.127179 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Santo Estevao map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-12.548898, -39.393873, -12.373199, -39.127179);
);
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 Estevao)
[out:json];
(
rel["name"="Santo Estevao"][type=boundary];
rel["name:en"="Santo Estevao"][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 Estevao 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.