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
This can be an issue when the renderer settings trigger tiles to load that immediately overflow the cache (as happens with #1065). This can result in a case where children are loaded but the parents are not. We may need to adjust the cache eviction approach to eject tiles that should be loaded with lower priority to ensure this inconsistency is avoided.