1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-05-09 20:57:45 +02:00

Use the propper image for rescue station (0x1070a) points

This commit is contained in:
Martin Tůma 2025-05-06 20:16:05 +02:00
parent 87e259a7a1
commit 42f785d14b

View File

@ -812,7 +812,7 @@ void Style::defaultPointStyle(qreal ratio)
_points[0x10703] = Point(QImage(":/marine/yacht-harbor.png"));
_points[0x10704] = Point(QImage(":/marine/pile.png"));
_points[0x10705] = Point(QImage(":/marine/anchoring-prohibited.png"));
_points[0x1070a] = Point(QImage(":/marine/coast-guard.png"));
_points[0x1070a] = Point(QImage(":/marine/rescue-station.png"));
_points[0x1070b] = Point(QImage(":/marine/fishing-harbor.png"));
}