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