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
www/map: don't fade bins on pan — only on an actual res change
The loading fade compared the *rendered* res (`currRes`, which can be
budget-coarsened below the target) against the picker's `targetRes`, so
whenever coarsening was active the two stayed unequal and every pan
refetch faded/desaturated the already-drawn bins. Track the target res of
the currently-shown data in a ref and fade only when the live target res
differs from it — i.e. a zoom that crossed a level boundary. Pure pans
(same res, new viewport) keep the bins fully opaque; the corner
`RefetchSpinner` still signals the in-flight fetch.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments