From 409ef2d19ae9f786d89a61c8dab68fdcef4b1237 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Wed, 28 May 2014 16:28:06 +0200 Subject: [PATCH] Export ol.format.GML#writeFeatures --- src/ol/format/gmlformat.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/format/gmlformat.js b/src/ol/format/gmlformat.js index 7c6bf515d0..52266d79d2 100644 --- a/src/ol/format/gmlformat.js +++ b/src/ol/format/gmlformat.js @@ -1684,8 +1684,10 @@ ol.format.GML.prototype.writeGeometryNode = function(geometry) { /** * Encode an array of features in GML 3.1.1 Simple Features. * + * @function * @param {Array.} features Features. * @return {ArrayBuffer|Node|Object|string} Result. + * @todo api */ ol.format.GML.prototype.writeFeatures;