Add @api stable annotations for WKT format

This commit is contained in:
Éric Lemoine
2014-08-26 10:50:05 +02:00
parent 5eced4a015
commit c8c59c3657
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1737,7 +1737,7 @@ olx.format.WKTOptions;
* Whether to split GeometryCollections into
* multiple features on reading. Default is `false`.
* @type {boolean|undefined}
* @api
* @api stable
*/
olx.format.WKTOptions.prototype.splitCollection;