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