Closed litzebauer closed 7 years ago
I can't get Leaflet.TimeDimension to work using Webpack and Leaflet 1.2.0. L.nonTiledLayer is undefined.
I have tried loading the following ways with the same results:
require('iso8601-js-period'); require('leaflet'); require('leaflet-timedimension');
import 'iso8601-js-period'; import * as L from 'leaflet'; import 'leaflet-timedimension';
I had to install Leaflet.NonTiledLayer and do the following:
import 'iso8601-js-period'; import 'leaflet'; import 'leaflet-timedimension';
I can't get Leaflet.TimeDimension to work using Webpack and Leaflet 1.2.0. L.nonTiledLayer is undefined.
I have tried loading the following ways with the same results: