Add stability annotation to ol.source.KML

This commit is contained in:
Tom Payne
2014-02-03 14:40:30 +01:00
parent 54e340f281
commit 6be4638aa0

View File

@@ -9,6 +9,7 @@ goog.require('ol.source.VectorFile');
* @constructor
* @extends {ol.source.VectorFile}
* @param {olx.source.KMLOptions=} opt_options Options.
* @todo stability experimental
*/
ol.source.KML = function(opt_options) {