Rename ol.format.IGCZ to ol.format.IGC.Z
This commit is contained in:
committed by
Tim Schaub
parent
d0801036d2
commit
11c8b99602
+2
-2
@@ -1791,7 +1791,7 @@ olx.format.TopoJSONOptions.prototype.defaultDataProjection;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{altitudeMode: (ol.format.IGCZ|undefined)}}
|
||||
* @typedef {{altitudeMode: (ol.format.IGC.Z|undefined)}}
|
||||
*/
|
||||
olx.format.IGCOptions;
|
||||
|
||||
@@ -1799,7 +1799,7 @@ olx.format.IGCOptions;
|
||||
/**
|
||||
* Altitude mode. Possible values are `barometric`, `gps`, and `none`. Default
|
||||
* is `none`.
|
||||
* @type {ol.format.IGCZ|undefined}
|
||||
* @type {ol.format.IGC.Z|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.format.IGCOptions.prototype.altitudeMode;
|
||||
|
||||
Reference in New Issue
Block a user