Download outline map of Maslog (geojson format) :
Maslog.geojson (**)
Download polygon array of Maslog map for "Google Maps" :
Maslog.txt
Bounding Box for Maslog Map : ( 11.973782 , 125.116907 , 12.232229 , 125.272335 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Maslog map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.973782, 125.116907, 12.232229, 125.272335);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Maslog)
[out:json];
(
rel["name"="Maslog"][type=boundary];
rel["name:en"="Maslog"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Maslog
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carayacay | 12.142500 , 125.210600 |
Mojan od Tugas | 12.158400 , 125.247600 |
Mojon | 12.183330 , 125.233330 |
Patong | 12.100000 , 125.150000 |
Tangbo | 12.133330 , 125.233330 |
Tugas | 12.166670 , 125.200000 |
Notes:
- You can download geometry data for Maslog 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.