]> git.street.me.uk Git - andy/viking.git/commitdiff
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)
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.


No differences found