Número de ID do Erro |
BUG-000176889 |
Enviado | June 3, 2025 |
Última Modificação | September 17, 2025 |
Aplica-se à | Portal for ArcGIS |
Versão encontrada | 11.3 |
Sistema Operacional | Windows Server |
Versão do Sistema Operacional | 2022 |
Versão Fixa | 3.6, 12.0 |
Status | Fixed
O problema foi corrigido. Consulte a Versão Corrigida e Informações Adicionais, se aplicável, para obter mais informações
|
Informações Adicionais
This issue is fixed in ArcGIS Pro 3.6 and ArcGIS Enterprise 12.0.
Solução Provisória
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" } });
Etapas para Reproduzir