Clusters are missing in ArcGIS Online Map Viewer if the maxRecordCount value set is greater than the tileMaxRecordCount value for the feature layer.
上次发布: August 14, 2019ArcGIS Online
漏洞 ID 编号
BUG-000109163
已提交
October 28, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
5.3
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is not a bug. This is how the values work. Changing these values manually are rarely required. But, when they are changed, it is important to set them correctly and to achieve the desired results.
解决办法
Access the item details page. Click Layers and access the service URL of the hosted feature service in ArcGIS Online as an Administrator. This opens a new tab with the token appended in the URL.
In the URL, replace rest with admin and replace '/' with '.' between the service name and FeatureServer. This provides the access to the ArcGIS REST Admin directory for that feature service.
Click Update Definition.
Search for maxRecordCountFactor and increase the value. For example from 1 to 2.
Click Update Layer Definition. If an error regarding the lastEditDate value is returned, change the value from 1508316350442 to " ".
Click Update Definition. This increases the maxRecordCountFactor which automatically increases the tileMaxRecordCount. For example, if the maxRecordCountFactor is increased to 2, the tileMaxRecordCount increases to 16,000.