trafficonese / leaflet.extras

Extra functionality for leaflet R package.
https://trafficonese.github.io/leaflet.extras/
GNU General Public License v3.0
213 stars 74 forks source link

changing colors for addWebGLHeatmap() does not work #164

Closed silberzwiebel closed 5 months ago

silberzwiebel commented 5 years ago

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.