Leaflet.TimeDimension icon indicating copy to clipboard operation
Leaflet.TimeDimension copied to clipboard

Switch to a ES6 module system like Leaflet

Open fox91 opened this issue 7 years ago • 2 comments

It would not be bad to plan switch to ES6 module system like happened to Leaflet 1.0.

fox91 avatar Oct 14 '17 08:10 fox91

Definitely some improvement needed here indeed, although with this change it isn't as impossible as before: https://github.com/socib/Leaflet.TimeDimension/pulls

import Leaflet from 'leaflet';
import iso8601 from 'iso8601-js-period';
window.nezasa = {iso8601: iso8601}

import 'leaflet-timedimension';

murb avatar Oct 14 '17 08:10 murb

Should be nice because the loading can be difficult.

https://observablehq.com/@pbrockmann/wms-leaflet-gca-dev https://talk.observablehq.com/t/how-to-keep-a-notebook-working/6464/20

PBrockmann avatar May 13 '22 15:05 PBrockmann