Komae (Tokyo) Map Cropping Samples
Komae (Tokyo) Map Cropping Samples-1
Komae (Tokyo) Map Cropping Samples-2
Komae neighborhoods and villages map with 3D shadow effect
flag map of Komae with 3D shadow effect
Komae map with 3d shadow effect
Download outline map of Komae (geojson format) :
Komae.geojson (**)
Download polygon array of Komae map for "Google Maps" :
Komae.txt
Bounding Box for Komae Map : ( 35.618401 , 139.561996 , 35.650665 , 139.593796 )
Wikipedia ID for Komae : Q86536
Wikipedia SPARQL Query for Komae (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q86536 wdt:P1082 ?population. }
OPTIONAL { wd:Q86536 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q86536 wdt:P2046 ?area. }
OPTIONAL { wd:Q86536 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q86536 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q86536 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 Komae map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.618401, 139.561996, 35.650665, 139.593796);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Komae)
[out:json];
(
rel["name"="Komae"][type=boundary];
rel["name:en"="Komae"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Komae
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Higashinogawa | 35.643250 , 139.581760 |
Inogata | 35.625890 , 139.579090 |
Iwadokita | 35.634610 , 139.583900 |
Iwadominami | 35.628050 , 139.587200 |
Izumi-honcho | 35.638660 , 139.577110 |
Komae | 35.638421 , 139.573747 |
Komaimachi | 35.622540 , 139.586770 |
Motoizumi | 35.630290 , 139.572090 |
Nakaizumi | 35.637570 , 139.569820 |
Nishiizumi | 35.637850 , 139.563900 |
Nishinogawa | 35.646810 , 139.574100 |
Notes:
- You can download geometry data for Komae 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.