Change ol.format.IGCZ type to IGCZ
This commit is contained in:
@@ -1538,7 +1538,7 @@ olx.format.TopoJSONOptions.prototype.layers;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {{altitudeMode: (ol.format.IGCZ|string|undefined)}}
|
* @typedef {{altitudeMode: (IGCZ|string|undefined)}}
|
||||||
*/
|
*/
|
||||||
olx.format.IGCOptions;
|
olx.format.IGCOptions;
|
||||||
|
|
||||||
@@ -1546,7 +1546,7 @@ olx.format.IGCOptions;
|
|||||||
/**
|
/**
|
||||||
* Altitude mode. Possible values are `barometric`, `gps`, and `none`. Default
|
* Altitude mode. Possible values are `barometric`, `gps`, and `none`. Default
|
||||||
* is `none`.
|
* is `none`.
|
||||||
* @type {ol.format.IGCZ|string|undefined}
|
* @type {IGCZ|string|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.format.IGCOptions.prototype.altitudeMode;
|
olx.format.IGCOptions.prototype.altitudeMode;
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ var IGC = function(opt_options) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {ol.format.IGCZ}
|
* @type {IGCZ}
|
||||||
*/
|
*/
|
||||||
this.altitudeMode_ = options.altitudeMode ? options.altitudeMode : IGCZ.NONE;
|
this.altitudeMode_ = options.altitudeMode ? options.altitudeMode : IGCZ.NONE;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user