Download outline map of Kakamigahara (geojson format) :
Kakamigahara.geojson (**)
Download polygon array of Kakamigahara map for "Google Maps" :
Kakamigahara.txt
Bounding Box for Kakamigahara Map : ( 35.355865 , 136.793304 , 35.446732 , 136.962204 )
Wikipedia ID for Kakamigahara : Q641491
Wikipedia SPARQL Query for Kakamigahara (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q641491 wdt:P1082 ?population. }
OPTIONAL { wd:Q641491 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q641491 wdt:P2046 ?area. }
OPTIONAL { wd:Q641491 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q641491 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q641491 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 Kakamigahara map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.355865, 136.793304, 35.446732, 136.962204);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kakamigahara)
[out:json];
(
rel["name"="Kakamigahara"][type=boundary];
rel["name:en"="Kakamigahara"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kakamigahara
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Kagami | 35.416670 , 136.916670 |
Kakamigahara | 35.402471 , 136.882933 |
Kasamatsu | 35.370995 , 136.807040 |
Kawasaki | 35.400000 , 136.883330 |
Naka-ekimae | 35.400000 , 136.833330 |
Notes:
- You can download geometry data for Kakamigahara 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.