c2corg/v6_api

Support multi-tracks GPX

开放

#2,114 创建于 2026年2月6日

 (0 条评论) (0 个反应) (0 位负责人)Python (29 个派生)auto 404
Good first issuebugpython

仓库指标

星标
 (26 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南