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

It will be nice to invalidate only those bounding boxes which intersects newly loaded elevation tile #34

Open
EMaksymenko opened this issue Jul 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@EMaksymenko
Copy link
Member

In current implementation when any elevation tile is loaded it updates elevation model timestamp and all bounding boxes of elevation, image tiles and graticule tiles plus surface shapes are invalidated.

It will be nice to invalidate only those bounding boxes which intersects with newly loaded elevation tile.

For this purposes we need to collect sectors of newly loaded elevation tiles and check tile intersection with one of this sectors instead of checking timestamp. After frame rendered this list of loaded tiles can be cleared.

@EMaksymenko EMaksymenko added the enhancement New feature or request label Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant