Download outline map of Joia (geojson format) :
Joia.geojson (**)
Download polygon array of Joia map for "Google Maps" :
Joia.txt
Bounding Box for Joia Map : ( -28.931292 , -54.412896 , -28.551886 , -53.89829 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Joia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-28.931292, -54.412896, -28.551886, -53.89829);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Joia)
[out:json];
(
rel["name"="Joia"][type=boundary];
rel["name:en"="Joia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Joia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Jóia | -28.646715 , -54.116093 |
Sao Pedro | -28.616670 , -54.083330 |
Vinte e Um de Abril | -28.633330 , -54.116670 |
Notes:
- You can download geometry data for Joia 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.