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