Download outline map of Quinapundan (geojson format) :
Quinapundan.geojson (**)
Download polygon array of Quinapundan map for "Google Maps" :
Quinapundan.txt
Bounding Box for Quinapundan Map : ( 11.14375 , 125.410874 , 11.243286 , 125.575037 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Quinapundan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.14375, 125.410874, 11.243286, 125.575037);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Quinapundan)
[out:json];
(
rel["name"="Quinapundan"][type=boundary];
rel["name:en"="Quinapundan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Quinapundan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buenavista | 11.188610 , 125.537780 |
Calotan | 11.192220 , 125.530280 |
Naga | 11.178610 , 125.558610 |
San Pedro | 11.169440 , 125.525830 |
Santa Margarita | 11.154170 , 125.563060 |
Notes:
- You can download geometry data for Quinapundan 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.