From 608e3c43b1940818d1852362ea08b2dbcf50bcf7 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 3 Feb 2014 14:39:17 +0100 Subject: [PATCH] Add stability annotation to ol.format.KML --- src/ol/format/kmlformat.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/format/kmlformat.js b/src/ol/format/kmlformat.js index 5c6d1fd512..aaa05103cf 100644 --- a/src/ol/format/kmlformat.js +++ b/src/ol/format/kmlformat.js @@ -62,6 +62,7 @@ ol.format.KMLGxTrackObject_; * @constructor * @extends {ol.format.XML} * @param {olx.format.KMLOptions=} opt_options Options. + * @todo stability experimental */ ol.format.KML = function(opt_options) { @@ -1572,6 +1573,7 @@ ol.format.KML.prototype.readFeaturesFromNode = function(node) { /** * @param {Document|Node|string} source Souce. * @return {string|undefined} Name. + * @todo stability experimental */ ol.format.KML.prototype.readName = function(source) { if (source instanceof Document) {