From ab3940d4459d577d858cdf0f00e88494e4abb443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 10 May 2025 16:02:08 +0200 Subject: [PATCH] Traffic separation lines --- src/map/IMG/style.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/IMG/style.cpp b/src/map/IMG/style.cpp index 922342d9..2ceb29bf 100644 --- a/src/map/IMG/style.cpp +++ b/src/map/IMG/style.cpp @@ -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"));