c2corg/v6_api

Support multi-tracks GPX

Open

#2,114 opened on Feb 6, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (29 forks)auto 404
Good first issuebugpython

Repository metrics

Stars
 (26 stars)
PR merge metrics
 (PR metrics pending)

Description

A GPX can have routes or tracks. tracks can have multiple segments.

Current behaviour:

  1. gpx with 1 tracks with 2 segments -> both are shown
  2. gpx with 2 tracks (with 1 segment each) -> only first track is shown

Expected behaviour : show both tracks

Contributor guide