1.78

CesiumGS/cesium1.78Feb 1, 2021by IanLilleyT

AI Summary

CesiumJS 1.78 adds convenient show methods for collections and allows the TaskProcessor to accept absolute URLs for custom web workers.

Key Highlights

  • Added `show` properties to `BillboardCollection`, `EntityCluster`, `LabelCollection`, `PointPrimitiveCollection`, and `PolylineCollection`.
  • TaskProcessor now accepts an absolute URL in addition to a worker name, enabling custom workers without copying.

New Features

  • Collection show properties (Billboard, EntityCluster, Label, PointPrimitive, Polyline).
  • TaskProcessor absolute URL support.

Full Release Notes

1.78 - 2021-02-01

Highlights include:

- Added `BillboardCollection.show`, `EntityCluster.show`, `LabelCollection.show`, `PointPrimitiveCollection.show`, and `PolylineCollection.show` for a convenient way to control show of the entire collection. [#9307](https://github.com/CesiumGS/cesium/pull/9307)
- `TaskProcessor` now accepts an absolute URL in addition to a worker name as it's first parameter. This makes it possible to use custom web workers with Cesium's task processing system without copying them to Cesium's Workers directory. [#9338](https://github.com/CesiumGS/cesium/pull/9338)

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