From 62f3343f75c7397c64454bac948e291fdc3c4e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 16 Mar 2023 21:37:27 +0100 Subject: [PATCH] Render international border 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 0dbaa617..49f27ce3 100644 --- a/src/map/IMG/style.cpp +++ b/src/map/IMG/style.cpp @@ -392,6 +392,7 @@ void Style::defaultLineStyle() _lines[0x10505] = Line(QImage(":/marine/safety-zone-line.png")); _lines[0x10507] = Line(QPen(QColor("#e728e7"), 1, Qt::DashLine)); _lines[0x10601] = Line(QPen(QColor("#000000"), 1, Qt::SolidLine)); + _lines[0x10603] = Line(QPen(QColor("#e728e7"), 2, Qt::DashDotLine)); _lines[0x10606] = Line(QImage(":/marine/anchor-line.png")); _lines[0x1060c] = Line(QPen(QColor("#e728e7"), 1, Qt::SolidLine)); _lines[0x1060d] = Line(QPen(QColor("#eb49eb"), 1, Qt::DashLine));