Dedicated module for IGC altitude enum

This commit is contained in:
Tim Schaub
2016-12-27 13:21:26 -07:00
parent d6e311c9ba
commit d353fb7dc9
3 changed files with 20 additions and 19 deletions

View File

@@ -1932,7 +1932,7 @@ olx.format.TopoJSONOptions.prototype.defaultDataProjection;
/**
* @typedef {{altitudeMode: (ol.format.IGC.Z|undefined)}}
* @typedef {{altitudeMode: (ol.format.IGCZ|undefined)}}
*/
olx.format.IGCOptions;
@@ -1940,7 +1940,7 @@ olx.format.IGCOptions;
/**
* Altitude mode. Possible values are `barometric`, `gps`, and `none`. Default
* is `none`.
* @type {ol.format.IGC.Z|undefined}
* @type {ol.format.IGCZ|undefined}
* @api
*/
olx.format.IGCOptions.prototype.altitudeMode;