Opened 10 years ago
#12055 new defect
toggling draw.rawgps.lines.force does not affect drawing immediately
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core mappaint | Version: | |
Keywords: | preferences, drawing | Cc: |
Description
If I toggle Preferences / Display / GPS Points / [x] Force lines if no segments imported (draw.rawgps.lines.force), nothing happens on previously loaded GPX layers.
If I change Track and Point Coloring setting on the same Preferences page, redraws GPX layers and this time draw.rawgps.lines.force setting applies on previously loaded GPX layers.
I suggest to run this refresh method after draw.rawgps.lines.force was toggled.
I also recommend a more precise description and tooltip text for this setting. Current texts:
[x] Force lines if no segments imported
(Force drawing of lines if the imported data contain no line information)
It means the following: lines will be drawn (only) if the imported files contains no segment information. The actual result is different: concatenates all segments with lines even there were track segments (or even separate tracks) in the imported file.
Suggested texts:
[x] Concatenate all nodes with lines
(Force drawing of lines between points, useful if imported data has no line information)