diff --git a/js/id/ui/background.js b/js/id/ui/background.js index bd3f5677c..7287b462d 100644 --- a/js/id/ui/background.js +++ b/js/id/ui/background.js @@ -323,6 +323,10 @@ iD.ui.Background = function(context) { context.map() .on('move.background-update', _.debounce(update, 1000)); + + context.background() + .on('change.background-update', update); + update(); setOpacity(opacityDefault);