漏洞 ID 编号 |
BUG-000176889 |
已提交 | June 3, 2025 |
上次修改时间 | September 17, 2025 |
适用范围 | Portal for ArcGIS |
找到的版本 | 11.3 |
操作系统 | Windows Server |
操作系统版本 | 2022 |
修正版本 | 3.6, 12.0 |
状态 | Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
|
附加信息
This issue is fixed in ArcGIS Pro 3.6 and ArcGIS Enterprise 12.0.
解决办法
To work around the issue, use one of the approaches below.
- While preparing the map in ArcGIS Pro (before publishing), set the map's spatial reference to Web Mercator and make sure the correct datum transformation is used.
- Set the datum transformation in the JS code as a custom parameter. Example: const measLayer = new FeatureLayer({ url: aUrl, "customParameters": { "datumTransformation": "1753" } });
重现步骤