The Cartographic Information Model (CIM) symbols are faded in ArcGIS Maps SDK for JavaScript 4.27.
ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000159693
已提交
July 6, 2023
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.27
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is by design. This happens because the CIMPictureMarker layer has a fully transparent tintColor ("tintColor": [0, 0, 0, 0]).
Changing the tint color to [255,255,255,255] (white (no tint) and fully opaque) renders the symbol as expected. A code pen example is as follows: https://codepen.io/annefitz/pen/wvQXEYE
At version 4.25, there is a bug that does not honor transparency in CIMPictureMarker tintColor. This has been fixed in version 4.26, thus the difference between the two versions.