Extend WKT parser from ol.format.TextFeature

This commit is contained in:
Erik Timmers
2014-06-08 18:33:46 +02:00
parent 61378098e6
commit 1e61485e11
6 changed files with 225 additions and 202 deletions
+14
View File
@@ -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),