Bug-ID-Nummer |
BUG-000174942 |
Eingereicht | March 11, 2025 |
Zuletzt geändert | August 5, 2025 |
Gilt für | ArcGIS Experience Builder |
Gefunden in Version | Nov 2024 |
Betriebssystem | Apple MacOS |
Betriebssystemversion | 12 |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
When using the Zoom tool to zoom in or out, the tile raster layer maintains the resolution of feature labels displayed in Map Viewer. However, when using the mouse scroll wheel to zoom in or out, the tile raster layer does not maintain the resolution of the feature labels shown in Map Viewer.
This is by design.
Following the June 2023 update, the snapToZoom parameter is set to False by default, meaning that zooming is continuous. Refer to the following links for more information:
https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#constraints
https://developers.arcgis.com/experience-builder/guide/1.12/whats-new (see the Map widget section)
The reason for changing the default value of snapToZoom is to enhance map performance. In ArcGIS Experience Builder (ExB), multiple Map widgets can be placed on the same page, supporting linked displays. When zooming the map using the scroll wheel, there is an animation. If the snapToZoom parameter is set to true, this can lead to synchronization issues between maps on the same page, affecting the user experience. This behavior is detailed in BUG-000154743- Inconsistent behavior in ArcGIS Online Experience Builder when triggering zoom synchronization between map frames.
Therefore, the solution to the current issue is to use the Zoom tool for scaling.
Workaround
Use the Zoom tool for scaling.
Schritte zur Reproduzierung