No olx and ol types for ol/interaction/DoubleClickZoom

This commit is contained in:
ahocevar
2018-03-14 12:29:40 +01:00
parent e0e9c2677d
commit cfb8cd3d62
3 changed files with 11 additions and 33 deletions
-7
View File
@@ -1,11 +1,4 @@
/**
* @typedef {Object} interaction_DoubleClickZoomOptions
* @property {number|undefined} duration Animation duration in milliseconds. Default is `250`.
* @property {number|undefined} delta The zoom delta applied on each double click, default is `1`.
*/
/**
* @typedef {Object} interaction_DragAndDropOptions
* @property {Array.<function(new: ol.format.Feature)>|undefined} formatConstructors Format constructors.