You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
cancel any previous ongoing mapget requests,
determine which tiles in the viewport are missing, and query mapget to retrieve them,
determine visualised tiles which are not visible anymore and remove them.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: