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