Hachioji (Tokyo) Map Cropping Samples
Hachioji (Tokyo) Map Cropping Samples-1
Hachioji (Tokyo) Map Cropping Samples-2
Hachioji neighborhoods and villages map with 3D shadow effect
flag map of Hachioji with 3D shadow effect
Hachioji map with 3d shadow effect
Download outline map of Hachioji (geojson format) :
Hachioji.geojson (**)
Download polygon array of Hachioji map for "Google Maps" :
Hachioji.txt
Bounding Box for Hachioji Map : ( 35.598732 , 139.161697 , 35.719131 , 139.429794 )
Wikipedia ID for Hachioji : Q208863
Wikipedia SPARQL Query for Hachioji (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q208863 wdt:P1082 ?population. }
OPTIONAL { wd:Q208863 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q208863 wdt:P2046 ?area. }
OPTIONAL { wd:Q208863 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q208863 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q208863 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 Hachioji map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.598732, 139.161697, 35.719131, 139.429794);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hachioji)
[out:json];
(
rel["name"="Hachioji"][type=boundary];
rel["name:en"="Hachioji"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hachioji
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hachiōji | 35.651041 , 139.332019 |
Jigoli | 35.655280 , 139.273610 |
Kawaranoshuko | 35.669440 , 139.252220 |
Kawaranoshuku | 35.641390 , 139.274720 |
Matsugi | 35.620560 , 139.389720 |
Sogayato | 35.633890 , 139.269440 |
Yokodawa | 35.659720 , 139.287500 |
Yotsuya | 35.626390 , 139.287780 |
Notes:
- You can download geometry data for Hachioji 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.