abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

Using GPSd for Windows the GPS heading arrow is shifted by 90° in GMapCatcher #332

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Many thanks for this excellent and very useful program.

When using GPSd for Windows in GMapCatcher the GPS marker shows the good 
position but the arrow inside the marker is shifted by 90° (example: when 
heading south the arrow points to the east).

Windows 7 Starter
GMapCatcher version 0.7.7.2
GPSd for Windows version 0.2.0.0.

Best regards

Original issue reported on code.google.com by alfon...@hotmail.fr on 4 Jul 2012 at 8:20

GoogleCodeExporter commented 8 years ago
I can also confirm this on *buntu 12.04.

I'll start looking into this when I have the time...

Original comment by kipenros...@gmail.com on 16 Sep 2012 at 8:11

GoogleCodeExporter commented 8 years ago
the problem might me in: def gps_direction
we are making our own calculation to get the direction.
Instead we should be reading the direction directly form the gps:
self.track = NaN            # Degrees from true north

Original comment by heldersepu on 19 Sep 2012 at 7:54

GoogleCodeExporter commented 8 years ago
should be fixed now in r1268

Needs a bit more work to change still, but it's a start...

Original comment by kipenros...@gmail.com on 19 Sep 2012 at 10:38

GoogleCodeExporter commented 8 years ago

Original comment by heldersepu on 29 Sep 2012 at 12:21

GoogleCodeExporter commented 8 years ago

Original comment by heldersepu on 29 Sep 2012 at 12:22

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by kipenros...@gmail.com on 8 Oct 2012 at 2:51

GoogleCodeExporter commented 8 years ago
Released in 0.8

Original comment by heldersepu on 16 Oct 2012 at 6:06