mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Don't update hash, imagery_used when changing background in walkthrough
(closes #3936)
This commit is contained in:
@@ -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(); })
|
||||
|
||||
Reference in New Issue
Block a user