Replies: 4 comments 4 replies
-
This is similar to a requirement I have. I have a map that uses aggregation data from Elasticsearch to plot points, each point being one of the aggregation buckets that has some metadata regarding the number of documents located in that point. So each point has a 'count' value. Is it possible to create a heatmap layer that uses this count value instead of the density of pins/points to determine the colours of the heatmap? Is this a feature that could be implemented - we have too high a point count to make it feasible to plot every point on the map without affecting performance. |
Beta Was this translation helpful? Give feedback.
-
I think you can create a custom layer and implement that in it, or do a server side gradient raster tiles. |
Beta Was this translation helpful? Give feedback.
-
hey @mattbbc, how did you en up doing it ? |
Beta Was this translation helpful? Give feedback.
-
@valoricDe what did you end up doing ? I'm facing the same issue and https://github.com/Rylern/InterpolateHeatmapLayer doesn't give me the visual I want. I'm really surprised this is not something that has been implemented for a long time. I want to draw a heatmap made up of values that go from good (green) to bad (red) but don't want the zoom to aggregate everything into the same color because it uses the density. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I would like to achieve something like on this site: https://www.researchgate.net/figure/Color-shaded-relief-map-of-the-horizontal-gradient-derived-from-the-simple-Bouguer_fig5_258464984
A colored gradient based on some data points I have. Currently I can only color based on some weight of the heatmap.
I tried to define heatmap color based on my input data. But it seems to depend on heatmap-density solely
Beta Was this translation helpful? Give feedback.
All reactions