1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-12 14:20:48 +01:00

Merge branch 'master' into android-latest

This commit is contained in:
Martin Tůma 2025-02-11 08:26:02 +01:00
commit 1ce8072b62

View File

@ -282,7 +282,6 @@ void RasterTile::processPoints(QList<MapData::Point> &points,
attr.value(LITVIS).toUInt(), range,
attr.value(SECTR1).toDouble(), attr.value(SECTR2).toDouble()));
slMap.insert(point.pos());
qDebug() << attr;
} else
lightsMap.insert(point.pos(), color);
} else if (point.type()>>16 == FOGSIG)