Download outline map of Mapanas (geojson format) :
Mapanas.geojson (**)
Download polygon array of Mapanas map for "Google Maps" :
Mapanas.txt
Bounding Box for Mapanas Map : ( 12.383111 , 125.117892 , 12.520352 , 125.292084 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Mapanas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](12.383111, 125.117892, 12.520352, 125.292084);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mapanas)
[out:json];
(
rel["name"="Mapanas"][type=boundary];
rel["name:en"="Mapanas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mapanas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cadajonan | 12.415100 , 125.216800 |
Cadean | 12.414440 , 125.216940 |
Jubasan | 12.429220 , 125.264510 |
Magta-on | 12.498200 , 125.250900 |
Mapanas | 12.475020 , 125.256210 |
Sihagon | 12.449500 , 125.225100 |
Notes:
- You can download geometry data for Mapanas 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.