c2corg/v6_api

Support multi-tracks GPX

Aperta

#2114 aperta il 6 feb 2026

 (0 commenti) (0 reazioni) (0 assegnatari)Python (29 fork)auto 404
Good first issuebugpython

Metriche repository

Star
 (26 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor