Download outline map of Isahaya (geojson format) :
Isahaya.geojson (**)
Download polygon array of Isahaya map for "Google Maps" :
Isahaya.txt
Bounding Box for Isahaya Map : ( 32.751999 , 129.885406 , 32.9748 , 130.202698 )
Wikipedia ID for Isahaya : Q596469
Wikipedia SPARQL Query for Isahaya (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q596469 wdt:P1082 ?population. }
OPTIONAL { wd:Q596469 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q596469 wdt:P2046 ?area. }
OPTIONAL { wd:Q596469 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q596469 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q596469 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 Isahaya map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.751999, 129.885406, 32.9748, 130.202698);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Isahaya)
[out:json];
(
rel["name"="Isahaya"][type=boundary];
rel["name:en"="Isahaya"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Isahaya
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akamizu | 32.933330 , 130.033330 |
Fukanomi | 32.883330 , 130.100000 |
Funatsu | 32.766670 , 130.033330 |
Isahaya | 32.838236 , 130.031649 |
Keya | 32.833330 , 129.983330 |
Kishu | 32.800000 , 130.100000 |
Kogakuracho | 32.816670 , 130.050000 |
Oura | 32.866670 , 129.900000 |
Uki | 32.800000 , 130.083330 |
Notes:
- You can download geometry data for Isahaya 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.