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