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