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:
parent
112cfe6391
commit
666f491224
@ -170,6 +170,8 @@ QList<Area> DEM::tiles()
|
|||||||
area.setName(basename);
|
area.setName(basename);
|
||||||
area.setDescription(files.at(i).suffix().toUpper() + ", "
|
area.setDescription(files.at(i).suffix().toUpper() + ", "
|
||||||
+ l.formattedDataSize(files.at(i).size()));
|
+ l.formattedDataSize(files.at(i).size()));
|
||||||
|
area.setStyle(PolygonStyle(QColor(0xFF, 0, 0, 0x40),
|
||||||
|
QColor(0xFF, 0, 0, 0x80), 2));
|
||||||
|
|
||||||
list.append(area);
|
list.append(area);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user