Download outline map of Kasuga (geojson format) :
Kasuga.geojson (**)
Download polygon array of Kasuga map for "Google Maps" :
Kasuga.txt
Bounding Box for Kasuga Map : ( 33.4986 , 130.433105 , 33.548801 , 130.477509 )
Wikipedia ID for Kasuga : Q47084
Wikipedia SPARQL Query for Kasuga (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q47084 wdt:P1082 ?population. }
OPTIONAL { wd:Q47084 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q47084 wdt:P2046 ?area. }
OPTIONAL { wd:Q47084 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q47084 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q47084 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 Kasuga map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.4986, 130.433105, 33.548801, 130.477509);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kasuga)
[out:json];
(
rel["name"="Kasuga"][type=boundary];
rel["name:en"="Kasuga"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kasuga
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Kamishirauzu | 33.522030 , 130.440170 |
Kasuga | 33.525940 , 130.461100 |
Kasuga | 33.532378 , 130.456573 |
Kasugabaru | 33.533330 , 130.466670 |
Kokura | 33.533840 , 130.454370 |
Ōnojō | 33.527690 , 130.477514 |
Shimoshirouzu | 33.526980 , 130.442740 |
Sugu-minami | 33.539050 , 130.446080 |
Notes:
- You can download geometry data for Kasuga 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.