Public
Edited
Dec 29, 2023
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
pane = {
const container = yield html`<div style="height:800px;">`;
const map = (container.value = new maplibregl.Map({
container,
center: [135, 35],
zoom: 15,
style: "https://tile.openstreetmap.jp/styles/maptiler-toner-en/style.json",
}));
map.addControl(new maplibregl.FullscreenControl())
}
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