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