]> git.street.me.uk Git - andy/viking.git/commit - src/vikgoto.c
Enable a history of requested positions.
authorRob Norris <rw_norris@hotmail.com>
Tue, 5 Nov 2013 00:33:06 +0000 (00:33 +0000)
committerRob Norris <rw_norris@hotmail.com>
Sat, 16 Nov 2013 23:04:34 +0000 (23:04 +0000)
commitbe5554c5e2370fe2f507dcde6dd76b6f4482ae9f
tree3594852a9d317d94cd744c74e5182bd44ed78bd4
parentd605e023cd8d0c809b1a4d2bedfd7e1febe0c35a
Enable a history of requested positions.

Positions are stored on specific Go To requests (such entered position coordinates or to waypoint/track positions).
Currently panning and zooming do not modify the requested position.
Moving backwards and forwards through the list is supported sort of like a web browsers history of pages.

As the positions are not specifically named (just raw coordinates),
 nothing advanced like showing the list of positions or jumping over multiple positions is offered.

Finer details such as the maximum size of the history list are controlled by Viking's internal preferences.
12 files changed:
help/C/viking.xml
src/file.c
src/menu.xml.h
src/vikgeoreflayer.c
src/vikgoto.c
src/vikgpslayer.c
src/viktrwlayer.c
src/viktrwlayer_propwin.c
src/viktrwlayer_waypointlist.c
src/vikviewport.c
src/vikviewport.h
src/vikwindow.c