mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-05-11 13:47:32 +02:00
Use the propper image for rescue station (0x1070a) points
This commit is contained in:
parent
87e259a7a1
commit
42f785d14b
@ -812,7 +812,7 @@ void Style::defaultPointStyle(qreal ratio)
|
|||||||
_points[0x10703] = Point(QImage(":/marine/yacht-harbor.png"));
|
_points[0x10703] = Point(QImage(":/marine/yacht-harbor.png"));
|
||||||
_points[0x10704] = Point(QImage(":/marine/pile.png"));
|
_points[0x10704] = Point(QImage(":/marine/pile.png"));
|
||||||
_points[0x10705] = Point(QImage(":/marine/anchoring-prohibited.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"));
|
_points[0x1070b] = Point(QImage(":/marine/fishing-harbor.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user