Class: IGC

IGC

experimental new ol.format.IGC(opt_options)

Name Type Argument Description
options optional

Options.

Name Type Description
altitudeMode ol.format.IGCZ | undefined

Altitude mode. Possible values are barometric, gps, and none. Default is none.

Extends

Methods

experimental readFeature(source){ol.Feature}

Read the feature from the IGC source.

Name Type Description
source ArrayBuffer | Document | Node | Object | string

Source.

experimental readFeatures(source){Array.<ol.Feature>}

Read the feature from the source. As IGC sources contain a single feature, this will return the feature in an array.

Name Type Description
source ArrayBuffer | Document | Node | Object | string

Source.

experimental readProjection(source){ol.proj.Projection}

Read the projection from the IGC source.

Name Type Description
source ArrayBuffer | Document | Node | Object | string

Source.