Número de ID del error |
BUG-000176889 |
Enviado | June 3, 2025 |
Última modificación | September 17, 2025 |
Relacionado con | Portal for ArcGIS |
Versión encontrada | 11.3 |
Sistema operativo | Windows Server |
Versión de sistema operativo | 2022 |
Versión corregida | 3.6, 12.0 |
Estado | Fixed
El problema se ha solucionado. Si corresponde, consulte Versión corregida e Información adicional para obtener más información.
|
Información adicional
This issue is fixed in ArcGIS Pro 3.6 and ArcGIS Enterprise 12.0.
Solución alternativa
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" } });
Pasos para reproducir