Merge pull request #3161 from 3x0dv5/master

Doc fix. writeFeaturesNode receives an array of Feature
This commit is contained in:
Éric Lemoine
2015-01-30 17:46:23 +01:00

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.
*
* @function
* @param {ol.Feature} feature Feature.
* @param {Array.<ol.Feature>} features Features.
* @param {olx.format.WriteOptions=} opt_options Options.
* @return {Node} Node.
* @api