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