Download outline map of Kashima (geojson format) :
Kashima.geojson (**)
Download polygon array of Kashima map for "Google Maps" :
Kashima.txt
Bounding Box for Kashima Map : ( 32.986 , 130.037094 , 33.131268 , 130.168304 )
Wikipedia ID for Kashima : Q684494
Wikipedia SPARQL Query for Kashima (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q684494 wdt:P1082 ?population. }
OPTIONAL { wd:Q684494 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q684494 wdt:P2046 ?area. }
OPTIONAL { wd:Q684494 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q684494 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q684494 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 Kashima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.986, 130.037094, 33.131268, 130.168304);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kashima)
[out:json];
(
rel["name"="Kashima"][type=boundary];
rel["name:en"="Kashima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kashima
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akaiwa | 33.030470 , 130.104350 |
Efuku | 33.049160 , 130.164320 |
Fujinose | 33.040830 , 130.113100 |
Furueda | 33.079270 , 130.112240 |
Fushiwara | 33.103140 , 130.078730 |
Hamamachi | 33.083330 , 130.116670 |
Hayanose | 33.053260 , 130.053650 |
Higashishioya | 33.081030 , 130.140740 |
Hirabaru | 33.061810 , 130.059330 |
Hiranita | 33.034150 , 130.098570 |
Hiratnai | 33.007140 , 130.062790 |
Hirodaira | 33.032560 , 130.060220 |
Hogaura | 33.080940 , 130.130910 |
Ide | 33.122490 , 130.111620 |
Iida | 33.054270 , 130.157180 |
Kakibaru | 33.021230 , 130.066610 |
Kasenoura | 33.067540 , 130.146730 |
Kashima | 33.106110 , 130.090560 |
Kashima | 33.074857 , 130.105951 |
Kawachi | 33.075960 , 130.093260 |
Kosenji | 33.082660 , 130.070640 |
Kuboyama | 33.083900 , 130.108450 |
Mikawachi | 33.090890 , 130.071660 |
Mori | 33.125160 , 130.090590 |
Nakamura | 33.118830 , 130.094290 |
Nakao | 33.054050 , 130.110300 |
Nishishioya | 33.080410 , 130.133420 |
Noguchi | 33.066660 , 130.092510 |
Okoba | 33.086340 , 130.074460 |
Okuyama | 33.022330 , 130.096630 |
Omiyado | 33.076800 , 130.143520 |
Otonari | 33.069970 , 130.131970 |
Otsue | 33.043430 , 130.129760 |
Sae | 33.088000 , 130.128370 |
Sanbu | 33.117510 , 130.118320 |
Shimoasaura | 33.095580 , 130.070510 |
Takatsuhara | 33.104530 , 130.089380 |
Takenokoba | 33.043270 , 130.105310 |
Tsunehiro | 33.118110 , 130.110670 |
Tsutsuguchi | 33.088350 , 130.092290 |
Wakatonobun | 33.091720 , 130.085320 |
Yahazu | 33.027860 , 130.115630 |
Yamakoga | 33.081980 , 130.051840 |
Yamaura | 33.072740 , 130.090660 |
Yanoura | 33.061810 , 130.153440 |
Notes:
- You can download geometry data for Kashima 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.