Download outline map of Hikari (geojson format) :
Hikari.geojson (**)
Download polygon array of Hikari map for "Google Maps" :
Hikari.txt
Bounding Box for Hikari Map : ( 33.852268 , 131.891602 , 34.032734 , 132.0634 )
Wikipedia ID for Hikari : Q823502
Wikipedia SPARQL Query for Hikari (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q823502 wdt:P1082 ?population. }
OPTIONAL { wd:Q823502 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q823502 wdt:P2046 ?area. }
OPTIONAL { wd:Q823502 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q823502 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q823502 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 Hikari map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.852268, 131.891602, 34.032734, 132.0634);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hikari)
[out:json];
(
rel["name"="Hikari"][type=boundary];
rel["name:en"="Hikari"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hikari
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asae | 33.968650 , 131.926110 |
Hikari | 33.955000 , 131.950000 |
Hikari | 34.008752 , 131.975903 |
Iwata | 33.987760 , 131.993910 |
Murotsumiura | 33.937780 , 131.968610 |
Murozumimura | 33.943270 , 131.977050 |
Nishiihoki | 33.916320 , 132.005250 |
Nowara | 33.950000 , 131.950000 |
Shimata | 33.976020 , 131.934980 |
Shin'ichi | 34.008530 , 132.007160 |
Notes:
- You can download geometry data for Hikari 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.