From 7385654df14fb409b9345a7b5b0ecb0e7d76bc3c Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 29 Apr 2025 14:26:00 +0200 Subject: [PATCH] change walkthrough imagery to Bing the old esri layer does not seem to be available anymore --- CHANGELOG.md | 1 + modules/ui/intro/intro.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;