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

erdblick only queries and visualizes tiles that are in Cesium viewport #19

Closed
l-laura opened this issue Jul 19, 2023 · 0 comments · Fixed by #22
Closed

erdblick only queries and visualizes tiles that are in Cesium viewport #19

l-laura opened this issue Jul 19, 2023 · 0 comments · Fixed by #22
Assignees
Milestone

Comments

@l-laura
Copy link
Contributor

l-laura commented Jul 19, 2023

For on-demand data retrieval from mapget, we need to calculate the tile IDs of the Cesium viewport. core/src/aabb.cpp implementations are there to help.

Upon initialization or a change in the viewport, erdblick should:

  1. cancel any previous ongoing mapget requests,
  2. determine which tiles in the viewport are missing, and query mapget to retrieve them,
  3. determine visualised tiles which are not visible anymore and remove them.
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 a pull request may close this issue.

2 participants