Hinode (Tokyo) Map Cropping Samples
Hinode (Tokyo) Map Cropping Samples-1
Hinode (Tokyo) Map Cropping Samples-2
Hinode neighborhoods and villages map with 3D shadow effect
flag map of Hinode with 3D shadow effect
Hinode map with 3d shadow effect
Download outline map of Hinode (geojson format) :
Hinode.geojson (**)
Download polygon array of Hinode map for "Google Maps" :
Hinode.txt
Bounding Box for Hinode Map : ( 35.731667 , 139.163101 , 35.788601 , 139.2845 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Hinode map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.731667, 139.163101, 35.788601, 139.2845);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hinode)
[out:json];
(
rel["name"="Hinode"][type=boundary];
rel["name:en"="Hinode"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Hinode 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.