Setting a view hint triggers change

This commit is contained in:
Tim Schaub
2016-11-13 11:11:05 -07:00
parent 1ae6921e53
commit 8401d22f28
5 changed files with 0 additions and 7 deletions
-3
View File
@@ -110,9 +110,6 @@ ol.interaction.DragPan.handleUpEvent_ = function(mapBrowserEvent) {
duration: 500,
easing: ol.easing.easeOut
});
} else {
// the view is not updated, force a render
map.render();
}
view.setHint(ol.View.Hint.INTERACTING, -1);
return false;