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 00000000..39602831
Binary files /dev/null and b/icons/map/marine/fishing-line.png differ
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));