Let people zoom a lot with the button

This commit is contained in:
Tim Schaub
2016-11-10 10:20:47 -07:00
parent 97d942c8e2
commit 291766c48d
2 changed files with 7 additions and 4 deletions

View File

@@ -106,6 +106,9 @@ ol.control.Zoom.prototype.zoomByDelta_ = function(delta) {
if (currentResolution) {
var newResolution = view.constrainResolution(currentResolution, delta);
if (this.duration_ > 0) {
if (view.getAnimating()) {
view.cancelAnimations();
}
view.animate({
resolution: newResolution,
duration: this.duration_,