Kiyose (Tokyo) Map Cropping Samples
Kiyose (Tokyo) Map Cropping Samples-1
Kiyose (Tokyo) Map Cropping Samples-2
Kiyose neighborhoods and villages map with 3D shadow effect
flag map of Kiyose with 3D shadow effect
Kiyose map with 3d shadow effect
Download outline map of Kiyose (geojson format) :
Kiyose.geojson (**)
Download polygon array of Kiyose map for "Google Maps" :
Kiyose.txt
Bounding Box for Kiyose Map : ( 35.761131 , 139.496796 , 35.8074 , 139.546402 )
Wikipedia ID for Kiyose : Q329754
Wikipedia SPARQL Query for Kiyose (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q329754 wdt:P1082 ?population. }
OPTIONAL { wd:Q329754 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q329754 wdt:P2046 ?area. }
OPTIONAL { wd:Q329754 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q329754 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q329754 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 Kiyose map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.761131, 139.496796, 35.8074, 139.546402);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kiyose)
[out:json];
(
rel["name"="Kiyose"][type=boundary];
rel["name:en"="Kiyose"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kiyose
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asahigaoka | 35.795660 , 139.540130 |
Kamikiyoto | 35.777210 , 139.522420 |
Kiyose | 35.779520 , 139.530140 |
Kiyose | 35.785671 , 139.535636 |
Matsuyama | 35.769650 , 139.515240 |
Motomachi | 35.774880 , 139.516370 |
Nakakiyoto | 35.781530 , 139.528770 |
Nakazato | 35.785220 , 139.520060 |
Noshio | 35.777310 , 139.503280 |
Shimokiyoto | 35.784730 , 139.538340 |
Takeoka | 35.765090 , 139.507570 |
Umezono | 35.772510 , 139.501520 |
Notes:
- You can download geometry data for Kiyose 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.