Add more ADS-B Category Icon mappings
This commit is contained in:
parent
8879bcac86
commit
79c9877232
|
|
@ -343,19 +343,37 @@ var CategoryIcons = {
|
|||
|
||||
"A3" : 'airliner',
|
||||
|
||||
"A4" : 'heavy_2e',
|
||||
|
||||
"A5" : 'heavy_4e',
|
||||
|
||||
"A6" : 'hi_perf',
|
||||
|
||||
"A7" : 'helicopter',
|
||||
|
||||
"B1" : 'cessna',
|
||||
|
||||
"B2" : 'balloon',
|
||||
|
||||
"B4" : 'cessna',
|
||||
|
||||
"B7" : 'hi_perf',
|
||||
|
||||
'C0' : 'ground_unknown',
|
||||
|
||||
'C1' : 'ground_emergency',
|
||||
|
||||
'C2' : 'ground_service',
|
||||
|
||||
'C3' : 'ground_fixed'
|
||||
'C3' : 'ground_fixed',
|
||||
|
||||
"C4" : 'ground_fixed',
|
||||
|
||||
"C5" : 'ground_fixed',
|
||||
|
||||
"C6" : 'ground_unknown',
|
||||
|
||||
"C7" : 'ground_unknown'
|
||||
};
|
||||
|
||||
function getBaseMarker(category, typeDesignator, typeDescription, wtc) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue