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"));