Download outline map of Areal (geojson format) :
Areal.geojson (**)
Download polygon array of Areal map for "Google Maps" :
Areal.txt
Bounding Box for Areal Map : ( -22.311696 , -43.182721 , -22.163139 , -43.034018 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Areal map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-22.311696, -43.182721, -22.163139, -43.034018);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Areal)
[out:json];
(
rel["name"="Areal"][type=boundary];
rel["name:en"="Areal"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Areal
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alberto Torres | -22.236110 , -43.096390 |
Areal | -22.231112 , -43.113152 |
Posse dos Coqueiros | -22.298005 , -43.160594 |
Notes:
- You can download geometry data for Areal 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.