Fix documentation about zoomDelta for ol.interaction.default function

This commit is contained in:
Frederic Junod
2019-03-07 14:22:33 +01:00
parent a372ca0569
commit 9e89047e6a

View File

@@ -54,8 +54,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.
*/ */