laptop and a wrench

漏洞

The Arcade expression for calculating the geodetic length in US feet for a numeric field displays in meters in ArcGIS Field Maps.

ArcGIS Field Maps
漏洞 ID 编号 BUG-000179445
已提交September 12, 2025
上次修改时间October 13, 2025
适用范围ArcGIS Field Maps
找到的版本N/A
操作系统N/A
操作系统版本N/A
状态Non-Reproducible

附加信息

This issue is no longer reproducible in the new 25.2.0 version of ArcGIS Field Maps.

解决办法

Modify the Arcade expression to calculate the value in meters, and then multiply the value by 3.28084 to get the value in feet.

var a = Round(LengthGeodetic($feature,"meter"),1)

var b = Round((a * 3.28084),1)

return b

重现步骤

漏洞 ID: BUG-000179445

软件:

  • ArcGIS Field Maps

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项