Download outline map of Maragusan (geojson format) :
Maragusan.geojson (**)
Download polygon array of Maragusan map for "Google Maps" :
Maragusan.txt
Bounding Box for Maragusan Map : ( 7.276171 , 126.039123 , 7.432976 , 126.309744 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Maragusan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.276171, 126.039123, 7.432976, 126.309744);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Maragusan)
[out:json];
(
rel["name"="Maragusan"][type=boundary];
rel["name:en"="Maragusan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Maragusan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adoy | 7.329280 , 126.132380 |
Aguadan | 7.315280 , 126.128380 |
Datu Guibo | 7.356500 , 126.137600 |
Notes:
- You can download geometry data for Maragusan 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.