spatialsparks / Leaflet.idw

A small Leaflet plugin to generate an IDW interpolation map
BSD 2-Clause "Simplified" License
84 stars 32 forks source link

Feature Request: Animated changes to values #3

Open williamjriley opened 6 years ago

williamjriley commented 6 years ago

I was wondering if it were possible, or how involved it would be to create animated update functionality for this plugin. I love the plugin, but wish to have a playback functionality. I have achieved this, but redrawing every step is expensive, and there is no smooth transitioning currently between values. Is this something that would be possible to add?

spatialsparks commented 6 years ago

Hm. Maybe you could pre-process x- timesteps into the future and then just display the images? Unfortunately I currently have no time to work on this plugin, but maybe you will come up with something that youd like to share? ;) What might make the plugin a lot faster is allowing a MAX number of neighbours for each point?