Skip to content

CesiumJS 1.43

Compare
Choose a tag to compare
@hpinkos hpinkos released this 01 Mar 21:00
· 10120 commits to master since this release
4225663

1.43 - 2018-03-01

Highlights Include:

  • Say hello to Cesium ion
  • Cesium, the JavaScript library, is now officially renamed to CesiumJS (no code changes required)
  • The STK World Terrain tileset is deprecated and will be available until September 1, 2018. Check out the new high-resolution Cesium World Terrain
  • Added new Ion, IonResource, and IonImageryProvider objects for loading data hosted on Cesium ion.
  • Added createWorldTerrain helper function for easily constructing the new Cesium World Terrain.
  • Fixed bug where KmlDataSource did not use Ellipsoid to convert coordinates. Use options.ellipsoid to pass the ellipsoid to KmlDataSource constructors / loaders. #6176
  • Fixed bug where 3D Tiles Point Clouds would fail in Internet Explorer. #6220
  • Fixed issue where CESIUM_BASE_URL wouldn't work without a trailing /. #6225