Número de ID do Erro |
BUG-000159982 |
Enviado | July 19, 2023 |
Última Modificação | October 7, 2024 |
Aplica-se à | ArcGIS Online |
Versão encontrada | June 2023 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | Known Limit
Após revisão pela equipe de desenvolvimento, foi determinado que esse problema está relacionado a uma limitação conhecida do software que está fora do controle da Esri. A seção Informações Adicionais do problema pode conter mais explicações.
|
Informações Adicionais
The feature geometries in the visualization and labeling profiles are generalized according to the view's scale resolution to improve drawing performance. Therefore, using a feature's geometry ($feature) as input to any geometry function in these contexts will return different results at each scale level. Other profiles, such as pop-up, provide the full resolution geometry.
The projection of the web map (Web Mercator) will also distort results given in area and/or distance calculations. WGS 1984 Web Mercator and WGS 1984 Web Mercator (auxiliary sphere) use a conformal projection that preserves direction and the shape of data but distorts the distance and area.
Solução Provisória
Some users may benefit from the Arcade's AreaGeodetic function since the map projection is Web Mercator. Use the pop-up profile to calculate the area and then use that attribute expression to label features to have access to the full-resolution geometry when calculating the area.
Etapas para Reproduzir