Move Options to ol/format/WMSGetFeatureInfo

This commit is contained in:
Tim Schaub
2018-03-11 22:31:46 -06:00
parent 7d52a9b8c4
commit 03a7a6cb08
3 changed files with 9 additions and 25 deletions
-17
View File
@@ -5,23 +5,6 @@
let olx;
/**
* @typedef {{
* layers: (Array.<string>|undefined)
* }}
*/
olx.format.WMSGetFeatureInfoOptions;
/**
* If set, only features of the given layers will be returned by the format
* when read.
* @type {Array.<string>|undefined}
* @api
*/
olx.format.WMSGetFeatureInfoOptions.prototype.layers;
/**
* @typedef {{duration: (number|undefined),
* delta: (number|undefined)}}
-7
View File
@@ -1,11 +1,4 @@
/**
* @typedef {Object} format_WMSGetFeatureInfoOptions
* @property {Array.<string>|undefined} layers If set, only features of the given layers will be returned by the format
* when read.
*/
/**
* @typedef {Object} interaction_DoubleClickZoomOptions
* @property {number|undefined} duration Animation duration in milliseconds. Default is `250`.