2024.1.06
Bug fixDefense Symbology
LCD-13760
Resolved an issue were MIL-STD-2525C Sea Mine symbols where not painted in the correct color.
Bug fixDefense Symbology
LCD-13760
Resolved an issue where in some cases, unfilled icon symbols were still painted in the affiliation color when the affiliation
color was disabled through styling.
2024.1.05
Bug fixDefense Symbology
LCD-13744
Fixed an issue for APP-6A and MIL-STD-2525B symbols, where the question mark icon for a symbol in the Pending affiliation
was painted with the symbol frame color instead of black.
2024.1.04
ImprovementDefense Symbology
LCD-13689
It is now possible to configure the symbol frame color to be used for icon symbols.
This color can be configured using the method
setSymbolFrameColor(Color)
in the class TLcdMilitarySymbolStyle
.
This can be used to make the frame color of the symbol white in order to make the frame visible when displaying symbols on
a dark background.
When the symbol fill is disabled and the affiliation color is enabled, the symbol's affiliation color will be used as frame
color, regardless of the configured symbol frame color.
Additionally, the frame color will always be black and white dotted, for symbols of assumed affiliations (Assumed Friend,
Assumed Neutral, etc.) for APP-6B/C/D and MIL-STD-2525C/D.

Icon symbol with a white symbol frame color.
Bug fixDefense Symbology
LCD-13689
Fixed an issue where the symbol frame was colored with the affiliation color, when the symbol fill and affiliation color were
disabled.
(See
TLcdMilitarySymbolStyle.setSymbolFillEnabled
and TLcdMilitarySymbolStyle.setAffiliationColorEnabled
).
The symbol frame will now be colored in the symbol frame color when both symbol fill and affiliation color are disabled.
(See TLcdMilitarySymbolStyle.setSymbolFrameColor
).
2024.1.03
2024.1.02
2024.1.01
Bug fixDefense Symbology
LCD-13648
Resolved an issue where some NVG
TLcdNVG20SymbolizedContent
and TLcdNVG15MapObject
elements were not properly invalidated when their
symbol code or modifiers were updated. This caused some style changes to not be applied immediately in GXY views.
Bug fixDefense Symbology
LCD-13610
Resolved an issue where NVG 2.0 models, containing Dublin Core terms elements in NVG metadata elements, could not be encoded
by the
TLcdNVG20ModelEncoder
.