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