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

Fix a bug with caching tiles and styling. #1131

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

manthey
Copy link
Member

@manthey manthey commented Apr 24, 2023

If multiple threads are styling tiles, it was possible for the tile cache key to be erroneous due to the styler fetching the "unstyled" tile and a second thread fetching the tile cache reference based on the name of the unstyled class rather than the styled class.

If multiple threads are styling tiles, it was possible for the tile
cache key to be erroneous due to the styler fetching the "unstyled" tile
and a second thread fetching the tile cache reference based on the name
of the unstyled class rather than the styled class.
@manthey manthey merged commit b1ab7a8 into master Apr 24, 2023
@manthey manthey deleted the fix-cache-styling-reference branch April 24, 2023 16:12
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.

1 participant