Adding a Web Feature Service (WFS) to Map Viewer fails with an error specifying a WFS service does not support the GeoJSON output format, even though WFS does support GeoJSON.
ArcGIS Online
漏洞 ID 编号
BUG-000175875
已提交
April 17, 2025
上次修改时间
August 8, 2025
适用范围
ArcGIS Online
找到的版本
N/A
操作系统
Windows OS
操作系统版本
11.0 64 bit
修正版本
4.33
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
This service uses a capitalized OutputFormat parameter, while only case-sensitive outputFormat is accepted. According to the WFS specification, this parameter should not be case-sensitive. In the meantime, updating the service to use the camelCase outputFormat should work as expected.