Download outline map of Cortes (geojson format) :
Cortes.geojson (**)
Download polygon array of Cortes map for "Google Maps" :
Cortes.txt
Bounding Box for Cortes Map : ( -8.50545 , -35.597116 , -8.339018 , -35.445466 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Cortes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-8.50545, -35.597116, -8.339018, -35.445466);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cortes)
[out:json];
(
rel["name"="Cortes"][type=boundary];
rel["name:en"="Cortes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cortes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agrovila Barra de Jangada | -8.449127 , -35.559056 |
Cortês | -8.473532 , -35.543281 |
Usina Pedrosa | -8.502152 , -35.515524 |
Notes:
- You can download geometry data for Cortes 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.