diff --git a/src/ol/format/kmlformat.js b/src/ol/format/kmlformat.js index 5efc42626b..e180d2a39f 100644 --- a/src/ol/format/kmlformat.js +++ b/src/ol/format/kmlformat.js @@ -1552,6 +1552,7 @@ ol.format.KML.prototype.readFeaturesFromNode = function(node) { /** * @param {Document|Node|string} source Souce. * @return {string|undefined} Name. + * @todo api */ ol.format.KML.prototype.readName = function(source) { if (ol.xml.isDocument(source)) {