Bug-ID-Nummer |
BUG-000176889 |
Eingereicht | June 3, 2025 |
Zuletzt geändert | September 17, 2025 |
Gilt für | Portal for ArcGIS |
Gefunden in Version | 11.3 |
Betriebssystem | Windows Server |
Betriebssystemversion | 2022 |
Behoben in Version | 3.6, 12.0 |
Status | Fixed
Der Bug wurde behoben. Weitere Informationen finden Sie ggf. unter "Behoben in Version" und unter "Zusätzliche Informationen".
|
Zusätzliche Informationen
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" } });
Schritte zur Reproduzierung