﻿id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc
494,Display issues with downloaded raw GPS data,frank@…,framm,"'''Problem'''
When I download raw GPS data within JOSM (directly from the server), it displays the tracks, but also seem to be connecting track points that should not have been connected. This is very confusing as there may be many long lines crossing most of the area. I know that it is possible to switch of the drawing of all lines, but for mapping it helps to know which points are connected within a track.

By saving these downloaded tracks, I have identified the problem. The GPX file contains only one track (<trk>), whereas the underlying data appears to be constructed from several tracks. So what happens is that the last point of one track is connected to the first point of the next track. This connection is drawn by JOSM as a line, which actually should not have been there.

'''Solution'''
As a work around I have created a patch that when the GPX data is displayed and there is a jump of more than 100 m between track points it will not draw the line.

'''Todo'''
Perhaps have this feature as a setting in the preference page? I am new to JOSM and haven't found out how to do that properly.
",defect,closed,minor,Core,latest,fixed,GPX display,
