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