Remove extra map.render() calls from mousewheel zoom interaction

This commit is contained in:
Tim Schaub
2016-03-18 18:08:35 -06:00
committed by Bart van den Eijnden
parent 22add7e431
commit 684a551273

View File

@@ -132,7 +132,6 @@ ol.interaction.MouseWheelZoom.prototype.doZoom_ = function(map) {
var view = map.getView();
map.render();
ol.interaction.Interaction.zoomByDelta(map, view, -delta, this.lastAnchor_,
this.duration_);