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

DebugTilesPlugin: improve "init extremes" performance #484

Closed
gkjohnson opened this issue Feb 19, 2024 · 2 comments
Closed

DebugTilesPlugin: improve "init extremes" performance #484

gkjohnson opened this issue Feb 19, 2024 · 2 comments
Milestone

Comments

@gkjohnson
Copy link
Contributor

When a new child tileset is loaded the whole hierarchy is loaded which can take 40+ ms in some cases especially with complex tilesets like google tiles, causing a jerkiness when new tiles are loaded in.

Options:

  • Derive extremes only from currently visible tilesets
  • Take the max of the current extreme and any newly added tileset
@gkjohnson gkjohnson added this to the v0.x.x milestone Feb 19, 2024
@gkjohnson gkjohnson changed the title DebugTilesRenderer: improve "init extremes" performance DebugTilesPlugin: improve "init extremes" performance Jul 30, 2024
@sguimmara
Copy link
Contributor

I didn't see this issue, but it might be obsolete now with #885

@gkjohnson
Copy link
Contributor Author

I think it is!

@gkjohnson gkjohnson modified the milestones: v0.x.x, v0.3.46 Dec 22, 2024
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

No branches or pull requests

2 participants