Fix olx.format.GPXOptions#readExtensions type

This property is optional.
This commit is contained in:
Frederic Junod
2016-01-05 13:55:12 +01:00
parent 22b1460595
commit d55afd57b5

View File

@@ -1954,7 +1954,7 @@ olx.format.GPXOptions;
* node is not allowed in GPX 1.0. Moreover, only `extensions`
* nodes from `wpt`, `rte` and `trk` can be processed, as those are
* directly mapped to a feature.
* @type {function(ol.Feature, Node)}
* @type {function(ol.Feature, Node)|undefined}
* @api stable
*/
olx.format.GPXOptions.prototype.readExtensions;