Cesium v1.59 Release Notes

Release Date: 2019-07-01 // almost 5 years ago
  • ➕ Additions :tada:
    • ➕ Adds ArcGISTiledElevationTerrainProvider to support LERC encoded terrain from ArcGIS ImageServer. #7940
    • ➕ Added CZML support for heightReference to box, cylinder, and ellipsoid, and added CZML support for classificationType to corridor, ellipse, polygon, polyline, and rectangle. #7899
    • ➕ Adds exportKML function to export Entity instances with Point, Billboard, Model, Label, Polyline and Polygon graphics. #7921
    • ➕ Added support for new Mapbox Style API. #7698
    • Added support for the AGI_articulations vendor extension of glTF 2.0 to the Entity API and CZML. #7907
    🛠 Fixes :wrench:
    • 🛠 Fixed a bug that caused missing segments for ground polylines with coplanar points over large distances and problems with polylines containing duplicate points. #7885
    • 🛠 Fixed a bug where billboards were not pickable when zoomed out completely in 2D View. #7908
    • 🛠 Fixed a bug where image requests that returned HTTP code 204 would prevent any future request from succeeding on browsers that supported ImageBitmap. #7914
    • 🛠 Fixed polyline colors when scene.highDynamicRange is enabled. #7924
    • 🛠 Fixed a bug in the inspector where the min/max height values of a picked tile were undefined. #7904
    • 🛠 Fixed Math.factorial to return the correct values. (https://github.com/AnalyticalGraphicsInc/cesium/pull/7969)
    • 🛠 Fixed a bug that caused 3D models to appear darker on Android devices. #7944