Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#18444 closed defect (fixed)

[Patch] GPX tracks shown as dots and not as lines

Reported by: zero@… Owned by: team
Priority: normal Milestone: 19.12
Component: Core Version: tested
Keywords: template_report gpx regression Cc: Bjoeni

Description (last modified by Don-vip)

What steps will reproduce the problem?

  1. Download GPX tracks

What is the expected result?

it's used to be to a mix of dots (unordered points) and lines (points with datestamp) 1-2 months ago. For example my own tracks were lines before, now they are dots.

What happens instead?

Only dots are displayed

Please provide any additional information below. Attach a screenshot if possible.

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2019-12-01 23:10:15 +0100 (Sun, 01 Dec 2019)
Build-Date:2019-12-02 02:30:57
Revision:15553
Relative:URL: ^/trunk

Identification: JOSM/1.5 (15553 fr) Windows 10 64-Bit
OS Build number: Windows 10 Home 1903 (18362)
Memory Usage: 998 MB / 1820 MB (512 MB allocated, but free)
Java version: 1.8.0_231-b11, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Screen: \Display0 1680x1050, \Display1 1440x900
Maximum Screen Size: 1680x1050
VM arguments: [-Djava.security.manager, -Djava.security.policy=file:<java.home>\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=%UserProfile%\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-317b0dd7, -Djnlpx.remove=false, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.heapsize=NULL,2048m, -Djnlpx.splashport=58053, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe]
Dataset consistency test: No problems found

Last errors/warnings:
- W: No configuration settings found.  Using hardcoded default values for all pools.
- W: Region [WMS_BLOCK_v2] Resetting cache
- W: Region [WMTS_BLOCK_v2] Resetting cache


Attachments (2)

dots.jpg (265.9 KB ) - added by anonymous 4 years ago.
18444.patch (3.3 KB ) - added by Bjoeni 4 years ago.

Download all attachments as: .zip

Change History (11)

by anonymous, 4 years ago

Attachment: dots.jpg added

comment:1 by Don-vip, 4 years ago

Owner: changed from team to zero@…
Status: newneedinfo

does it happen when you load a .gpx file or when you download GPX data from the OSM API? If a gpx file, please attach it.

comment:2 by anonymous, 4 years ago

It is when I download GPX data from the OSM API.

Loading a local GPX file is OK.

comment:3 by anonymous, 4 years ago

I seems like removing

<extensions>

<josm:from-server>true</josm:from-server>

</extensions>

at the beginning changes the behaviour... no more dots only but a big mess of lines...

comment:4 by Don-vip, 4 years ago

Cc: Bjoeni added
Description: modified (diff)
Keywords: gpx added

Sounds related to #16963 and #17596

comment:5 by Bjoeni, 4 years ago

Keywords: regression added
Milestone: 19.12
Owner: changed from zero@… to Bjoeni
Status: needinfoassigned

Likely a regression of #16796 as the default global setting for "Draw lines between raw GPS points" is "Local files" at the moment. I believe that wasn't the case before.

For now you can change that setting to "All" either in the global settings or for one specific layer in the context menu under "Customize track drawing".

comment:6 by Bjoeni, 4 years ago

Owner: changed from Bjoeni to team
Status: assignednew
Summary: GPX tracks shown as dots and not as lines[Patch] GPX tracks shown as dots and not as lines
Version: tested

Changed default to "all" and also revert draw.rawgps.lines with the next update for everyone.

Reason is that changing anything in the preferences leads to that setting not being the global default value -1 anymore but the one of the chosen radio button (by default 1 = local file), which was probably unintended by most users.

by Bjoeni, 4 years ago

Attachment: 18444.patch added

comment:7 by Don-vip, 4 years ago

Resolution: fixed
Status: newclosed

In 15606/josm:

fix #18444 - Changed default to "all" and also revert draw.rawgps.lines with the next update for everyone (patch by Bjoeni)

comment:8 by Don-vip, 4 years ago

Thanks!

comment:9 by anonymous, 4 years ago

Thanks ! I am happy that I will see lines on my tracks again soon.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.