Download outline map of Marantao (geojson format) :
Marantao.geojson (**)
Download polygon array of Marantao map for "Google Maps" :
Marantao.txt
Bounding Box for Marantao Map : ( 7.927751 , 124.130728 , 8.000373 , 124.265612 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Marantao map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.927751, 124.130728, 8.000373, 124.265612);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marantao)
[out:json];
(
rel["name"="Marantao"][type=boundary];
rel["name:en"="Marantao"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marantao
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Batal | 7.983330 , 124.250000 |
Bubung | 7.946020 , 124.223670 |
Capungan | 7.966670 , 124.166670 |
Kabungbungan | 7.943440 , 124.193070 |
Lalabuan | 7.935030 , 124.217020 |
Linuk | 7.983330 , 124.250000 |
Masabayabac | 7.983330 , 124.233330 |
Tambu | 7.983330 , 124.183330 |
Notes:
- You can download geometry data for Marantao 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.