Label expressions using the Arcade language in ArcGIS Online do not honor the number of decimal places configured in the attribute table.
最後に公開された状態: September 25, 2018ArcGIS Online
不具合 ID 番号
BUG-000112669
送信されました
March 23, 2018
最終更新日
June 5, 2024
適用対象
ArcGIS Online
見つかったバージョン
5.4
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Number formatting in ArcGIS Pro is not preserved on publishing, it is simply a display option in ArcGIS Pro. If users want to limit the number of decimal places used using Arcade, use the Round function to control decimal places (e.g. Round($feature.fieldname,2)).
対処法
Publish the annotation layer or the web layer as a tile layer in order to bring in correct labels to ArcGIS Online.