Any way to see ImageryLayer download progress / activity?

I’d like to provide feedback to my users showing them that there is (perhaps imagery) data downloading in the background, and to just sit tight until it’s done downloading.

Often I’ll zoom users tight in on the globe to illustrate some concept, but, because it can take a while for the terrain and imagery tiles to render, users can get antsy and click away.

Is there any way to monitor download progress for imagery tiles or other data? Or to just show that there are downloads pending?

I can’t find it anywhere in the docs (or perusing the code.)

Thanks,

Dave

Hi Dave,

You can do this with the tileLoadProgressEvent on Globe:

http://cesiumjs.org/Cesium/Build/Documentation/Globe.html?classFilter=globe#tileLoadProgressEvent

Kevin