Class: IGC

ol/format/IGC~IGC


import IGC from 'ol/format/IGC.js';

Feature format for *.igc flight recording files.

As IGC sources contain a single feature, readFeatures will return the feature in an array

new IGC(options)

Name Type Description
altitudeMode IGCZ (defaults to 'none')

Altitude mode. Possible values are 'barometric', 'gps', and 'none'.

Extends