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