Download outline map of San Agustin (geojson format) :
San Agustin.geojson (**)
Download polygon array of San Agustin map for "Google Maps" :
San Agustin.txt
Bounding Box for San Agustin Map : ( 8.673789 , 125.966288 , 8.782718 , 126.258108 )
Get Boundaries from overpass-turbo (OSM) with boundary box of San Agustin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.673789, 125.966288, 8.782718, 126.258108);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Agustin)
[out:json];
(
rel["name"="San Agustin"][type=boundary];
rel["name:en"="San Agustin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Agustin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bretana | 8.702780 , 126.221390 |
Oteiza | 8.743870 , 126.219910 |
Salvacion | 8.712780 , 126.208060 |
Santo Nino | 8.764230 , 126.236420 |
Notes:
- You can download geometry data for San Agustin 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.