We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PlatformType
Each type of platform has a unique name. The agreed list of platform types is here: #936 (comment)
The set of icons representing these types is here: https://github.com/debrief/debrief-icons/tree/master/counters/pepys
Preview them here
We aim to show a different icon for each platform type.
But, we need to map the PlatformType to an icon filename.
To this we must:
So, Naval - fixed wing will go to naval_fixed_wing.svg.
Naval - fixed wing
naval_fixed_wing.svg
We should do this in the JS for timeline, IMHO.
The text was updated successfully, but these errors were encountered:
IanMayo
No branches or pull requests
Each type of platform has a unique name. The agreed list of platform types is here: #936 (comment)
The set of icons representing these types is here: https://github.com/debrief/debrief-icons/tree/master/counters/pepys
Preview them here
We aim to show a different icon for each platform type.
But, we need to map the
PlatformType
to an icon filename.To this we must:
So,
Naval - fixed wing
will go tonaval_fixed_wing.svg
.We should do this in the JS for timeline, IMHO.
The text was updated successfully, but these errors were encountered: