CesiumJS
An open source JavaScript library for world-class 3D globes and maps. Learn more.
or install with NPM:
$ npm install cesium
What’s new?
1.111 - 2023-11-01
Highlights include:
BingMapsImageryProvider.fromUrl
now takes an optionalmapLayer
parameter which is a string that maps directly to the mapLayer template parameters specified in the Bing Maps documentation.- By default,
createGooglePhotorealistic3DTileset
no longer shows credits on screen, as this is compliant with the minimum required attribution. To restore this behavior, pass the optionshowCreditsOnScreen: true
. #11589 - Fixed an issue with polygon hole rendering. #11583
- Fixed error with rhumb lines that have a 0 degree heading. #11573
See the changelog for the complete list of changes.