onaci / leaflet-velocity

Visualise velocity data on a leaflet layer
https://onaci.github.io/leaflet-velocity/
Other
598 stars 213 forks source link

setOptions colorScale not woking? #104

Open AugustinMortier opened 1 year ago

AugustinMortier commented 1 year ago

It seems that the setOptions, which works fine with the opacity, is not working properly with the colorScale option.

AugustinMortier commented 1 year ago

in var setOptions (l509), the following line is missing:

if (options.hasOwnProperty("colorScale")) colorScale = options.colorScale;