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