]> git.street.me.uk Git - andy/viking.git/commit - src/vikutils.h
SF Features#95 - Part 2: TimeZone lookup based on an object's position.
authorRob Norris <rw_norris@hotmail.com>
Mon, 2 Jun 2014 21:35:44 +0000 (22:35 +0100)
committerRob Norris <rw_norris@hotmail.com>
Thu, 5 Jun 2014 19:46:20 +0000 (20:46 +0100)
commit745627344812a9167667a40e6516a7d468c9aa62
tree23018c55c58630f6fa0d4af425cd99f4ab672cac
parentfe559ecefb0265a7f1cb499accdae246d98b97c9
SF Features#95 - Part 2: TimeZone lookup based on an object's position.

For the 'World' time reference frame,
use the k-d tree method (http://en.wikipedia.org/wiki/Kd-tree) to quickly retreive
 the nearest location to the given position.
Then get the timezone associted with that position to use for the time display.

Thus for example a track's time will be displayed in it's timezone rather than the user's current local time.
src/Makefile.am
src/main.c
src/viktrwlayer_propwin.c
src/vikutils.c
src/vikutils.h
src/vikwindow.c