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