Constraint center when using trackpad to zoom

This commit is contained in:
Thomas Chandelle
2017-01-06 15:28:38 +01:00
parent 395d833dd6
commit 7f1f3fd6fe
+1 -1
View File
@@ -183,7 +183,7 @@ ol.interaction.MouseWheelZoom.handleEvent = function(mapBrowserEvent) {
} }
if (this.lastAnchor_) { if (this.lastAnchor_) {
var center = view.calculateCenterZoom(resolution, this.lastAnchor_); var center = view.calculateCenterZoom(resolution, this.lastAnchor_);
view.setCenter(center); view.setCenter(view.constrainCenter(center));
} }
view.setResolution(resolution); view.setResolution(resolution);
if (rebound > 0) { if (rebound > 0) {