Download outline map of Santa Cruz (geojson format) :
Santa Cruz.geojson (**)
Download polygon array of Santa Cruz map for "Google Maps" :
Santa Cruz.txt
Bounding Box for Santa Cruz Map : ( -8.518905 , -40.459939 , -8.055451 , -40.087336 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Santa Cruz map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-8.518905, -40.459939, -8.055451, -40.087336);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Cruz)
[out:json];
(
rel["name"="Santa Cruz"][type=boundary];
rel["name:en"="Santa Cruz"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Cruz
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baixio | -8.400000 , -40.183330 |
Cruz de Malta | -8.236520 , -40.326870 |
Santa Cruz | -8.241147 , -40.334283 |
Varzinha | -8.085098 , -40.415752 |
Notes:
- You can download geometry data for Santa Cruz 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.