Skip to content

Commit

Permalink
I just tested the walkthrough and it looks good with current Bing
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 13, 2024
1 parent 386d624 commit 8abe39e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/ui/intro/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import { uiIntroStartEditing } from './start_editing.js';
import { uiIntroRapid } from './rapid.js';


const INTRO_IMAGERY = 'EsriWorldImageryClarity';

const chapterUi = {
welcome: uiIntroWelcome,
navigation: uiIntroNavigation,
Expand Down Expand Up @@ -148,7 +146,7 @@ export function uiIntro(context, skipToRapid) {
});

// Setup imagery
const introSource = imagery.getSourceByID(INTRO_IMAGERY) || imagery.getSourceByID('Bing');
const introSource = imagery.getSourceByID('Bing');
imagery.baseLayerSource(introSource);
_original.overlayLayers.forEach(d => imagery.toggleOverlayLayer(d));
imagery.brightness = 1;
Expand Down

0 comments on commit 8abe39e

Please sign in to comment.