From 67bd397c3750c43f273bcc61ce515abe03dad047 Mon Sep 17 00:00:00 2001 From: oterral Date: Thu, 12 Jun 2014 16:56:39 +0200 Subject: [PATCH] Make ol.format.KML#readName method exportable --- src/ol/format/kmlformat.js | 1 + 1 file changed, 1 insertion(+) 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)) {