Public
Edited
Oct 2, 2022
Insert cell
# Leaflet and plugins
Insert cell
Insert cell
L = {
// leaflet

var L = await require("leaflet@1.8.0");
await load_style_link('leaflet@1.8.0/dist/leaflet.css');

await require('leaflet.heat').catch(() => L.heatLayer);

await require('leaflet.vectorgrid@1.3.0').catch(() => {});
await require('leaflet.sync@0.2.4').catch(() => {});
await require('leaflet-fullscreen@1.0.2').catch(() => {});

return L;
}
Insert cell
L.Sync.offsetHelper
Insert cell
L.vectorGrid
Insert cell
L.control.fullscreen
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