mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-27 15:27:44 +02:00
Make RADRFL draw order higher than PILPNT draw order
This commit is contained in:
parent
0da16199f8
commit
fafabef792
@ -70,10 +70,10 @@ static QMap<uint,uint> orderMapInit()
|
||||
map.insert(TYPE(I_TRNBSN), 32);
|
||||
map.insert(TYPE(HRBFAC), 33);
|
||||
map.insert(TYPE(I_HRBFAC), 33);
|
||||
map.insert(TYPE(PILPNT), 34);
|
||||
map.insert(TYPE(ACHBRT), 35);
|
||||
map.insert(TYPE(I_ACHBRT), 35);
|
||||
map.insert(TYPE(RADRFL), 36);
|
||||
map.insert(TYPE(RADRFL), 34);
|
||||
map.insert(TYPE(PILPNT), 35);
|
||||
map.insert(TYPE(ACHBRT), 36);
|
||||
map.insert(TYPE(I_ACHBRT), 36);
|
||||
map.insert(TYPE(CRANES), 37);
|
||||
map.insert(TYPE(I_CRANES), 37);
|
||||
map.insert(TYPE(I_WTWGAG), 38);
|
||||
|
Loading…
x
Reference in New Issue
Block a user