Move IGCZ enum to src/ol/format/IGC.js

This commit is contained in:
Frederic Junod
2018-01-08 11:40:36 +01:00
parent eb734c9f98
commit bb954e7e2c
3 changed files with 17 additions and 24 deletions

View File

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