mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Some more marine style improvements
This commit is contained in:
@ -498,7 +498,9 @@ void Style::defaultPointStyle()
|
||||
_points[0x10401] = Point(QImage(":/IMG/obstruction.png"));
|
||||
_points[0x10402] = Point(QImage(":/IMG/wreck.png"));
|
||||
_points[0x10403] = Point(QImage(":/IMG/wreck-exposed.png"));
|
||||
_points[0x1040a] = Point(QImage(":/IMG/rock.png"));
|
||||
_points[0x10408] = Point(QImage(":/IMG/obstruction-covers.png"));
|
||||
_points[0x1040a] = Point(QImage(":/IMG/rock-dangerous.png"));
|
||||
_points[0x1040c] = Point(QImage(":/IMG/rock-exposed.png"));
|
||||
_points[0x10701] = Point(QImage(":/IMG/anchorage.png"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user