From 6bb0c723611dc3277c261daaf874da389fc2005a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 10 May 2025 15:53:19 +0200 Subject: [PATCH] Some more marine lines --- gpxsee.qrc | 1 + icons/map/marine/fishing-line.png | Bin 0 -> 336 bytes src/map/IMG/style.cpp | 4 +++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 icons/map/marine/fishing-line.png diff --git a/gpxsee.qrc b/gpxsee.qrc index 7ea07373..34783f32 100644 --- a/gpxsee.qrc +++ b/gpxsee.qrc @@ -312,6 +312,7 @@ icons/map/marine/shellfish-farm-line.png icons/map/marine/degaussing-line.png icons/map/marine/nofishing-line.png + icons/map/marine/fishing-line.png diff --git a/icons/map/marine/fishing-line.png b/icons/map/marine/fishing-line.png new file mode 100644 index 0000000000000000000000000000000000000000..39602831e24a53a06e1ac5d23c8ed32c9209fe39 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^GC<7E!3HFyWpvK~DaPU;cPGZ1Cw1z99F}xPUq=Rp zjs4tz5?O(Kg=CK)Uj~LMH3o);76yi2K%s^g3=E|P3=FRl7#OT(FffQ0%-I!a1C(G( z@^*J&Fko1~AkAGry%Z?IS>O>_47B<>2s1iq%&q_mF86eC4AD5hG-#vXVFjL=n;T=7 zdWBrx+&S$-fzCm-m%-XI4~S1@du}oJX4+_P{wk&Ek)-^QMV2;;RJJ`=eZXmvtyF ZH_y#4QD5azX$EvMgQu&X%Q~loCIB<1bD{tM literal 0 HcmV?d00001 diff --git a/src/map/IMG/style.cpp b/src/map/IMG/style.cpp index c222b98f..922342d9 100644 --- a/src/map/IMG/style.cpp +++ b/src/map/IMG/style.cpp @@ -506,8 +506,10 @@ 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[0x10603] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 2, Qt::DashDotLine)); + _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")); + _lines[0x10608] = Line(QImage(":/marine/fishing-line.png")); _lines[0x1060c] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 1, Qt::SolidLine)); _lines[0x1060d] = Line(QPen(QColor(0xeb, 0x49, 0xeb), 1, Qt::DashLine)); _lines[0x10611] = Line(QPen(QColor(0xeb, 0x49, 0xeb), 1, Qt::DashLine));