leaflet-velocity icon indicating copy to clipboard operation
leaflet-velocity copied to clipboard

Add a third "dimension" to the data

Open SFSailor opened this issue 7 years ago • 4 comments

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?

SFSailor avatar Nov 28 '17 03:11 SFSailor

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

tkrueger73 avatar Jan 25 '18 19:01 tkrueger73

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!

danwild avatar Mar 15 '18 22:03 danwild

Hello Dan, maybe it´s a stupid question, but what are PRs? (I´m not a native english speaker)

Thomas

tkrueger73 avatar Apr 29 '18 14:04 tkrueger73

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).

danwild avatar May 16 '18 03:05 danwild