Don't update hash, imagery_used when changing background in walkthrough

(closes #3936)
This commit is contained in:
Bryan Housel
2017-03-30 00:37:11 -04:00
parent ae6ce863a4
commit 7358766d4d

View File

@@ -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(); })