1.108
CesiumGS/cesium1.108Aug 1, 2023by jjhembd
AI Summary
This release announces the future requirement for Firefox 114 and focuses on stability fixes. It addresses terrain loading inconsistencies, updates OpenStreetMap endpoints, and fixes issues with GroundPolyline bounding spheres and CzmlDataSource with custom ellipsoids.
Key Highlights
- Announced that CesiumJS will require Firefox version 114 or higher starting with version 1.109.
- Fixed terrain tile loading inconsistencies across multiple layers.
- Updated endpoints for OpenStreetMap tiles.
- Fixed GroundPolyline bounding sphere calculation for regions with negative terrain heights.
- Fixed CzmlDataSource issues with custom Ellipsoid.WGS84 definitions.
Full Release Notes
1.108 - 2023-08-01 Starting with version 1.109, CesiumJS will require Firefox version 114 or higher for rendering. This is to [facilitate web worker loading and remove outdated dependencies](https://github.com/CesiumGS/cesium/pull/11400). Other browsers and node will be unaffected. Highlights include: - Fixed issue where terrain with multiple layers was loading higher LOD tiles inconsistently. [#11312](https://github.com/CesiumGS/cesium/issues/11312) - Updated endpoints for OpenStreetMap tiles [#11407](https://github.com/CesiumGS/cesium/pull/11407) - Fixed calculation of GroundPolyline bounding spheres in regions with negative terrain heights. [#11184](https://github.com/CesiumGS/cesium/pull/11184) - Fixed CzmlDataSource in cases of custom Ellipsoid.WGS84 definitions. [#11190](https://github.com/CesiumGS/cesium/pull/11190) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.108/CHANGES.md) for the complete list of changes.