mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-07 08:02:50 +02:00
Remove devel code
This commit is contained in:
@ -57,7 +57,7 @@ bool TREFile::init(bool baseMap)
|
|||||||
if (!(seek(hdl, _gmpOffset + 0x15) && readInt24(hdl, north)
|
if (!(seek(hdl, _gmpOffset + 0x15) && readInt24(hdl, north)
|
||||||
&& readInt24(hdl, east) && readInt24(hdl, south) && readInt24(hdl, west)))
|
&& readInt24(hdl, east) && readInt24(hdl, south) && readInt24(hdl, west)))
|
||||||
return false;
|
return false;
|
||||||
_bounds = RectC(Coordinates(toWGS24(west), qMin(toWGS24(north), 85.11)),
|
_bounds = RectC(Coordinates(toWGS24(west), toWGS24(north)),
|
||||||
Coordinates(RB(east), toWGS24(south)));
|
Coordinates(RB(east), toWGS24(south)));
|
||||||
Q_ASSERT(_bounds.left() <= _bounds.right());
|
Q_ASSERT(_bounds.left() <= _bounds.right());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user