Download outline map of Malitbog (geojson format) :
Malitbog.geojson (**)
Download polygon array of Malitbog map for "Google Maps" :
Malitbog.txt
Bounding Box for Malitbog Map : ( 10.112998 , 124.907092 , 10.203871 , 125.00872 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Malitbog map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.112998, 124.907092, 10.203871, 125.00872);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Malitbog)
[out:json];
(
rel["name"="Malitbog"][type=boundary];
rel["name:en"="Malitbog"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Malitbog
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Basak | 10.183330 , 124.916670 |
Benit | 10.145230 , 124.989940 |
Pangdan | 10.116670 , 125.000000 |
San Jose | 10.146110 , 124.997780 |
San Vicente | 10.183330 , 124.983330 |
Tigbawon | 10.185830 , 124.925830 |
Timba | 10.194720 , 124.982500 |
Notes:
- You can download geometry data for Malitbog 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.