Sumida (Tokyo) Map Cropping Samples
Sumida (Tokyo) Map Cropping Samples-1
Sumida (Tokyo) Map Cropping Samples-2
Sumida neighborhoods and villages map with 3D shadow effect
flag map of Sumida with 3D shadow effect
Sumida map with 3d shadow effect
Download outline map of Sumida (geojson format) :
Sumida.geojson (**)
Download polygon array of Sumida map for "Google Maps" :
Sumida.txt
Bounding Box for Sumida Map : ( 35.6866 , 139.788895 , 35.743332 , 139.842209 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Sumida map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.6866, 139.788895, 35.743332, 139.842209);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sumida)
[out:json];
(
rel["name"="Sumida"][type=boundary];
rel["name:en"="Sumida"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sumida
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ishiwara | 35.701290 , 139.804050 |
Kikukawa | 35.688800 , 139.804920 |
Kotobashi | 35.693410 , 139.810830 |
Midori | 35.694140 , 139.804010 |
Tachibana | 35.708680 , 139.831690 |
Notes:
- You can download geometry data for Sumida 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.