Download outline map of Daito (geojson format) :
Daito.geojson (**)
Download polygon array of Daito map for "Google Maps" :
Daito.txt
Bounding Box for Daito Map : ( 34.695934 , 135.5914 , 34.732067 , 135.674301 )
Wikipedia ID for Daito : Q386668
Wikipedia SPARQL Query for Daito (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q386668 wdt:P1082 ?population. }
OPTIONAL { wd:Q386668 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q386668 wdt:P2046 ?area. }
OPTIONAL { wd:Q386668 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q386668 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q386668 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Daito map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.695934, 135.5914, 34.732067, 135.674301);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Daito)
[out:json];
(
rel["name"="Daito"][type=boundary];
rel["name:en"="Daito"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Daito
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Daitō | 34.719990 , 135.632870 |
Daito | 34.709726 , 135.625019 |
Hojo | 34.722260 , 135.641470 |
Morofuku | 34.703900 , 135.603470 |
Nakagaito | 34.705940 , 135.644890 |
Sanga | 34.722570 , 135.625940 |
Shijonawate | 34.730961 , 135.638580 |
Shinden-honmachi | 34.707590 , 135.603020 |
Tatsuma | 34.709690 , 135.660840 |
Tsunobecho | 34.724910 , 135.634140 |
Notes:
- You can download geometry data for Daito 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.