Skip to main content

TCXLoader

From-v3.0

The TCXLoader parses TCX files into GeoJSON. From Wikipedia:

LoaderCharacteristic
File Extension.tcx
File TypeText
File FormatTCX
Data FormatGIS
Decoder TypeSynchronous
Worker Thread SupportNo
Streaming SupportNo

Usage​

import {TCXLoader} from '@loaders.gl/kml';
import {load} from '@loaders.gl/core';

const data = await load(url, TCXLoader, options);

Options​

OptionTypeDefaultDescription
gis.formatstring'geojson'Can be set to 'raw', 'geojson' or 'binary'.

Limitations​

  • In Node.JS, applications must import @loaders.gl/polyfills for the DOMParser polyfill.