isamplesorg / isamples_webui

Web interface to iSB and iSC APIs

Home Page:https://isamplesorg.github.io/isamples_webui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cesium UI unresponsive after navigating to new location

datadavev opened this issue · comments

After navigating to a location that triggers a new data load, there is a period between when the waiting spinner is shown and points start streaming when the UI is unresponsive.

One option may be to make pointStream() asynchronous, and handle the Promise appropriately in calling methods.