A WMS layer that has a spatial reference of EPSG: 3045, 3046, 3835, or 3836 and uses WMS version 1.3.0 fails to load due to bounding box values not being in the correct order.
上次发布: December 28, 2021ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000142065
已提交
August 9, 2021
上次修改时间
June 25, 2025
适用范围
ArcGIS API for JavaScript
找到的版本
4.20
操作系统
Windows OS
操作系统版本
10.0 64 Bit
修正版本
4.23
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
By switching the X and Y ‘bbox’ values using code, the layer can be loaded successfully
Uncomment line 65 in the application.
This corrects the ‘bbox’ property value in the service request by exchanging the X and Y values.
Reload the application and observe the change in the service request on the Network tab on the Headers tab.