Skip to content

fix: Fix rendering tiles that started off-map#1422

Merged
manthey merged 1 commit intomasterfrom
tile-layer-off-view
Nov 12, 2025
Merged

fix: Fix rendering tiles that started off-map#1422
manthey merged 1 commit intomasterfrom
tile-layer-off-view

Conversation

@manthey
Copy link
Copy Markdown
Contributor

@manthey manthey commented Nov 12, 2025

When a tiles do not cover the entire map and start off screen, the bookkeeping could load a tile and then the tile could be purged as unneeded by still in the list of "don't check again" and not be loaded when needed. This currently uses an order n operation that could be improved with a dictionary for performance if needed.

When a tiles do not cover the entire map and start off screen, the
bookkeeping could load a tile and then the tile could be purged as
unneeded by still in the list of "don't check again" and not be loaded
when needed.  This currently uses an order n operation that could be
improved with a dictionary for performance if needed.
@manthey manthey merged commit 87e3681 into master Nov 12, 2025
12 checks passed
@manthey manthey deleted the tile-layer-off-view branch November 12, 2025 20:42
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