[ gpsdrive ] Patches
Guenther Meyer
d.s.e at sordidmusic.com
Thu Dec 18 22:32:48 AKST 2008
Am Donnerstag 18 Dezember 2008 schrieb Paul Martin:
>
first, thanks for the splitting!
> The flashing 3D fix correction is:
>
> - current.gpsfix = 2;
> + if (current.gpsfix<2) current.gpsfix = 2;
>
it's not really a good idea to fix it that way.
gpsfix is the flag to store the current gps status, and we should not falsify
this state just for a gui fix. other functions may rely on that...
> > mapnik projection:
>
> That's this one:
>
see hamish's statement...
>
> > dgps:
> > you introduced a new variable 'satfix' for that. would it be possible, to
> > include this into 'gpsfix' with a value of 3 for dgps?
>
> No, because gpsfix == 3 means a 3D fix. You can have a 3D fix without DGPS
> and a 2D fix with DGPS. "satfix" was already a local variable storing that
> value.
sorry, I meant 4, not 3.
my experience with gps devices is, that there was always a 3d fix, when I had
dgps available. but if that's not inevitably the case, your way may be
better.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.gpsdrivers.org/pipermail/gpsdrive/attachments/20081219/d72031ce/attachment.bin>
More information about the GPSdrive
mailing list