Download outline map of Asakura (geojson format) :
Asakura.geojson (**)
Download polygon array of Asakura map for "Google Maps" :
Asakura.txt
Bounding Box for Asakura Map : ( 33.343468 , 130.614792 , 33.499401 , 130.860901 )
Wikipedia ID for Asakura : Q720625
Wikipedia SPARQL Query for Asakura (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q720625 wdt:P1082 ?population. }
OPTIONAL { wd:Q720625 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q720625 wdt:P2046 ?area. }
OPTIONAL { wd:Q720625 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q720625 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q720625 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 Asakura map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.343468, 130.614792, 33.499401, 130.860901);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Asakura)
[out:json];
(
rel["name"="Asakura"][type=boundary];
rel["name:en"="Asakura"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Asakura
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akizuki | 33.466190 , 130.690990 |
Amagi | 33.416670 , 130.650000 |
Asakura | 33.422005 , 130.693673 |
Haki-kugumiya | 33.358110 , 130.794990 |
Hiramatsu | 33.387370 , 130.727690 |
Kurogawa | 33.414930 , 130.764360 |
Shimokoga | 33.406510 , 130.673090 |
Tachiarai | 33.397338 , 130.633418 |
Notes:
- You can download geometry data for Asakura 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.