mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Added pile symbol
This commit is contained in:
@ -528,6 +528,7 @@ void Style::defaultPointStyle()
|
||||
_points[0x1040c] = Point(QImage(":/IMG/rock-exposed.png"));
|
||||
_points[0x10701] = Point(QImage(":/IMG/anchorage.png"));
|
||||
_points[0x10703] = Point(QImage(":/IMG/yacht-harbor.png"));
|
||||
_points[0x10704] = Point(QImage(":/IMG/pile.png"));
|
||||
_points[0x10705] = Point(QImage(":/IMG/anchoring-prohibited.png"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user