Platform
Resources
Pricing
Sign in
Get started
Chris Woods
Independent Data Visualisation Designer
Workspace
Fork
Public
By
Chris Woods
Edited
Feb 7, 2023
Insert cell
Insert cell
L
=
{
const
L
=
await
require
(
"leaflet@1/dist/leaflet.js"
)
;
if
(
!
L
.
_style
)
{
const
href
=
await
require
.
resolve
(
"leaflet@1/dist/leaflet.css"
)
;
document
.
head
.
appendChild
(
L
.
_style
=
html
`<link href=${
href
} rel=stylesheet>`
)
;
}
return
L
;
}
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
map
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
L
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML