Published
Edited
Oct 27, 2019
6 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
floodUrl = (x, y, z) => `https://cyberjapandata.gsi.go.jp/xyz/20191012typhoon19_shinano_1013dansaizu/${z}/${x}/${y}.png`;
Insert cell
sampleTile = [7242, 3197, 13];
Insert cell
Insert cell
Insert cell
satelliteUrl = (x, y, z) => `https://cyberjapandata.gsi.go.jp/xyz/20191012typhoon19_chikumagawa_1016do_sokuho/${z}/${x}/${y}.png`;
Insert cell
Insert cell
Insert cell
// Standard map with pale color
stdUrl = (x, y, z) => `https://cyberjapandata.gsi.go.jp/xyz/pale/${z}/${x}/${y}.png`;
Insert cell
Insert cell
// Hillshade map
hillshadeUrl = (x, y, z) => `https://cyberjapandata.gsi.go.jp/xyz/hillshademap/${z}/${x}/${y}.png`;
Insert cell
Insert cell
// Slope map
slopeUrl = (x, y, z) => `https://cyberjapandata.gsi.go.jp/xyz/slopemap/${z}/${x}/${y}.png`;
Insert cell
Insert cell
// Relief map (colored by elevation)
reliefUrl = (x, y, z) => `https://cyberjapandata.gsi.go.jp/xyz/relief/${z}/${x}/${y}.png`;
Insert cell
html`<img src=${reliefUrl(3621, 1598, 12)} />`
Insert cell
Insert cell
height = 600
Insert cell
initialCenter = [138.27, 36.7]
Insert cell
initialScale = 1 << 23
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more