From 749282085ec2fc8dae82c38a286f01d97b668639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 5 Oct 2024 00:24:57 +0200 Subject: [PATCH] Added missing style for marine chart isobaths --- 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 1299e5d8..8a24d31c 100644 --- a/src/map/IMG/style.cpp +++ b/src/map/IMG/style.cpp @@ -416,6 +416,7 @@ void Style::defaultLineStyle(qreal ratio) _lines[0x10108] = Line(QPen(QColor(0, 0, 0), 1, Qt::SolidLine)); _lines[0x10301] = Line(QPen(QColor(0x0e, 0x10, 0x87), 1, Qt::SolidLine)); _lines[0x10307] = Line(QPen(QColor(0x05, 0x62, 0x0e), 1, Qt::SolidLine)); + _lines[0x10309] = Line(QPen(QColor(0x0e, 0x10, 0x87), 1, Qt::SolidLine)); _lines[0x10401] = Line(QImage(":/marine/cable.png")); _lines[0x10402] = Line(QImage(":/marine/pipeline.png")); _lines[0x10404] = Line(QImage(":/marine/fishing-farm-line.png"));