1.59
CesiumGS/cesium1.59Jul 1, 2019by tfili
AI Summary
CesiumJS 1.59 adds support for ArcGIS LERC encoded terrain, expands CZML support for height and classification types, adds Mapbox Style API support, and introduces an `exportKML` function.
Key Highlights
- Adds `ArcGISTiledElevationTerrainProvider` to support LERC encoded terrain from ArcGIS ImageServer
- Added CZML support for `heightReference` to box, cylinder, and ellipsoid, and for `classificationType`
- Added support for new Mapbox Style API
- Adds `exportKML` function to export `Entity` instances
New Features
- ArcGIS LERC terrain support
- Mapbox Style API support
- KML export functionality
Full Release Notes
1.59 - 2019-07-01 Highlights include: * Adds `ArcGISTiledElevationTerrainProvider` to support LERC encoded terrain from ArcGIS ImageServer. * Added CZML support for `heightReference` to `box`, `cylinder`, and `ellipsoid`, and for `classificationType` to `corridor`, `ellipse`, `polygon`, `polyline`, and `rectangle`. * Added support for new Mapbox Style API. * Adds `exportKML` function to export `Entity` instances with Point, Billboard, Model, Label, Polyline and Polygon graphics. See the [change log](https://github.com/AnalyticalGraphicsInc/cesium/blob/1.59/CHANGES.md) for the complete list of changes.