Modify ↓
Opened 18 years ago
Closed 18 years ago
#66 closed defect (invalid)
Wrong GPS track lines
Reported by: | anonymous | Owned by: | imi |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
When drawing lines between GPS track points only draw lines between points in same track. Currently it seems that the date/time on the points are used which can confuse things wheren there are two tracks generated at the same time. (Which happens all the time for me, because I "anonymize" my tracks by giving them all the same date.) But even without that, it will happen more and more as more people are contributing to OSM.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Actually, I draw the points for every track seperatly. The effect you described is when you download gps points from the server, which does not care about the order the point were in the tracks uploaded.
PS:
Please use 1970/01/01 00:00:00 for this (start of epoch) until the server supports the upload without a timestamp. (To filter out this tracklogs later and delete the timestamp)