1.110

CesiumGS/cesium1.110Oct 2, 2023by jjhembd

AI Summary

This release embeds worker files into the main build and adds new geometry and coordinate system utilities for improved polygon and stereographic support.

Key Highlights

  • Worker files are now embedded in the main build
  • Added PolygonGeometry.computeRectangleFromPositions
  • Added Stereographic projection support
  • Fixed rendering of polygons spanning 90 degrees or more

New Features

  • Embedded worker files
  • Polygon geometry utilities
  • Stereographic coordinate support

Full Release Notes

1.110 - 2023-10-02

Highlights include:

* Worker files are now embedded in `Build/Cesium/Cesium.js` and `Build/CesiumUnminified/Cesium.js`. [#11519](https://github.com/CesiumGS/cesium/pull/11519)
* Added `PolygonGeometry.computeRectangleFromPositions` for computing a `Rectangle` that encloses a polygon, including cases over the international date line and the poles.
* Added `Stereographic` for computing 2D operations in stereographic, or polar, coordinates.
* Fixed rendering of polygons spanning extents of 90 degrees or more. [#4871](https://github.com/CesiumGS/cesium/issues/4871)
* Fixed ground primitive polygon visual artifacts at pole. [#8033](https://github.com/CesiumGS/cesium/issues/8033)

See the [changelog](https://github.com/CesiumGS/cesium/blob/1.110/CHANGES.md) for the complete list of changes.