Merge pull request #6224 from aAXEe/pinZoom-allowFractionalZoom

Pinch zoom: allow fractional zoom
This commit is contained in:
Tim Schaub
2016-12-09 10:22:05 -07:00
committed by GitHub
5 changed files with 70 additions and 7 deletions

View File

@@ -3145,6 +3145,13 @@ olx.interaction.PinchZoomOptions;
*/
olx.interaction.PinchZoomOptions.prototype.duration;
/**
* Zoom to the closest integer zoom level after the pinch gesture ends. Default is `false`.
* @type {boolean|undefined}
* @api
*/
olx.interaction.PinchZoomOptions.prototype.constrainResolution;
/**
* @typedef {{handleDownEvent: (function(ol.MapBrowserPointerEvent):boolean|undefined),