qbektrix / gmapcatcher

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

Show GPS direction #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
 We could get the direction from the GPS and display it. (fix.track)??

What goal would this enhancement help you achieve?
 Show the direction that the vehicle is moving

Original issue reported on code.google.com by heldersepu on 24 Aug 2009 at 8:03

GoogleCodeExporter commented 9 years ago
http://www.pygtk.org/docs/pygtk/class-gdkpixbuf.html#method-gdkpixbuf--rotate-si
mple

Original comment by rieum...@gmail.com on 25 Aug 2009 at 1:20

GoogleCodeExporter commented 9 years ago
Issue 126 has been merged into this issue.

Original comment by heldersepu on 12 Feb 2010 at 1:05

GoogleCodeExporter commented 9 years ago
The rotate_simple has some limitations (creates a Pixbuf by rotating the given 
pixbuf by a multiple of 90 degrees) with that we can only cover 4 angles...

we can draw an arc using: 
http://www.pygtk.org/docs/pygtk/class-gdkdrawable.html#method-gdkdrawable--draw-
arc

Original comment by heldersepu on 31 Aug 2010 at 2:36

Attachments:

GoogleCodeExporter commented 9 years ago
I've made it an arrow for now, although that could be modified

Original comment by Mark111...@gmail.com on 31 Aug 2010 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by heldersepu on 2 Sep 2010 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by heldersepu on 29 Mar 2011 at 2:17