Change ol.format.IGCZ type to IGCZ

This commit is contained in:
Frederic Junod
2018-01-09 08:25:27 +01:00
parent 4934318a5a
commit 3ce7cae338
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ var IGC = function(opt_options) {
/**
* @private
* @type {ol.format.IGCZ}
* @type {IGCZ}
*/
this.altitudeMode_ = options.altitudeMode ? options.altitudeMode : IGCZ.NONE;
};