Minato (Tokyo) Map Cropping Samples
Minato (Tokyo) Map Cropping Samples-1
Minato (Tokyo) Map Cropping Samples-2
Minato neighborhoods and villages map with 3D shadow effect
flag map of Minato with 3D shadow effect
Minato map with 3d shadow effect
Download outline map of Minato (geojson format) :
Minato.geojson (**)
Download polygon array of Minato map for "Google Maps" :
Minato.txt
Bounding Box for Minato Map : ( 35.623135 , 139.709396 , 35.682533 , 139.781906 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Minato map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.623135, 139.709396, 35.682533, 139.781906);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Minato)
[out:json];
(
rel["name"="Minato"][type=boundary];
rel["name:en"="Minato"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Minato
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Azabu-juban | 35.655970 , 139.735340 |
Azabu-nagasakacho | 35.659530 , 139.738450 |
Kita'aoyama | 35.673460 , 139.719750 |
Konan | 35.628750 , 139.744330 |
Notes:
- You can download geometry data for Minato 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.