The minimum speed difference is far too great so reduce from 20m/s to 5m/s, otherwise the values shown can be very small compared to the overall graph maximum. For tracks with a bigger difference it automatically uses a sensible difference. --- src/viktrwlayer_propwin.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/viktrwlayer_propwin.c b/src/viktrwlayer_propwin.c index e4edff2..af000b4 100644 --- a/src/viktrwlayer_propwin.c +++ b/src/viktrwlayer_propwin.c @@ -53,7 +53,7 @@ #define PROFILE_WIDTH 600 #define PROFILE_HEIGHT 300 #define MIN_ALT_DIFF 100.0 -#define MIN_SPEED_DIFF 20.0 +#define MIN_SPEED_DIFF 5.0 typedef struct _propsaved { gboolean saved; -- 1.7.1 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/