Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TilesRenderer: Only mark previously used tiles as unused #903

Merged
merged 5 commits into from
Jan 1, 2025

Conversation

gkjohnson
Copy link
Contributor

Fix #684

TODO

  • Make a single function that will make both tiles as "used" in both places (the lru cache and the previous update tracking) so plugins etc do not have to manage both.

@gkjohnson gkjohnson added this to the v0.4.1 milestone Jan 1, 2025
@gkjohnson gkjohnson merged commit 1a83995 into master Jan 1, 2025
2 checks passed
@gkjohnson gkjohnson deleted the cache-update branch January 1, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LRUCache: cache will unload currently used tiles when sharing
1 participant