Opened 16 years ago
Closed 16 years ago
#966 closed defect (fixed)
Draw large GPS points does not work if lines between poins are drawn
Reported by: | Owned by: | Henry Loenwind | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | GPXLayer | Cc: |
Description
If in preferences, display settings both options "Draw lines between raw gps points." and "Draw large GPS points" are marked then GPS points are not visible on track. This is regression.
Version 662. Previous version used by me was about two week old. There was no such problem there.
Attachments (1)
Change History (8)
comment:1 by , 16 years ago
Keywords: | GPXLayer added |
---|---|
Owner: | changed from | to
Priority: | major → minor |
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
follow-up: 6 comment:4 by , 16 years ago
Well, I think that question about small points between lines is a little bit rhetorical :)
comment:5 by , 16 years ago
Ok, here is the patch.
(1) Logic fixed
(2) More speedups with GPS tracks
(3) Added the settings to the config dialog
(4) Removed code for "triangle lines"---they are faster but just to ugly
Note:
- "Color tracks by velocity." now imposes NO speed penalty to drawing at all.
- Small points are only drawn when there is no lines pointing there.
- Enabling large points will slow drawing down a little bit.
- Same for arrow heads.
- Same for not enabling "fast draw" for arrow heads.
comment:6 by , 16 years ago
Replying to Jan Górski <osm@slimak.info>:
Well, I think that question about small points between lines is a little bit rhetorical :)
Not really. When color-lines-by-velocity is enabled, those points would be visible...
oops, I broke it.
I'll supply a fix next weekend, I don't have my development environment with me and I don't want to submit an untested patch.
BTW: drawing small points while drawing lines is not needed, is it?