Download outline map of Kameoka (geojson format) :
Kameoka.geojson (**)
Download polygon array of Kameoka map for "Google Maps" :
Kameoka.txt
Bounding Box for Kameoka Map : ( 34.915333 , 135.377899 , 35.1012 , 135.646408 )
Wikipedia ID for Kameoka : Q633996
Wikipedia SPARQL Query for Kameoka (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q633996 wdt:P1082 ?population. }
OPTIONAL { wd:Q633996 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q633996 wdt:P2046 ?area. }
OPTIONAL { wd:Q633996 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q633996 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q633996 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 Kameoka map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.915333, 135.377899, 35.1012, 135.646408);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kameoka)
[out:json];
(
rel["name"="Kameoka"][type=boundary];
rel["name:en"="Kameoka"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kameoka
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Higashibetsuincho-kamakura | 34.926240 , 135.549970 |
Higashibetsuincho-kamihara | 34.978690 , 135.559630 |
Higashibetsuincho-koizumi | 34.964920 , 135.562890 |
Higashibetsuincho-ono | 34.953310 , 135.538930 |
Higashibetsuincho-toge | 34.943490 , 135.553230 |
Higashibetsuincho-yuya | 34.933250 , 135.532640 |
Kameoka | 34.994004 , 135.626221 |
Nishibetsuincho-manganji | 34.944990 , 135.529230 |
Nishibetsuincho-otsukunami | 34.953650 , 135.527960 |
Nishibetsuincho-waroji | 34.973050 , 135.514390 |
Nishibetsuincho-yunohara | 34.952310 , 135.508870 |
Ota | 35.016670 , 135.533330 |
Saeki | 35.016670 , 135.533330 |
Shinocho-johoji | 34.999510 , 135.592380 |
Shinocho-oji | 34.996130 , 135.621170 |
Sogabe-minamijo | 34.996560 , 135.553380 |
Sogabecho-inukai | 34.995100 , 135.537240 |
Sogabecho-naka | 34.986320 , 135.543410 |
Sogabecho-tera | 34.989540 , 135.550080 |
Notes:
- You can download geometry data for Kameoka 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.