Create heatmap from MVTLayer #5939
Unanswered
henriktorget
asked this question in
Q&A
Replies: 1 comment
-
HeatmapLayer does not work cross tile borders. You can create one TileLayer and one HeatmapLayer, and in the TileLayer's onViewportLoad update the HeatmapLayer's data. Some debounce may be required to throttle frequent updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a xyz tile that i serve up. And i want to visualize it with deck-gl.
MVTLayer seems to work.
But i would like to use a heatmaplayer to show data density.
These are points of data.
But the other layers from deck does not accept xyz tiles as a data source, only geoJSON.
Any way to have them read tiles?
Want to do something like this:
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions