Unable to add the Web Feature Server (WFS) layer to the map after creating a Web Feature Server (WFS) server connection.
ArcGIS Pro
漏洞 ID 编号
BUG-000161810
已提交
October 2, 2023
上次修改时间
May 28, 2025
适用范围
ArcGIS Pro
找到的版本
3.1
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is a server bug. The GetCapabilities document indicates that result paging is supported for this service, but when the Pro client tries to send the request using the startIndex and count parameters used for paging, the server returns an error. If the server does not support startIndex and count for paging, the 'ImplementsResultPaging' value should be set to FALSE on the service's GetCapabilities document. If this value is set to FALSE, the ArcGIS Pro client will not send paging requests when loading data.