Open AugustinMortier opened 1 year ago
It seems that the setOptions, which works fine with the opacity, is not working properly with the colorScale option.
setOptions
opacity
colorScale
in var setOptions (l509), the following line is missing:
var setOptions
if (options.hasOwnProperty("colorScale")) colorScale = options.colorScale;
It seems that the
setOptions
, which works fine with theopacity
, is not working properly with thecolorScale
option.