mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 19:49:15 +02:00
Some more ENC stuff
This commit is contained in:
@ -56,7 +56,8 @@ static QMap<uint,uint> orderMapInit()
|
||||
map.insert(TYPE(CRANES), 30);
|
||||
map.insert(TYPE(I_CRANES), 30);
|
||||
map.insert(TYPE(LNDMRK), 31);
|
||||
map.insert(TYPE(LNDELV), 32);
|
||||
map.insert(TYPE(SILTNK), 32);
|
||||
map.insert(TYPE(LNDELV), 33);
|
||||
map.insert(TYPE(I_DISMAR), 0xFFFFFFFE);
|
||||
map.insert(TYPE(SOUNDG), 0xFFFFFFFF);
|
||||
|
||||
|
@ -218,6 +218,7 @@ void Style::defaultPointStyle()
|
||||
_points[TYPE(RDOSTA)] = Point(QImage(":/marine/radio.png"));
|
||||
_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"));
|
||||
}
|
||||
|
||||
Style::Style()
|
||||
|
Reference in New Issue
Block a user