Rename ol.format.IGCZ to ol.format.IGC.Z

This commit is contained in:
Frederic Junod
2016-08-29 09:14:39 +02:00
committed by Tim Schaub
parent d0801036d2
commit 11c8b99602
3 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -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;