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 -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;