Download outline map of Maramag (geojson format) :
Maramag.geojson (**)
Download polygon array of Maramag map for "Google Maps" :
Maramag.txt
Bounding Box for Maramag Map : ( 7.693981 , 124.859996 , 7.882798 , 125.101575 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Maramag map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.693981, 124.859996, 7.882798, 125.101575);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Maramag)
[out:json];
(
rel["name"="Maramag"][type=boundary];
rel["name:en"="Maramag"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Maramag
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Dagumbaan | 7.860560 , 124.928330 |
Dologon | 7.840830 , 125.044440 |
La Roxas | 7.864170 , 124.886940 |
Maramag | 7.763330 , 125.005280 |
Panadtaran | 7.796940 , 125.019170 |
Notes:
- You can download geometry data for Maramag 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.