Fuchu (Tokyo) Map Cropping Samples
Fuchu (Tokyo) Map Cropping Samples-1
Fuchu (Tokyo) Map Cropping Samples-2
Fuchu neighborhoods and villages map with 3D shadow effect
flag map of Fuchu with 3D shadow effect
Fuchu map with 3d shadow effect
Download outline map of Fuchu (geojson format) :
Fuchu.geojson (**)
Download polygon array of Fuchu map for "Google Maps" :
Fuchu.txt
Bounding Box for Fuchu Map : ( 35.646133 , 139.429794 , 35.699867 , 139.525696 )
Wikipedia ID for Fuchu : Q208818
Wikipedia SPARQL Query for Fuchu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q208818 wdt:P1082 ?population. }
OPTIONAL { wd:Q208818 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q208818 wdt:P2046 ?area. }
OPTIONAL { wd:Q208818 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q208818 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q208818 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 Fuchu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.646133, 139.429794, 35.699867, 139.525696);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fuchu)
[out:json];
(
rel["name"="Fuchu"][type=boundary];
rel["name:en"="Fuchu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fuchu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asahicho | 35.671820 , 139.516840 |
Fuchu | 35.674520 , 139.482160 |
Fuchū | 35.666670 , 139.483330 |
Fuchu | 35.667226 , 139.480186 |
Koyanagicho | 35.660380 , 139.503750 |
Momijigaoka | 35.675270 , 139.511430 |
Ochikawa | 35.654440 , 139.455560 |
Oshitatecho | 35.656760 , 139.514260 |
Shiraitodai | 35.663380 , 139.512590 |
Tamacho | 35.681060 , 139.518810 |
Wakamatsucho | 35.672380 , 139.501820 |
Notes:
- You can download geometry data for Fuchu 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.