Use writeFeatures instead of writeFeaturesNode in GPX and KML example

This commit is contained in:
Bart van den Eijnden
2014-12-07 17:50:39 +01:00
parent bdc05472bc
commit 0fef608683
3 changed files with 3 additions and 7 deletions

View File

@@ -869,7 +869,7 @@ ol.format.GPX.GPX_SERIALIZERS_ = ol.xml.makeStructureNS(
* @function
* @param {Array.<ol.Feature>} features Features.
* @param {olx.format.WriteOptions=} opt_options Write options.
* @return {Node} Result.
* @return {string} Result.
* @api stable
*/
ol.format.GPX.prototype.writeFeatures;