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