Doc fix. writeFeaturesNode receives an array of Feature
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user