Platform
Resources
Pricing
Sign in
Get started
cieloazul310
Workspace
Fork
Published
By
cieloazul310
Edited
Feb 1, 2021
2 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
html
`<style>
.normal {
mix-blend-mode: normal;
}
.multiply {
mix-blend-mode: multiply;
}
.screen {
mix-blend-mode: screen;
}
.none {
filter: none;
}
.blur {
filter: blur(2px);
}
.grayscale {
filter: grayScale(1);
}
</style>
`
Insert cell
relief
=
new
ol
.
layer
.
Tile
(
{
source
:
new
ol
.
source
.
XYZ
(
{
url
:
'https://cyberjapandata.gsi.go.jp/xyz/relief/{z}/{x}/{y}.png'
,
attributions
:
'国土地理院'
,
}
)
,
}
)
Insert cell
cjstd
=
new
ol
.
layer
.
Tile
(
{
className
:
`${
blend
} ${
filter
}`
,
source
:
new
ol
.
source
.
XYZ
(
{
url
:
'https://cyberjapandata.gsi.go.jp/xyz/std/{z}/{x}/{y}.png'
,
attributions
:
'国土地理院'
,
}
)
,
}
)
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
blend
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
filter
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
map
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
relief
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
cjstd
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ol
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML