Download outline map of Akune (geojson format) :
Akune.geojson (**)
Download polygon array of Akune map for "Google Maps" :
Akune.txt
Bounding Box for Akune Map : ( 31.927732 , 130.160797 , 32.127934 , 130.311401 )
Wikipedia ID for Akune : Q15732
Wikipedia SPARQL Query for Akune (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q15732 wdt:P1082 ?population. }
OPTIONAL { wd:Q15732 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q15732 wdt:P2046 ?area. }
OPTIONAL { wd:Q15732 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q15732 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q15732 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 Akune map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.927732, 130.160797, 32.127934, 130.311401);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Akune)
[out:json];
(
rel["name"="Akune"][type=boundary];
rel["name:en"="Akune"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Akune
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akune | 32.016670 , 130.200000 |
Akune | 32.084052 , 130.190705 |
Kuronohama | 32.083330 , 130.183330 |
Nishime | 31.992420 , 130.207150 |
Wakimoto | 32.083330 , 130.200000 |
Notes:
- You can download geometry data for Akune 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.