mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Fixed display order
This commit is contained in:
parent
ed8791a847
commit
9b90cf5783
@ -49,15 +49,18 @@ static QMap<uint,uint> orderMapInit()
|
||||
map.insert(TYPE(OBSTRN), 24);
|
||||
map.insert(TYPE(WRECKS), 25);
|
||||
map.insert(TYPE(UWTROC), 26);
|
||||
map.insert(TYPE(HRBFAC), 27);
|
||||
map.insert(TYPE(PILPNT), 28);
|
||||
map.insert(TYPE(ACHBRT), 29);
|
||||
map.insert(TYPE(I_ACHBRT), 29);
|
||||
map.insert(TYPE(CRANES), 30);
|
||||
map.insert(TYPE(I_CRANES), 30);
|
||||
map.insert(TYPE(LNDMRK), 31);
|
||||
map.insert(TYPE(SILTNK), 32);
|
||||
map.insert(TYPE(LNDELV), 33);
|
||||
map.insert(TYPE(I_TRNBSN), 27);
|
||||
map.insert(TYPE(HRBFAC), 28);
|
||||
map.insert(TYPE(PILPNT), 29);
|
||||
map.insert(TYPE(ACHBRT), 30);
|
||||
map.insert(TYPE(I_ACHBRT), 30);
|
||||
map.insert(TYPE(CRANES), 31);
|
||||
map.insert(TYPE(I_CRANES), 31);
|
||||
map.insert(TYPE(LNDMRK), 32);
|
||||
map.insert(TYPE(SILTNK), 33);
|
||||
map.insert(TYPE(LNDELV), 34);
|
||||
map.insert(TYPE(SMCFAC), 35);
|
||||
map.insert(TYPE(BUISGL), 36);
|
||||
map.insert(TYPE(I_DISMAR), 0xFFFFFFFE);
|
||||
map.insert(TYPE(SOUNDG), 0xFFFFFFFF);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user