1.87
CesiumGS/cesium1.87Nov 1, 2021by ebogo1
AI Summary
Includes ScreenOverlay support for KML, fixes for Draco attribute quantization in point clouds, and improved handling of missing properties in point cloud styles.
Key Highlights
- Added ScreenOverlay support to KMLDataSource.
- Fixed Draco attribute quantization in point clouds.
- Point cloud styles now treat missing properties as undefined instead of throwing errors.
New Features
- KML ScreenOverlay support
- Draco quantization fixes
- Improved point cloud property handling
Full Release Notes
1.87 - 2021-11-01 Highlights include: * Added `ScreenOverlay` support to `KMLDataSource`. [#9864](https://github.com/CesiumGS/cesium/pull/9864) * Added back some support for Draco attribute quantization as a workaround until a full fix in the next Draco version. [#9904](https://github.com/CesiumGS/cesium/pull/9904) * Point cloud styles that reference a missing property now treat the missing property as `undefined` rather than throwing an error. [#9882](https://github.com/CesiumGS/cesium/pull/9882) * Fixed Draco attribute quantization in point clouds. [#9908](https://github.com/CesiumGS/cesium/pull/9908) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.87/CHANGES.md) for the complete list of changes.