Move Options to ol/format/IGC
This commit is contained in:
@@ -19,13 +19,22 @@ const IGCZ = {
|
||||
NONE: 'none'
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {Object} Options
|
||||
* @property {IGCZ|string|undefined} altitudeMode Altitude mode. Possible
|
||||
* values are `'barometric'`, `'gps'`, and `'none'`. Default
|
||||
* is `'none'`.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Feature format for `*.igc` flight recording files.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.format.TextFeature}
|
||||
* @param {olx.format.IGCOptions=} opt_options Options.
|
||||
* @param {module:ol/format/IGC~Options=} opt_options Options.
|
||||
* @api
|
||||
*/
|
||||
const IGC = function(opt_options) {
|
||||
|
||||
Reference in New Issue
Block a user