1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 19:52:09 +01:00

Show the DEM tiles in the same color

This commit is contained in:
Martin Tůma 2024-02-28 21:50:37 +01:00
parent 112cfe6391
commit 666f491224

View File

@ -170,6 +170,8 @@ QList<Area> DEM::tiles()
area.setName(basename);
area.setDescription(files.at(i).suffix().toUpper() + ", "
+ l.formattedDataSize(files.at(i).size()));
area.setStyle(PolygonStyle(QColor(0xFF, 0, 0, 0x40),
QColor(0xFF, 0, 0, 0x80), 2));
list.append(area);
}