From: Keith Packard Date: Thu, 12 Oct 2017 07:26:31 +0000 (-0700) Subject: altoslib: Allow gps time later than requested if it's first X-Git-Tag: 1.8.3~1^2~72 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a69d5773a63dbe5d6d758cea8eca2bf724e9d672;hp=a69d5773a63dbe5d6d758cea8eca2bf724e9d672;p=fw%2Faltos altoslib: Allow gps time later than requested if it's first When generating a KML file, we want to position markers near the start of the flight section. This is done by looking for a GPS coordinate 'before' the starting point of the flight, which doesn't work well when the first GPS coordinate is later than that. Pick the first point after the chosen time if there isn't an earlier one. Signed-off-by: Keith Packard ---