Download outline map of Nova Canaa (geojson format) :
Nova Canaa.geojson (**)
Download polygon array of Nova Canaa map for "Google Maps" :
Nova Canaa.txt
Bounding Box for Nova Canaa Map : ( -15.045037 , -40.348021 , -14.656033 , -40.024659 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Nova Canaa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-15.045037, -40.348021, -14.656033, -40.024659);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nova Canaa)
[out:json];
(
rel["name"="Nova Canaa"][type=boundary];
rel["name:en"="Nova Canaa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Nova Canaa 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.