TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.16k stars 361 forks source link

Problem in rendering point cloud 3D model and WMS layer imagery #6940

Closed mwu2018 closed 11 months ago

mwu2018 commented 11 months ago

If a point cloud 3d model and wms layer are added in the same location, these two items will interfere each other. The results are

See example here. You need to sign in first.

nf-s commented 11 months ago

This is due to how cesium loads and renders tiles - it will wait until all data for a given tile has been loaded before rendering.

There might be ways of tweaking it, but I am not sure.

For me, the issue really lies with performance of the underlying web services - if the WMS layer is slow to load, then everything else will be slow. I think it might be better to try to optimise these web services before looking into how Cesium handles network requests and rendering data

nf-s commented 11 months ago

Closing because issue with data