mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Enable DEM fetching for a single point
This commit is contained in:
parent
d7dc185ecf
commit
45dbb105c5
@ -10,7 +10,7 @@ static QList<DEM::Tile> tiles(const RectC &rect)
|
||||
{
|
||||
QList<DEM::Tile> list;
|
||||
|
||||
if (!rect.isValid())
|
||||
if (rect.isNull())
|
||||
return list;
|
||||
|
||||
for (int i = qFloor(rect.top()); i >= qFloor(rect.bottom()); i--)
|
||||
|
Loading…
Reference in New Issue
Block a user