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