leaflet.extras icon indicating copy to clipboard operation
leaflet.extras copied to clipboard

changing colors for addWebGLHeatmap() does not work

Open silberzwiebel opened this issue 5 years ago • 0 comments

I tried to change the colors of a heatmap with the following:

addWebGLHeatmap(...., gradientTexture = "skyline", ...)
addWebGLHeatmap(...., gradientTexture = "deep-sea", ...)

However, both options don't change the color of the heatmap which stays red-green.

silberzwiebel avatar Feb 26 '19 19:02 silberzwiebel