mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-12-04 16:29:09 +01:00
Compare commits
No commits in common. "490052bc6cdb3b690402e5efb63269365f8e72b5" and "681f6c5b0999e5c613fb917fd3e69f45d94a2e24" have entirely different histories.
490052bc6c
...
681f6c5b09
@ -4,7 +4,7 @@
|
||||
#include "graphicsscene.h"
|
||||
|
||||
|
||||
bool GraphicsItem::_useStyle = false;
|
||||
bool GraphicsItem::_useStyle = true;
|
||||
|
||||
/* Standard GraphicsScene::items() is not pixel accurate, so we use the
|
||||
following function which has the same logic as used in the original
|
||||
|
@ -221,7 +221,7 @@ bool GHPParser::readF0(const char *chunk, const Header &hdr, int &time,
|
||||
quint16 speed = u16(chunk + 10);
|
||||
quint8 hr = chunk[12];
|
||||
quint8 fia = chunk[13];
|
||||
qint32 ms = s32(chunk + 16);
|
||||
quint8 ms = chunk[16];
|
||||
|
||||
if (fia == 3) {
|
||||
Trackpoint t(Coordinates(lon / 1000000.0, lat / 1000000.0));
|
||||
|
Loading…
Reference in New Issue
Block a user