Move Options to ol/format/WKT

This commit is contained in:
Tim Schaub
2018-03-11 22:29:36 -06:00
parent 55e257d6fb
commit 7d52a9b8c4
3 changed files with 8 additions and 23 deletions
-15
View File
@@ -5,21 +5,6 @@
let olx;
/**
* @typedef {{splitCollection: (boolean|undefined)}}
*/
olx.format.WKTOptions;
/**
* Whether to split GeometryCollections into
* multiple features on reading. Default is `false`.
* @type {boolean|undefined}
* @api
*/
olx.format.WKTOptions.prototype.splitCollection;
/**
* @typedef {{
* layers: (Array.<string>|undefined)
-7
View File
@@ -1,11 +1,4 @@
/**
* @typedef {Object} format_WKTOptions
* @property {boolean|undefined} splitCollection Whether to split GeometryCollections into
* multiple features on reading. Default is `false`.
*/
/**
* @typedef {Object} format_WMSGetFeatureInfoOptions
* @property {Array.<string>|undefined} layers If set, only features of the given layers will be returned by the format