Jens de Bruijn
Jens de Bruijn
This is still an issue, also in Firefox. It also occurs on the example site http://skeate.github.io/Leaflet.timeline/earthquakes.html Has anyone found a solution yet?
In firefox, I solved this issue by adding to the event listeners. Not sure if that works for IE too ``` slider.addEventListener('mousedown', () => this.map.dragging.disable()); document.addEventListener('mouseup', () => this.map.dragging.enable()); ```
@danpak94 See for a simple implementation https://gist.github.com/jensdebruijn/13e8eeda85eb8644ac2a4ac4c3b8e732
Edited, because much simpler solution below. ~~It actually seems that the error is not with the compressed data array but with the coords. Xarray's default BloscCodec (used when no compressor...
Actually, the solution is a lot simpler, the codecs should be imported from `numcodecs.zarr3` and it will work. We could maybe consider giving a clear warning and solution in the...
7 even! https://github.com/iiasa/CWatM/blame/31ed493131202c16483a02a7192411fc78d76342/cwatm/hydrological_modules/routing_reservoirs/routing_kinematic.py#L276