mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
Turning basins
This commit is contained in:
@ -99,5 +99,6 @@
|
||||
#define I_SLCONS 17032
|
||||
#define I_WTWAXS 17051
|
||||
#define I_TERMNL 17064
|
||||
#define I_TRNBSN 17065
|
||||
|
||||
#endif // ENC_OBJECTS_H
|
||||
|
@ -219,6 +219,7 @@ void Style::defaultPointStyle()
|
||||
_points[TYPE(RADSTA)] = Point(QImage(":/marine/radar.png"));
|
||||
_points[TYPE(RTPBCN)] = Point(QImage(":/marine/radar-transponder.png"));
|
||||
_points[TYPE(SILTNK)] = Point(QImage(":/marine/silo.png"));
|
||||
_points[TYPE(I_TRNBSN)] = Point(QImage(":/marine/turning-basin.png"));
|
||||
}
|
||||
|
||||
Style::Style()
|
||||
|
Reference in New Issue
Block a user