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 try to animate the position of multiple points (100,000 or more),follow the official example, by updating a GeoJSON source.
The actual performance is bad (FPS is very low), so I want to know the bottleneck of animate multiple points or get some suggestions for optimization.
Hi @Cmaxd -- unfortunately, I don't know of a current way to get fast performance animating that many points. We have a number of issues tracking performance improvements to setData -- #2275, #3692, #4271, #3812. Closing as a duplicate of those issues.
I try to animate the position of multiple points (100,000 or more),follow the official example, by updating a GeoJSON source.
The actual performance is bad (FPS is very low), so I want to know the bottleneck of animate multiple points or get some suggestions for optimization.
Here is my test code on JSFiddle:
https://jsfiddle.net/Cmaxd/w2frv0ns/5/
The text was updated successfully, but these errors were encountered: