Feature layers take about three seconds to load in an ArcGIS Runtime SDK for .NET (WPF) application.
ArcGIS Runtime SDK for .NET
漏洞 ID 编号
BUG-000160810
已提交
August 22, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK for .NET
找到的版本
100.15
操作系统
Windows OS
操作系统版本
10.0
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
By default, feature layers are rendered using advanced symbology. Since the layer's symbology contains TrueType fonts, it increases the JSON payload of the feature layer at the time of load.
The faster alternative is to set `UseAdvancedSymbology= false.`
This property can be changed for all layers in a map or for an individual layer. Refer the the following documentation for additional information:
https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LoadSettings.UseAdvancedSymbology.html.