The ArcGIS Hub pop-ups add random digits to feature layers published from ArcGIS Pro.
上次发布: February 10, 2023ArcGIS Hub
漏洞 ID 编号
BUG-000142909
已提交
September 14, 2021
上次修改时间
September 25, 2025
适用范围
ArcGIS Hub
找到的版本
9.1
操作系统
Windows OS
操作系统版本
10.0
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The issue is due to how floating-point numbers are represented in computers. When a number is entered with decimals as a float, there is no exact binary equivalent, so the value seen is the closest possible binary approximation. Use a double field instead.