Opened 15 years ago
Closed 15 years ago
#179 closed defect/bug (fixed)
[patch] add time to gpx-log
Reported by: | tim.niemeyer@… | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | patch time gpx log | |
Cc: | tim.niemeyer@… |
Description
Hi there,
to track log for OSM, you need the time attribute in the GPX file. I wrote a patch to do add this attribute for each <trkpt>. The <time> between <gpx> and <trk> is again missing. (actually no time for it)
My patch uses the system-time, not the GPS time. It would also be possible to get the GPS time, but this brings much overhead.
Attachments (1)
Change History (2)
Changed 15 years ago by tim.niemeyer@…
comment:1 Changed 15 years ago by KaZeR
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Patch applied in rev. 1234 Thanks!