Skip to content

Commit

Permalink
Merge pull request #12265 from CesiumGS/12229-bing-maps-attribution
Browse files Browse the repository at this point in the history
Change bing maps attribution link
  • Loading branch information
ggetz authored Oct 29, 2024
2 parents e168f90 + 1cf2d97 commit d30729a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- Added `ScreenSpaceCameraController.maximumTiltAngle` to limit how much the camera can tilt. [#12169](https://github.com/CesiumGS/cesium/pull/12169)
- Update Japan Buildings sandcastle to use Japan Regional Terrain [#12259](https://github.com/CesiumGS/cesium/pull/12259)
- Update Bing Maps attribution link [#12229] (https://github.com/CesiumGS/cesium/pull/12265)

##### Fixes :wrench:

Expand Down
2 changes: 1 addition & 1 deletion packages/engine/Source/Scene/BingMapsImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function BingMapsImageryProvider(options) {

this._proxy = options.proxy;
this._credit = new Credit(
`<a href="https://www.microsoft.com/en-us/maps/product/enduserterms"><img src="${BingMapsImageryProvider.logoUrl}" title="Bing Imagery"/></a>`,
`<a href="https://www.microsoft.com/en-us/maps/bing-maps/product"><img src="${BingMapsImageryProvider.logoUrl}" title="Bing Imagery"/></a>`,
);

this._tilingScheme = new WebMercatorTilingScheme({
Expand Down

0 comments on commit d30729a

Please sign in to comment.