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