Download outline map of Colider (geojson format) :
Colider.geojson (**)
Download polygon array of Colider map for "Google Maps" :
Colider.txt
Bounding Box for Colider Map : ( -11.016257 , -55.70756 , -10.113181 , -55.160585 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Colider map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-11.016257, -55.70756, -10.113181, -55.160585);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Colider)
[out:json];
(
rel["name"="Colider"][type=boundary];
rel["name:en"="Colider"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Colider
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Café Norte | -10.619625 , -55.422554 |
Colíder | -10.799985 , -55.456009 |
Colider | -10.817287 , -55.450579 |
Marco de Cimento | -10.413824 , -55.497475 |
Nova Galiléia | -10.582272 , -55.528553 |
Sol Nascente | -10.427749 , -55.588087 |
Trevo Ouro Verde | -10.578225 , -55.400624 |
Notes:
- You can download geometry data for Colider 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.