socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
433 stars 138 forks source link

iso8601-js-period cdn gives 404 #224

Closed nicokant closed 1 year ago

nicokant commented 1 year ago

iso8601-js-period cdn dependency gives 404 https://cdn.jsdelivr.net/gh/nezasa/iso8601-js-period

bielfrontera commented 1 year ago

Hi @nicokant! Thanks! I've seen that the repository has been moved to https://github.com/mdartic/iso8601-js-period

But the url that we are using on the examples (https://cdn.jsdelivr.net/npm/iso8601-js-period@0.2.1/iso8601.min.js) is working. I will update the documentation!

NielsHolt commented 12 months ago

Hi Could you also change the url to iso8601-js-period in bower.json? And perhaps change the leaflet-version:

 "dependencies": {
    "iso8601-js-period": "mdartic/iso8601-js-period#latest",
    "leaflet": "latest"
  }

Thanks :-)