Bug ID Number |
BUG-000167291 |
Submitted | May 7, 2024 |
Last Modified | August 5, 2025 |
Applies to | ArcGIS Experience Builder developer edition |
Version found | 1.13 |
Operating System | Apple iOS |
Operating System Version | 17.x |
Status | Under Consideration
The issue has been reviewed by the development team. It has not been prioritized into a release plan and will be monitored to determine its overall impact. Factors that are considered in the prioritization process include the number of users affected or requesting the functionality, business impact, whether a workaround exists, among others. If a bug is adversely affecting your business, see How To: Escalate a defect (https://support.esri.com/en/technical-article/000024129).
|
Workaround
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.
Steps to Reproduce