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