Numéro d’ID de bogue |
BUG-000176889 |
Envoi | June 3, 2025 |
Dernière modification | September 17, 2025 |
S’applique à | Portal for ArcGIS |
Version trouvée | 11.3 |
Système d’exploitation | Windows Server |
Version du système d’exploitation | 2022 |
Version de correction | 3.6, 12.0 |
Statut | Fixed
Le bogue a été corrigé. Pour plus d’informations, reportez-vous aux sections Version de correction et Informations supplémentaires, le cas échéant.
|
Informations supplémentaires
This issue is fixed in ArcGIS Pro 3.6 and ArcGIS Enterprise 12.0.
Solution de contournement
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" } });
Étapes pour reproduire