mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Fixed map order
This commit is contained in:
parent
5bc7487c3a
commit
c09525f306
@ -22,32 +22,32 @@ static QMap<uint,uint> orderMapInit()
|
||||
|
||||
map.insert(SUBTYPE(BUAARE, 1), 1);
|
||||
map.insert(SUBTYPE(BUAARE, 5), 2);
|
||||
map.insert(SUBTYPE(BUAARE, 4), 2);
|
||||
map.insert(SUBTYPE(BUAARE, 3), 3);
|
||||
map.insert(SUBTYPE(BUAARE, 2), 4);
|
||||
map.insert(SUBTYPE(BUAARE, 6), 5);
|
||||
map.insert(SUBTYPE(BUAARE, 0), 6);
|
||||
map.insert(TYPE(BCNISD), 7);
|
||||
map.insert(TYPE(BCNLAT), 8);
|
||||
map.insert(TYPE(BCNSAW), 9);
|
||||
map.insert(TYPE(BCNSPP), 10);
|
||||
map.insert(TYPE(BOYCAR), 11);
|
||||
map.insert(TYPE(BOYINB), 12);
|
||||
map.insert(TYPE(BOYISD), 13);
|
||||
map.insert(TYPE(BOYLAT), 14);
|
||||
map.insert(TYPE(BOYSAW), 15);
|
||||
map.insert(TYPE(BOYSPP), 16);
|
||||
map.insert(TYPE(MORFAC), 17);
|
||||
map.insert(TYPE(OFSPLF), 18);
|
||||
map.insert(TYPE(LIGHTS), 19);
|
||||
map.insert(TYPE(OBSTRN), 20);
|
||||
map.insert(TYPE(WRECKS), 21);
|
||||
map.insert(TYPE(UWTROC), 22);
|
||||
map.insert(TYPE(HRBFAC), 23);
|
||||
map.insert(TYPE(PILPNT), 24);
|
||||
map.insert(TYPE(ACHBRT), 25);
|
||||
map.insert(TYPE(LNDELV), 26);
|
||||
map.insert(TYPE(LNDMRK), 27);
|
||||
map.insert(SUBTYPE(BUAARE, 4), 3);
|
||||
map.insert(SUBTYPE(BUAARE, 3), 4);
|
||||
map.insert(SUBTYPE(BUAARE, 2), 5);
|
||||
map.insert(SUBTYPE(BUAARE, 6), 6);
|
||||
map.insert(SUBTYPE(BUAARE, 0), 7);
|
||||
map.insert(TYPE(BCNISD), 8);
|
||||
map.insert(TYPE(BCNLAT), 9);
|
||||
map.insert(TYPE(BCNSAW), 10);
|
||||
map.insert(TYPE(BCNSPP), 11);
|
||||
map.insert(TYPE(BOYCAR), 12);
|
||||
map.insert(TYPE(BOYINB), 13);
|
||||
map.insert(TYPE(BOYISD), 14);
|
||||
map.insert(TYPE(BOYLAT), 15);
|
||||
map.insert(TYPE(BOYSAW), 16);
|
||||
map.insert(TYPE(BOYSPP), 17);
|
||||
map.insert(TYPE(MORFAC), 18);
|
||||
map.insert(TYPE(OFSPLF), 19);
|
||||
map.insert(TYPE(LIGHTS), 20);
|
||||
map.insert(TYPE(OBSTRN), 21);
|
||||
map.insert(TYPE(WRECKS), 22);
|
||||
map.insert(TYPE(UWTROC), 23);
|
||||
map.insert(TYPE(HRBFAC), 24);
|
||||
map.insert(TYPE(PILPNT), 25);
|
||||
map.insert(TYPE(ACHBRT), 26);
|
||||
map.insert(TYPE(LNDELV), 27);
|
||||
map.insert(TYPE(LNDMRK), 28);
|
||||
map.insert(TYPE(SOUNDG), 0xFFFFFFFF);
|
||||
|
||||
return map;
|
||||
|
Loading…
Reference in New Issue
Block a user