1.111

CesiumGS/cesium1.111Nov 1, 2023by ggetz

AI Summary

Enhancements to Bing Maps integration and Google Maps tilesets include a new map layer parameter and control over credit display.

Key Highlights

  • BingMapsImageryProvider.fromUrl now takes an optional mapLayer parameter
  • Default Google Photorealistic 3D Tileset no longer shows credits
  • Fixed issue with polygon hole rendering
  • Fixed error with rhumb lines having a 0 degree heading

New Features

  • Bing Maps map layer customization
  • Control over Google tileset credits

Full Release Notes

1.111 - 2023-11-01

Highlights include:

- `BingMapsImageryProvider.fromUrl` now takes an optional `mapLayer` parameter which is a string that maps directly to the [mapLayer template parameters](https://learn.microsoft.com/en-us/bingmaps/rest-services/imagery/get-imagery-metadata#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 option `showCreditsOnScreen: true`. [#11589](https://github.com/CesiumGS/cesium/pull/11589)
- Fixed an issue with polygon hole rendering. [#11583](https://github.com/CesiumGS/cesium/issues/11583)
- Fixed error with rhumb lines that have a 0 degree heading. [#11573](https://github.com/CesiumGS/cesium/pull/11573)

See the [changelog](https://github.com/CesiumGS/cesium/blob/1.111/CHANGES.md) for the complete list of changes.