Extend WKT parser from ol.format.TextFeature
This commit is contained in:
@@ -1449,6 +1449,20 @@ olx.format.WFSWriteTransactionOptions.prototype.nativeElements;
|
||||
olx.format.WFSWriteTransactionOptions.prototype.gmlOptions;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{splitCollection: (boolean|undefined)}}
|
||||
* @todo api
|
||||
*/
|
||||
olx.format.WKTOptions;
|
||||
|
||||
|
||||
/**
|
||||
* Whether to split GEOMETRYCOLLECTION's into multiple features.
|
||||
* @type {boolean|undefined}
|
||||
*/
|
||||
olx.format.WKTOptions.prototype.splitCollection;
|
||||
|
||||
|
||||
/**
|
||||
* Interactions for the map. Default is `true` for all options.
|
||||
* @typedef {{altShiftDragRotate: (boolean|undefined),
|
||||
|
||||
Reference in New Issue
Block a user