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