Labels in ArcGIS Online using custom expressions (Arcade) on a map service is not saved if using only the $feature.<field> expression.
上次发布: October 19, 2017ArcGIS Online
漏洞 ID 编号
BUG-000108227
已提交
September 21, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
5.2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is not a bug, if an arcade expression is written with just a single field when applied it is simplified to a single field label. if you were to write a more complex expression $feature.field1 + " test" you would see it reference the custom(expression).
解决办法
The expressions work provided that after clicking OK on the expression window, select “Custom Expression” again. It does not change to the custom expression despite a simple custom expression was written.