Fix apidoc for WKT format

This commit is contained in:
Erik Timmers
2014-07-18 22:01:17 +02:00
parent b4f6baa613
commit 71b2bf73de
2 changed files with 8 additions and 1 deletions

View File

@@ -1425,7 +1425,8 @@ olx.format.WKTOptions;
/**
* Whether to split GEOMETRYCOLLECTION's into multiple features.
* Whether to split GeometryCollections into
* multiple features on reading. Default is `false`.
* @type {boolean|undefined}
*/
olx.format.WKTOptions.prototype.splitCollection;