Fix ol.format.GPX.TRKSEG_NODE_FACTORY_ type definition
This commit is contained in:
@@ -738,10 +738,7 @@ ol.format.GPX.TRK_SERIALIZERS_ = ol.xml.makeStructureNS(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @const
|
* @const
|
||||||
* @param {*} value Value.
|
* @type {function(*, Array.<*>, string=): (Node|undefined)}
|
||||||
* @param {Array.<*>} objectStack Object stack.
|
|
||||||
* @param {string=} opt_nodeName Node name.
|
|
||||||
* @return {Node|undefined} Node.
|
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
ol.format.GPX.TRKSEG_NODE_FACTORY_ = ol.xml.makeSimpleNodeFactory('trkpt');
|
ol.format.GPX.TRKSEG_NODE_FACTORY_ = ol.xml.makeSimpleNodeFactory('trkpt');
|
||||||
|
|||||||
Reference in New Issue
Block a user