Download outline map of Sagay (geojson format) :
Sagay.geojson (**)
Download polygon array of Sagay map for "Google Maps" :
Sagay.txt
Bounding Box for Sagay Map : ( 9.079522 , 124.700501 , 9.170252 , 124.763658 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Sagay map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.079522, 124.700501, 9.170252, 124.763658);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sagay)
[out:json];
(
rel["name"="Sagay"][type=boundary];
rel["name:en"="Sagay"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sagay
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguren | 9.104700 , 124.738500 |
Alangilan | 9.101900 , 124.745200 |
Bonbon | 9.105280 , 124.733890 |
Bug-ang | 9.108200 , 124.705100 |
Cantaan | 9.104800 , 124.729800 |
Catihan | 9.106700 , 124.709900 |
Maranding | 9.116670 , 124.716670 |
Mayana | 9.107220 , 124.711670 |
Sawang-wang | 9.096500 , 124.750000 |
Notes:
- You can download geometry data for Sagay 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.