Download outline map of Iwakuni (geojson format) :
Iwakuni.geojson (**)
Download polygon array of Iwakuni map for "Google Maps" :
Iwakuni.txt
Bounding Box for Iwakuni Map : ( 33.9804 , 131.878006 , 34.469398 , 132.434601 )
Wikipedia ID for Iwakuni : Q329797
Wikipedia SPARQL Query for Iwakuni (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q329797 wdt:P1082 ?population. }
OPTIONAL { wd:Q329797 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q329797 wdt:P2046 ?area. }
OPTIONAL { wd:Q329797 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q329797 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q329797 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 Iwakuni map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.9804, 131.878006, 34.469398, 132.434601);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Iwakuni)
[out:json];
(
rel["name"="Iwakuni"][type=boundary];
rel["name:en"="Iwakuni"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Iwakuni
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Fuju | 34.133330 , 132.188330 |
Futashika | 34.150000 , 132.050000 |
Hashirano | 34.133330 , 132.150000 |
Hirose | 34.266670 , 131.950000 |
Hongo | 34.283330 , 132.033330 |
Iwakuni | 34.170553 , 132.214966 |
Iwakuni | 34.171414 , 132.176942 |
Kugamachi | 34.091360 , 132.089370 |
Mikawamachi-naguwa | 34.212690 , 132.022660 |
Mikawamachi-nekasa | 34.198860 , 131.988210 |
Muronokimachi | 34.162980 , 132.209320 |
Sanzegawa | 34.150000 , 131.966670 |
Sekido | 34.183330 , 132.166670 |
Shibukuma | 34.216670 , 132.100000 |
Shutomachi-shimokubara | 34.083330 , 132.050000 |
Takamori | 34.083330 , 132.050000 |
Waki | 34.165795 , 132.226982 |
Yumachi | 34.032190 , 132.174800 |
Notes:
- You can download geometry data for Iwakuni 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.