Export ol.format.GML#writeFeatures

This commit is contained in:
Bart van den Eijnden
2014-05-28 16:28:06 +02:00
parent 1d2543ba6f
commit 409ef2d19a

View File

@@ -1684,8 +1684,10 @@ ol.format.GML.prototype.writeGeometryNode = function(geometry) {
/** /**
* Encode an array of features in GML 3.1.1 Simple Features. * Encode an array of features in GML 3.1.1 Simple Features.
* *
* @function
* @param {Array.<ol.Feature>} features Features. * @param {Array.<ol.Feature>} features Features.
* @return {ArrayBuffer|Node|Object|string} Result. * @return {ArrayBuffer|Node|Object|string} Result.
* @todo api
*/ */
ol.format.GML.prototype.writeFeatures; ol.format.GML.prototype.writeFeatures;