You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working with this package and from my understanding the intensity doesn't affect the gradient? What does seem to affect the gradient is how close a point is to other points, that also changes depending on zoom level. So a cluster of points will have a higher intense gradient.
Is there anyway to directly use the intensity value to control the gradient that is passed to the heat layer? I want to represent points with higher values as a darker colour as opposed to lower values with a lighter gradient. With the current functionality a point with an intensity value of 0.77 would have the same colour as one with 0.22.
So, instead of a heatmap based on coordinates proximity to each other, I want it to be affected by the strength value of each coordinate.
thank you any help!
an example of my array would be like this:
[60300, 86220, 0.67],
[64122, 85670, 0.23]
I have exact same problem. However I think it works based on intensity but it also groups those values together based on radius and when you zoom in/out it changes and usually looks really bad...
Hello,
I have been working with this package and from my understanding the intensity doesn't affect the gradient? What does seem to affect the gradient is how close a point is to other points, that also changes depending on zoom level. So a cluster of points will have a higher intense gradient.
Is there anyway to directly use the intensity value to control the gradient that is passed to the heat layer? I want to represent points with higher values as a darker colour as opposed to lower values with a lighter gradient. With the current functionality a point with an intensity value of 0.77 would have the same colour as one with 0.22.
So, instead of a heatmap based on coordinates proximity to each other, I want it to be affected by the strength value of each coordinate.
thank you any help!
an example of my array would be like this:
[60300, 86220, 0.67],
[64122, 85670, 0.23]
~code below
The text was updated successfully, but these errors were encountered: