#18444 closed defect (fixed)
[Patch] GPX tracks shown as dots and not as lines
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | 19.12 |
Component: | Core | Version: | tested |
Keywords: | template_report gpx regression | Cc: | Bjoeni |
Description (last modified by )
What steps will reproduce the problem?
- 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)
Change History (11)
by , 6 years ago
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:2 by , 6 years ago
It is when I download GPX data from the OSM API.
Loading a local GPX file is OK.
comment:3 by , 6 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 , 6 years ago
Cc: | added |
---|---|
Description: | modified (diff) |
Keywords: | gpx added |
comment:5 by , 6 years ago
Keywords: | regression added |
---|---|
Milestone: | → 19.12 |
Owner: | changed from | to
Status: | needinfo → assigned |
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 , 6 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
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 , 6 years ago
Attachment: | 18444.patch added |
---|
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.