| 漏洞 ID 编号 |
BUG-000167291 |
| 已提交 | May 7, 2024 |
| 上次修改时间 | August 5, 2025 |
| 适用范围 | ArcGIS Experience Builder developer edition |
| 找到的版本 | 1.13 |
| 操作系统 | Apple iOS |
| 操作系统版本 | 17.x |
| 状态 | Under Consideration
该问题已由开发团队审核。 其尚未被优先纳入发布计划,但将对其进行监控以确定总体影响。 在优先级排序过程中考虑的因素包括受影响或请求功能的用户数量、业务影响、是否存在解决方法等。 如果漏洞对您的业务产生不利影响,请参阅“操作方法:升级缺陷”(https://support.esri.com/en/technical-article/000024129)。
|
解决办法
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 want to see data at small scales, bin the points into hexbins.
- For the road layer, they can filter features by their type to display only the major arteries, freeways, and highways at a small scale and have another feature layer to display all features at a large scale.
- It is possible to publish a tile layer from a feature layer on the layer item page. This layer could also be used to display data on a small scale, and it would even support pop-ups.
重现步骤