Cesium v1.58 Release Notes

Release Date: 2019-06-03 // almost 5 years ago
  • ➕ Additions :tada:
    • Added support for new BingMapsStyle values ROAD_ON_DEMAND and AERIAL_WITH_LABELS_ON_DEMAND. The older versions of these, ROAD and AERIAL_WITH_LABELS, have been deprecated by Bing. #7808
    • ➕ Added syntax to delete data from existing properties via CZML. #7818
    • ➕ Added checkerboard material to CZML. #7845
    • 0️⃣ BingMapsImageryProvider now uses DiscardEmptyTileImagePolicy by default to detect missing tiles as zero-length responses instead of inspecting pixel values. #7810
    • Added support for the AGI_articulations vendor extension of glTF 2.0 to the Model primitive graphics API. #7835
    • ⬇️ Reduce the number of Bing transactions and ion Bing sessions used when destroying and recreating the same imagery layer to 1. #7848
    🛠 Fixes :wrench:
    • 🛠 Fixed an edge case where Cesium would provide ion access token credentials to non-ion servers if the actual asset entrypoint was being hosted by ion. #7839
    • 🛠 Fixed a bug that caused Cesium to request non-existent tiles for terrain tilesets lacking tile availability, i.e. a layer.json file.
    • Fixed memory leak when removing entities that had a HeightReference of CLAMP_TO_GROUND or RELATIVE_TO_GROUND. This includes when removing a DataSource.
    • 🛠 Fixed 3D Tiles credits not being shown in the data attribution box. #7877