VCityTeam / UD-Viz

UD-Viz is a javascript mono repository for creating web applications for visualizing and interacting with geospatial 3D urban data.
Other
36 stars 18 forks source link

Information that an 3D object is being loaded #236

Closed clementcolin closed 1 year ago

clementcolin commented 3 years ago

Currently, there is no feedback for the user that a tile is being loaded. That can be frustrating, especially when a heavy tile (with a lot of geometry or texture) is being loaded.

What can be done :

This feature may be of interest for Itowns, thus, may be implemented directly in it

valentinMachado commented 1 year ago

itowns seems to have a way to detect when something is loaded since in their examples there is a kind of loading screen. related to #479

EDIT: see

valentinMachado commented 1 year ago

itowns does not provide the API to know when a 3DTiles content is requested. Propose a PR to itowns to do so. The code should code there

Then implement in SideBarWidget this enhancement