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