Musashino (Tokyo) Map Cropping Samples
Musashino (Tokyo) Map Cropping Samples-1
Musashino (Tokyo) Map Cropping Samples-2
Musashino neighborhoods and villages map with 3D shadow effect
flag map of Musashino with 3D shadow effect
Musashino map with 3d shadow effect
Download outline map of Musashino (geojson format) :
Musashino.geojson (**)
Download polygon array of Musashino map for "Google Maps" :
Musashino.txt
Bounding Box for Musashino Map : ( 35.694065 , 139.525192 , 35.721802 , 139.595505 )
Wikipedia ID for Musashino : Q210661
Wikipedia SPARQL Query for Musashino (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q210661 wdt:P1082 ?population. }
OPTIONAL { wd:Q210661 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q210661 wdt:P2046 ?area. }
OPTIONAL { wd:Q210661 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q210661 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q210661 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 Musashino map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.694065, 139.525192, 35.721802, 139.595505);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Musashino)
[out:json];
(
rel["name"="Musashino"][type=boundary];
rel["name:en"="Musashino"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Musashino
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Goten'yama | 35.702400 , 139.570080 |
Kichijoji-higashicho | 35.708190 , 139.586430 |
Kichijoji-honcho | 35.705580 , 139.576940 |
Kichijoji-kitamachi | 35.714390 , 139.572780 |
Kichijoji-minamicho | 35.700560 , 139.585100 |
Musashino | 35.698646 , 139.562332 |
Nakacho | 35.706520 , 139.566080 |
Sekimae | 35.711920 , 139.545870 |
Yahatacho | 35.717320 , 139.553120 |
Notes:
- You can download geometry data for Musashino 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.