]> git.street.me.uk Git - andy/viking.git/commit - src/viktrack.h
SF Features#76: Add ability to handle and name trackpoints.
authorRob Norris <rw_norris@hotmail.com>
Mon, 9 Sep 2013 22:53:19 +0000 (23:53 +0100)
committerRob Norris <rw_norris@hotmail.com>
Tue, 10 Sep 2013 22:04:08 +0000 (23:04 +0100)
commitb45865b4d393f3ec0353bd5cc634cf1784f68a39
tree6b6900a851182d75dfb4ecdc2b39e422b51d1da4
parent873fc9e4e6711cf2b5586cb8e28eb446e1af1fb6
SF Features#76: Add ability to handle and name trackpoints.

Normally these are more useful for named routepoints, but applies to trackpoints as well.

Process named points in GPX files.
Extend .vik files to save named trackpoints.

Rework Trackpoint dialog to display and make trackpoint name editable.
Shift the TrackWaypoint name into Trackpoint dialog title.

Extend the statusbar to display trackpoint name when selected trackpoint has a name.
help/C/viking.xml
src/gpspoint.c
src/gpx.c
src/viktrack.c
src/viktrack.h
src/viktrwlayer.c
src/viktrwlayer_tpwin.c
src/vikutils.c