diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c51516f..46dbd32f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ _Breaking developer changes, which may affect downstream projects or sites that #### :earth_asia: Localization #### :hourglass: Performance #### :mortar_board: Walkthrough / Help +* Change background imagery of walkthrough tutorial to Bing (the previous source is not available anymore) #### :rocket: Presets * Suggest housenumber/housename values from surrounding areas ([#10946]) #### :hammer: Development diff --git a/modules/ui/intro/intro.js b/modules/ui/intro/intro.js index 85a2a3a0e..f4e35b8ec 100644 --- a/modules/ui/intro/intro.js +++ b/modules/ui/intro/intro.js @@ -41,7 +41,7 @@ const chapterFlow = [ export function uiIntro(context) { - const INTRO_IMAGERY = 'EsriWorldImageryClarity'; + const INTRO_IMAGERY = 'Bing'; let _introGraph = {}; let _currChapter;