Attribute fields deleted from the Data tab in ArcGIS Online in a hosted feature layer that is already added to a web map with pop-up enabled, still appears in the feature's pop-up.
上次发布: January 10, 2020ArcGIS Online
漏洞 ID 编号
BUG-000127338
已提交
December 12, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
7.4
操作系统
Windows OS
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Each webmap has it's own item data in a json format, it includes actual data represented by the item to the client.
For more information, please take a look this doc:
https://developers.arcgis.com/rest/users-groups-and-items/item-data.htm
Whenever a hosted feature service get update definition(add, delete, update) fields, the webmap popup, webmap item data will not reflect those change automatically, due to the fact that certain webmap user may only want to show certain info. Therefore, if user need to reflect the the changes from hosted feature service, it has to go update pop-up configuration in webmap, once save the changes, the /item/data file get update. Then it will show the new changes based on user's preference.
解决办法
Open the map.
Make any change to pop-up configurations.
Save the changes.
Undo the changes made in step 2.
Save the changes. This updates the pop-up. The deleted field does not appear in the pop-up when clicked on the map anymore.