change walkthrough imagery to Bing

the old esri layer does not seem to be available anymore
This commit is contained in:
Martin Raifer
2025-04-29 14:26:00 +02:00
parent d4e56259fb
commit 7385654df1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -41,7 +41,7 @@ const chapterFlow = [
export function uiIntro(context) {
const INTRO_IMAGERY = 'EsriWorldImageryClarity';
const INTRO_IMAGERY = 'Bing';
let _introGraph = {};
let _currChapter;