metacatui
metacatui copied to clipboard
Upgrade Cesium (from v1.91) to leverage improvements and bug fixes
We are currently using Cesium v1.77, released on 2021-01-04. Over the past two + years, the Cesium team has implemented significant improvements to the package, including a smaller bundle size, faster 3D tile rendering for large tilesets, and numerous bug fixes, as outlined in the CHANGES file. Along with these enhancements come certain breaking changes that need to be addressed during the upgrade process, particularly the deprecation of the readyPromise method throughout the entire API. We will need to refactor our Cesium Models that use readyPromise in order to maintain MetacatUI's compatibility with the most recent version of Cesium.
Updated to version 1.91, which is the last version before there are breaking changes we need to handle