Correctly update UI after choosing GPX file (#2144)

This commit is contained in:
John Firebaugh
2014-03-21 17:34:34 -07:00
parent b1594b67f1
commit cefa1d96f1

View File

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