Ticket #179 (closed defect/bug: fixed)

Opened 6 months ago

Last modified 5 months ago

[patch] add time to gpx-log

Reported by: tim.niemeyer@mastersword.de Assigned to: somebody
Priority: major Milestone:
Component: core Version: svn
Keywords: patch time gpx log Cc: tim.niemeyer@mastersword.de

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

add_time_to_gpx_log.patch (0.8 kB) - added by tim.niemeyer@mastersword.de on 07/22/08 22:47:09.

Change History

07/22/08 22:47:09 changed by tim.niemeyer@mastersword.de

  • attachment add_time_to_gpx_log.patch added.

07/29/08 17:38:10 changed by KaZeR

  • status changed from new to closed.
  • resolution set to fixed.

Patch applied in rev. 1234 Thanks!