diff between tileset.tileVisible. & tileset.tileLoad. in 3Dtileset

1. A concise explanation of the problem you're experiencing.

Hi Gabby,

After lot of debugging, am confused with tileset load and tilsset visible function in 3D tileset .Please tell me which gives exact data of tilset which am loading.

can u explain with tileset.tileVisible.addEventListener & tileset.tileLoad.addEventListener

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

After lot of debugging, am confused with tileset load and tilsset visible function in 3D tileset .Please tell me which gives exact data of tilset which am loading.

can u explain with tileset.tileVisible.addEventListener & tileset.tileLoad.addEventListener

4. The Cesium version you're using, your operating system and browser.

cesuim 1.44, windows10

Hi team,

Am trying to load tilset data , by using
tileset.tileVisible.addEventListener & tileset.tileLoad.
addEventListener am not able to compare my
lat long

intersectiondata with in 3D styling (tileset.style ). Please tell me , which gives all data of tilset ?

Regards

Dhana

Hi Dhana,

I used tileset.tileLoad and tile.content.readyPromise in this example. Try moving the camera around and you’ll see when the events fire.

Thanks,

Gabby