1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-05-11 21:57:31 +02:00

Use a better imge for the noanchor/nofishing lines

This commit is contained in:
Martin Tůma 2025-05-10 09:45:14 +02:00
parent 77d4cd0a6e
commit 535f4c0752

View File

@ -502,7 +502,7 @@ void Style::defaultLineStyle(qreal ratio)
_lines[0x10502] = Line(QImage(":/marine/nofishing-line.png"));
_lines[0x10503] = Line(QImage(":/marine/entry-prohibited-line.png"));
_lines[0x10504] = Line(QPen(QColor(0xe7, 0x28, 0xe7), 1, Qt::DashLine));
_lines[0x10505] = Line(QImage(":/marine/safety-zone-line.png"));
_lines[0x10505] = Line(QImage(":/marine/noanchor-line.png"));
_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));