Download outline map of Higashihiroshima (geojson format) :
Higashihiroshima.geojson (**)
Download polygon array of Higashihiroshima map for "Google Maps" :
Higashihiroshima.txt
Bounding Box for Higashihiroshima Map : ( 34.268532 , 132.600006 , 34.623531 , 132.919403 )
Wikipedia ID for Higashihiroshima : Q653372
Wikipedia SPARQL Query for Higashihiroshima (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q653372 wdt:P1082 ?population. }
OPTIONAL { wd:Q653372 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q653372 wdt:P2046 ?area. }
OPTIONAL { wd:Q653372 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q653372 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q653372 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 Higashihiroshima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.268532, 132.600006, 34.623531, 132.919403);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Higashihiroshima)
[out:json];
(
rel["name"="Higashihiroshima"][type=boundary];
rel["name:en"="Higashihiroshima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Higashihiroshima
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akitsucho-kidani | 34.312480 , 132.843950 |
Akitsucho-mitsu | 34.317490 , 132.819610 |
Higashi-Hiroshima | 34.422682 , 132.736905 |
Higashihiroshima | 34.408610 , 132.736820 |
Horiichi | 34.500000 , 132.666670 |
Iwasaki | 34.400160 , 132.795130 |
Kiyotake | 34.566670 , 132.833330 |
Kochicho-kamigochi | 34.482950 , 132.864880 |
Maruyama | 34.316670 , 132.683330 |
Naka-kochi | 34.466670 , 132.883330 |
Nomi | 34.566670 , 132.816670 |
Saijo-cho | 34.416670 , 132.750000 |
Saijomachi-kamiminaga | 34.399470 , 132.803580 |
Takayacho-shiraichi | 34.458450 , 132.819410 |
Terago | 34.533330 , 132.783330 |
Notes:
- You can download geometry data for Higashihiroshima 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.