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
While profiling #5208 (https://jsfiddle.net/w2frv0ns/), I noticed frequent calls to redoPlacement happening on the worker during the zoom animation.
Redoing placement was not previously necessary for zoom-only changes, and according to @ChrisLoer, still shouldn't be necessary if the map is not pitched. Therefore this is a performance regression we should fix.
The text was updated successfully, but these errors were encountered:
@jfirebaugh Yeah, I can put together a quick PR that just skips the zoom-triggered placement in when pitch is low-to-zero. The code will be superseded by #5150 when that lands.
While profiling #5208 (https://jsfiddle.net/w2frv0ns/), I noticed frequent calls to
redoPlacement
happening on the worker during the zoom animation.Redoing placement was not previously necessary for zoom-only changes, and according to @ChrisLoer, still shouldn't be necessary if the map is not pitched. Therefore this is a performance regression we should fix.
The text was updated successfully, but these errors were encountered: