Download outline map of Kitadaito (geojson format) :
Kitadaito.geojson (**)
Download polygon array of Kitadaito map for "Google Maps" :
Kitadaito.txt
Bounding Box for Kitadaito Map : ( 24.461513 , 131.180682 , 25.960464 , 131.332264 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Kitadaito map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](24.461513, 131.180682, 25.960464, 131.332264);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kitadaito)
[out:json];
(
rel["name"="Kitadaito"][type=boundary];
rel["name:en"="Kitadaito"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kitadaito
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Kitadaito | 25.954167 , 131.286074 |
Minami | 25.936930 , 131.312180 |
Minato | 25.954390 , 131.288080 |
Nakano | 25.945670 , 131.311440 |
Notes:
- You can download geometry data for Kitadaito 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.