| 漏洞 ID 编号 |
BUG-000172518 |
| 已提交 | November 22, 2024 |
| 上次修改时间 | August 5, 2025 |
| 适用范围 | ArcGIS Experience Builder |
| 找到的版本 | 11.3 |
| 操作系统 | Windows OS |
| 操作系统版本 | 11.0 64 bit |
| 状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
ArcGIS Web App Builder is limited by the service MaxRecordCount, which has been enhanced in ArcGIS Experience Builder to allow for paged queries, so ArcGIS Experience Builder allows you to select a result that exceeds the MaxRecordCount setting in the service.
Regarding the crash issue, when the query result is drawn on the front-end, it may crash when the data volume is large. For large amount of plotting, some recommendations to not crash and make the map useful:
• limit the scale range of the large point layers to force users to zoom in.
• if they want to see data at small scales they can for example bin the points in hexbins.
• for the road layer, they can filter features by their type to display only the major arteries, freeways, highways at small scale, and have another feature layer to display all features at large scale.
• it's possible to publish a tile layer from a feature layer from the layer item page. This layer could also be used to display data at small scale, and it would even support popup.
解决办法
To restrict the number of query results in ArcGIS Experience Builder.
- Navigate to Data in the left panel, browse to, and click the web map card to view its details pane.
- Select Layer, click the Settings icon, then select the Records tab.
- Open the Maximum toggle and set the Maximum record count as desired.
重现步骤