leaflet-velocity
leaflet-velocity copied to clipboard
Add a third "dimension" to the data
I'd like to add another dimension, such as temperature, rainfall, or something, to the data that appears on the mouseover. Ideally, I'd like to interpolate it as well as you do with the speeds,
Is that possible?
If so, how?
The wind-js-leaflet plugin had exactly that feature. It would be really cool if it would be possible to implement it as an option to use it in leaflet-velocity instead of the color related to the velocity.
Thomas
That's correct @tkrueger73.
It shouldn't be too much work to integrate this functionality, however I'm a bit light on time at the moment 😐
Accepting PRs!
Hello Dan, maybe it´s a stupid question, but what are PRs? (I´m not a native english speaker)
Thomas
PR is short for Pull Request. It's a popular way to work collaboratively in software projects (specifically; it's a clean and simple way to review, discuss, and merge code changes in git projects).