Skip to content

Commit

Permalink
Don't update hash, imagery_used when changing background in walkthrough
Browse files Browse the repository at this point in the history
(closes #3936)
  • Loading branch information
bhousel committed Mar 30, 2017
1 parent ae6ce86 commit 7358766
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/renderer/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export function rendererBackground(context) {


background.updateImagery = function() {
if (context.inIntro()) return;

var b = background.baseLayerSource(),
o = overlayLayers
.filter(function (d) { return !d.source().isLocatorOverlay(); })
Expand Down

0 comments on commit 7358766

Please sign in to comment.