Download outline map of Kanzaki (geojson format) :
Kanzaki.geojson (**)
Download polygon array of Kanzaki map for "Google Maps" :
Kanzaki.txt
Bounding Box for Kanzaki Map : ( 33.240334 , 130.273895 , 33.444733 , 130.417694 )
Wikipedia ID for Kanzaki : Q990392
Wikipedia SPARQL Query for Kanzaki (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q990392 wdt:P1082 ?population. }
OPTIONAL { wd:Q990392 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q990392 wdt:P2046 ?area. }
OPTIONAL { wd:Q990392 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q990392 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q990392 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 Kanzaki map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.240334, 130.273895, 33.444733, 130.417694);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kanzaki)
[out:json];
(
rel["name"="Kanzaki"][type=boundary];
rel["name:en"="Kanzaki"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kanzaki
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asahi | 33.342900 , 130.362430 |
Chiyodacho-amarie | 33.259470 , 130.363220 |
Chiyodacho-kano | 33.280200 , 130.374890 |
Chiyodacho-mukaishima | 33.260190 , 130.407950 |
Chiyodacho-naotori | 33.274010 , 130.375370 |
Chiyodacho-sakaibaru | 33.269070 , 130.351660 |
Chiyodacho-sakimura | 33.251840 , 130.382610 |
Chiyodacho-shimoita | 33.281690 , 130.393070 |
Chiyodacho-yanagishima | 33.269400 , 130.407140 |
Ichibakasekami | 33.395590 , 130.317680 |
Ichikoku | 33.424890 , 130.333710 |
Inuidani | 33.399020 , 130.373760 |
Iwata | 33.327780 , 130.340190 |
Iwaya | 33.362480 , 130.347320 |
Kanzaki | 33.300000 , 130.366670 |
Kanzaki | 33.307792 , 130.358791 |
Kanzakimachi-anegawa | 33.288790 , 130.349020 |
Kanzakimachi-ikuha | 33.341120 , 130.367660 |
Kanzakimachi-jobaru | 33.337810 , 130.359030 |
Kanzakimachi-nagauta | 33.295700 , 130.376180 |
Kanzakimachi-osaki | 33.316720 , 130.345780 |
Kanzakimachi-shiwaya | 33.344530 , 130.375580 |
Kanzakimachi-take | 33.317680 , 130.357150 |
Kanzakimachi-tamichigari | 33.319310 , 130.375150 |
Kanzakimachi-tsuru | 33.330250 , 130.373570 |
Kanzakimachi-yokotake | 33.302420 , 130.359820 |
Karakobaru | 33.324760 , 130.350530 |
Kashirano | 33.405000 , 130.310560 |
Koganoo | 33.412080 , 130.357180 |
Kuratani | 33.375870 , 130.354950 |
Magui | 33.328140 , 130.379640 |
Mandokoro | 33.365790 , 130.352690 |
Migibaru | 33.334880 , 130.371260 |
Mitani | 33.360510 , 130.369970 |
Nakanoharu | 33.373780 , 130.332290 |
Nihiyama | 33.354030 , 130.364300 |
Ryusaku | 33.403510 , 130.334450 |
Sefurimachi-hirotaki | 33.378550 , 130.327780 |
Sefurimaki-haramaki | 33.400630 , 130.315400 |
Shiraki | 33.397800 , 130.351730 |
Tanaka | 33.414620 , 130.353720 |
Notes:
- You can download geometry data for Kanzaki 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.