Download outline map of Hita (geojson format) :
Hita.geojson (**)
Download polygon array of Hita map for "Google Maps" :
Hita.txt
Bounding Box for Hita Map : ( 33.022865 , 130.824005 , 33.457466 , 131.089905 )
Wikipedia ID for Hita : Q386968
Wikipedia SPARQL Query for Hita (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q386968 wdt:P1082 ?population. }
OPTIONAL { wd:Q386968 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q386968 wdt:P2046 ?area. }
OPTIONAL { wd:Q386968 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q386968 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q386968 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 Hita map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.022865, 130.824005, 33.457466, 131.089905);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hita)
[out:json];
(
rel["name"="Hita"][type=boundary];
rel["name:en"="Hita"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hita
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amagasemachi-itsumaichi | 33.225890 , 131.014710 |
Amagasemachi-onagohata | 33.283330 , 130.983330 |
Amagasemachi-sakuradake | 33.250000 , 131.033330 |
Amagasemachi-yuyama | 33.259300 , 131.025340 |
Hirokawa | 33.120510 , 130.965200 |
Hita | 33.321300 , 130.940980 |
Hita | 33.240341 , 130.966815 |
Izuno | 33.220750 , 130.883570 |
Kamitsuemachi-kawabaru | 33.109800 , 130.972200 |
Kinzan | 33.133330 , 130.883330 |
Maetsuemachi-yugi | 33.226610 , 130.894400 |
Morosuji | 33.366670 , 130.883330 |
Mukaishima | 33.272530 , 131.008840 |
Oguribayashi | 33.224400 , 131.007400 |
Ohi | 33.370180 , 130.881200 |
Ono | 33.424030 , 130.929170 |
Tashima | 33.321220 , 130.943270 |
Wada | 33.416670 , 130.933330 |
Notes:
- You can download geometry data for Hita 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.