Boston (Davao Oriental) Map Cropping Samples
Boston (Davao Oriental) Map Cropping Samples-1
Boston (Davao Oriental) Map Cropping Samples-2
Boston neighborhoods and villages map with 3D shadow effect
flag map of Boston with 3D shadow effect
Boston map with 3d shadow effect
Download outline map of Boston (geojson format) :
Boston.geojson (**)
Download polygon array of Boston map for "Google Maps" :
Boston.txt
Bounding Box for Boston Map : ( 7.813662 , 126.14973 , 7.999508 , 126.399139 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Boston map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.813662, 126.14973, 7.999508, 126.399139);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Boston)
[out:json];
(
rel["name"="Boston"][type=boundary];
rel["name:en"="Boston"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Boston
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boston | 7.871110 , 126.364170 |
Carmen | 7.871390 , 126.339440 |
Kabasagan | 7.843330 , 126.371390 |
Mainit | 7.838610 , 126.361110 |
Pagtilaan | 7.944720 , 126.365000 |
Salvacion | 7.978890 , 126.253890 |
San Roque | 7.916670 , 126.365000 |
Notes:
- You can download geometry data for Boston 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.