CesiumJS 1.43
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
, andIonImageryProvider
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