1.81
CesiumGS/cesium1.81May 3, 2021by mramato
AI Summary
Version 1.81 fixes camera flight issues with non-WGS84 ellipsoids, resolves viewport quad rectangle setting problems, and corrects TypeScript definitions.
Key Highlights
- Fixed `Camera.flyTo` to work properly with non-WGS84 Ellipsoid.
- Fixed an issue where setting the `ViewportQuad` rectangle after creation had no effect.
- Fixed TypeScript type definitions for `ArcGISTiledElevationTerrainProvider`.
Full Release Notes
1.81 - 2021-05-01 Highlights include: - Fixed an issue where `Camera.flyTo` would not work properly with a non-WGS84 Ellipsoid. [#9498](https://github.com/CesiumGS/cesium/pull/9498) - Fixed an issue where setting the `ViewportQuad` rectangle after creating the viewport had no effect.[#9511](https://github.com/CesiumGS/cesium/pull/9511) - Fixed an issue where TypeScript was not picking up type defintions for `ArcGISTiledElevationTerrainProvider`. [#9522](https://github.com/CesiumGS/cesium/pull/9522) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.81/CHANGES.md) for the complete list of changes.