ArcGIS Maps SDK for .NET v200.7 does not correctly visualize Living Atlas layers when styled with vertical hatch fill symbology.
ArcGIS Maps SDK for .NET
漏洞 ID 编号
BUG-000177130
已提交
June 12, 2025
上次修改时间
July 1, 2025
适用范围
ArcGIS Maps SDK for .NET
找到的版本
200.6
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The rendering of symbology is working as expected in ArcGIS Maps SDK for .NET. Layer's advanced drawing info contains a symbol with three symbol layers: Vertical HatchFill, Horizontal HatchFill, and an outline stroke. Maps SDK is correctly rendering all three symbol layers. By default, Native Maps SDKs renders `AdvancedSymbology`.
It appears both ArcGIS Pro and Online Viewer are rendering the data using simple symbology defined in the service and not the advanced symbology.
If you want the same behavior as in ArcGIS Pro or ArcGIS Online, you can set the map's load settings and set `UseAdvancedSymbology` = false in your .NET application that loads the map.
For more info see
https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LoadSettings.UseAdvancedSymbology.html