Move Options to ol/format/WMSGetFeatureInfo
This commit is contained in:
@@ -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)}}
|
||||
|
||||
Reference in New Issue
Block a user