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