Merge pull request #9300 from fredj/f9299

Fix documentation about zoomDelta for ol.interaction.default function
This commit is contained in:
Frédéric Junod
2019-03-12 08:31:30 +01:00
committed by GitHub

View File

@@ -52,8 +52,7 @@ export {default as Translate} from './interaction/Translate.js';
* @property {boolean} [dragPan=true] Whether drag pan is desired. * @property {boolean} [dragPan=true] Whether drag pan is desired.
* @property {boolean} [pinchRotate=true] Whether pinch rotate is desired. * @property {boolean} [pinchRotate=true] Whether pinch rotate is desired.
* @property {boolean} [pinchZoom=true] Whether pinch zoom is desired. * @property {boolean} [pinchZoom=true] Whether pinch zoom is desired.
* @property {number} [zoomDelta] Zoom level delta when using keyboard or * @property {number} [zoomDelta] Zoom level delta when using keyboard or double click zoom.
* mousewheel zoom.
* @property {number} [zoomDuration] Duration of the zoom animation in * @property {number} [zoomDuration] Duration of the zoom animation in
* milliseconds. * milliseconds.
*/ */