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
Yeah, duplicate of #5563. Heatmaps are rendered through a 16x downscaled framebuffer for performance, which probably causes the flickering due to lost information, but there may be a way to fix this without compromising performance — needs investigation.
mapbox-gl-js version: 1.12.0
browser: Chrome 84.0.4147.135 (Official Build) (64-bit) (Mac, Linux, Windows)
Edge 84.0.522.63 (Official build) (64-bit)
IE 11.450
Safari Version 13.1.2 (15609.3.5.1.3)
Steps to Trigger Behavior
Link to Demonstration
https://jsbin.com/zodewehiwa/edit?html,output
Expected Behavior
Consistent position of the heatmap clusters when panning over the map
Actual Behavior
Heatmap clusters migrate on the map as you pan.
I converted the Data Driven Circles example to be a heatmap to illustrate the problem we are seeing on our maps. https://docs.mapbox.com/mapbox-gl-js/example/data-driven-circle-colors/
The text was updated successfully, but these errors were encountered: