-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added functionality to configure blinking of CTL tag #23
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
thank you for your contribution. However, if enabled, the CTL flag does already blink. Also, if the default distance is the same as the distance where the tag item is shown anyway, what's the point of it anyway? Or do you want to have just the CTL to blink and the requests not?
I don't want to sound harsh, but I need a bit more understanding what you want to archieve here, because this functionality is already there.
Hi DrFreas, sure, let me explain the idea: Currently the CTL-flag will start blinking as soon as an aircraft passes the ctldist which is 40 nm by default. However it would be nice to have a two-step solution:
I have set the value for distanceCTLBlink to 40 nm in order to allow backward compatibility: If a user wishes to have the logic as it always was he does not need to change anything. Users who would like the two-step mode can then simply adjust the distanceCTLBlink to any value that suits them best. |
Thank you for clarifying. I already thought something like this, but wanted to make sure you really want this. |
Sounds great, I also like the idea of an even "more urgent" indication like the flashing background if Euroscope supports something like this in lists or tags. |
This addition allows to configure the distance at which the "CTL" text starts blinking. If the configured threshold value is not reached the text will be static, otherwise it will blink to receive controller's attention.