SebastianHanfland / RallyGPXMerger

A web tool to merge GPX tracks for bigger rallies
MIT License
4 stars 2 forks source link

Maybe Caching the route gpx reading #143

Closed SebastianHanfland closed 6 months ago

SebastianHanfland commented 6 months ago

export function addTrackToMap(gpxSegment: CalculatedTrack | GpxSegment, routeLayer: LayerGroup, options: MapOptions) { const gpx = SimpleGPX.fromString(gpxSegment.content);