]> git.street.me.uk Git - andy/viking.git/commit
Add new graph type Distance/Time in the track properties window.
authorRob Norris <rw_norris@hotmail.com>
Sat, 29 Jan 2011 20:24:37 +0000 (20:24 +0000)
committerRob Norris <rw_norris@hotmail.com>
Tue, 5 Apr 2011 23:47:23 +0000 (00:47 +0100)
commit926c8140e9f7547975270198530f144fdb61325f
tree84de9f5fc530fb090bdb490c230451a3795a9ac9
parent73224cd81994869a4b32bd01cc694593fb0929a8
Add new graph type Distance/Time in the track properties window.

Part of request SF#2894245.
Add vik_track_make_distance_map based on the vik_track_make_speed_map function
Refactor graph types into enumeration.
Refactor track_graph_click to simplify redrawing all graph types.
src/viktrack.c
src/viktrack.h
src/viktrwlayer_propwin.c