1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-05-11 21:57:31 +02:00

Traffic separation lines

This commit is contained in:
Martin Tůma 2025-05-10 16:02:08 +02:00
parent 6bb0c72361
commit ab3940d445

View File

@ -506,6 +506,7 @@ void Style::defaultLineStyle(qreal ratio)
_lines[0x10506] = Line(QImage(":/marine/nature-reserve-line.png"));
_lines[0x10507] = Line(QImage(":/marine/safety-zone-line.png"));
_lines[0x10601] = Line(QPen(QColor(0, 0, 0), 1, Qt::SolidLine));
_lines[0x10602] = Line(QPen(QColor(0xfc, 0xb4, 0xfc), 2));
_lines[0x10603] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 1.5, Qt::DashDotLine));
_lines[0x10604] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 1, Qt::DashDotLine));
_lines[0x10606] = Line(QImage(":/marine/anchor-line.png"));