Doc fix. writeFeaturesNode receives an array of Feature

This commit is contained in:
3x0dv5
2015-01-22 11:21:02 +00:00
parent 1702a4ed36
commit 6ceef2b0cc

View File

@@ -1343,7 +1343,7 @@ ol.format.GML.prototype.writeFeatures;
* Encode an array of features in the GML 3.1.1 format as an XML node. * Encode an array of features in the GML 3.1.1 format as an XML node.
* *
* @function * @function
* @param {ol.Feature} feature Feature. * @param {Array.<ol.Feature>} features Features.
* @param {olx.format.WriteOptions=} opt_options Options. * @param {olx.format.WriteOptions=} opt_options Options.
* @return {Node} Node. * @return {Node} Node.
* @api * @api