diff --git a/externs/olx.js b/externs/olx.js index 1109de25fe..176034a77b 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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; diff --git a/src/ol/format/wktformat.js b/src/ol/format/wktformat.js index b90b683429..12e220ea9c 100644 --- a/src/ol/format/wktformat.js +++ b/src/ol/format/wktformat.js @@ -21,7 +21,7 @@ goog.require('ol.geom.Polygon'); * @constructor * @extends {ol.format.TextFeature} * @param {olx.format.WKTOptions=} opt_options Options. - * @api + * @api stable */ ol.format.WKT = function(opt_options) { @@ -211,7 +211,7 @@ ol.format.WKT.prototype.parse_ = function(wkt) { * @param {ArrayBuffer|Document|Node|Object|string} source Source. * @param {olx.format.ReadOptions=} opt_options Read options. * @return {ol.Feature} Feature. - * @api + * @api stable */ ol.format.WKT.prototype.readFeature; @@ -237,7 +237,7 @@ ol.format.WKT.prototype.readFeatureFromText = function(text, opt_options) { * @param {ArrayBuffer|Document|Node|Object|string} source Source. * @param {olx.format.ReadOptions=} opt_options Read options. * @return {Array.