Feature: Start/stop drawing of the track (Patch included)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FoxtrotGPS |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Hello there!
In the current version 1.1.1 FoxtrotGPS will draw a track on the map. I'm not speaking about the track logging, but the red line that is drawn even when track logging is off.
I'd like to have the possibility to turn this behaviour off from time to time. So far I didn't find a way to do so in the original version. So I patched it as included.
For my needs I somehow figured , that this is closely related to the features of the trip meter. So, with the patch applied FoxtrotGPS will stop drawing the track when the "Stop" button in the "Trip Meter" pane is pressed. It will resume drawing the track when the "Resume" button in the "Trip Meter" pane is pressed. The part of the track between the point where the drawing was stopped and the point where it was resumed will not be drawn. And pressing the "Reset" button in the "Trip Meter" will clear all these drawings off the map.
As already mentioned the patch is against version 1.1.1 (the tar ball downloadable on the main page). I compiled and run it on an OpenBSD 5.3 (including some OpenBSD specific patches [1]), but I hope it should work anywhere else (possibly some other platform specific patches may be needed of course).
I've been testing this now for quite some time and so far it works well for me. So I thought, maybe you folks may like the idea, why not sharing it with you.
Cheers!
[1] http://
Changed in foxtrotgps: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
It's interesting--I've occasionally gone and hit that button myself and been surprised that it didn't already do exactly what you implemented. I wonder if anyone thinks differently :)