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