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