socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
435 stars 139 forks source link

Change dependency of iso8601 #88

Closed mdartic closed 7 years ago

mdartic commented 7 years ago

Due to recent publish of iso8601-js-period as a npm package, we now can install Leaflet.TimeDimension with a

npm install socib/Leaflet.TimeDimension

After a publishing on npmjs via a npm publish, we could install it with a simple

npm install leaflet-timedimension

Hope this will help !

related to #87