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
If an LRUCache is shared between multiple tile renderers and suddenly only a single tile set is updated then all the tiles will be marked unused and tiles from the non-updated tileset will be removed even though they're visible.
The solution is to explicitly mark and unmark tiles as used and unused in the LRCache per tiles renderer so sibling renderers are not affected.
The text was updated successfully, but these errors were encountered:
If an LRUCache is shared between multiple tile renderers and suddenly only a single tile set is updated then all the tiles will be marked unused and tiles from the non-updated tileset will be removed even though they're visible.
The solution is to explicitly mark and unmark tiles as used and unused in the LRCache per tiles renderer so sibling renderers are not affected.
The text was updated successfully, but these errors were encountered: