A pure track file (like a Strava route) does not have `timestamp`. Can we modify the `parseTrack.js` at line `10` in this way: timestamp = t.time ? t.time[0] : undefined, so to support that kind of gpx file too?
A pure track file (like a Strava route) does not have
timestamp.Can we modify the
parseTrack.jsat line10in this way:so to support that kind of gpx file too?