Bug ID Number |
BUG-000176889 |
Submitted | June 3, 2025 |
Last Modified | September 17, 2025 |
Applies to | Portal for ArcGIS |
Version found | 11.3 |
Operating System | Windows Server |
Operating System Version | 2022 |
Version Fixed | 3.6, 12.0 |
Status | Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
|
Additional Information
This issue is fixed in ArcGIS Pro 3.6 and ArcGIS Enterprise 12.0.
Workaround
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" } });
Steps to Reproduce