不具合 ID 番号 |
BUG-000174942 |
送信されました | March 11, 2025 |
最終更新日 | August 5, 2025 |
適用対象 | ArcGIS Experience Builder |
見つかったバージョン | Nov 2024 |
オペレーティング システム | Apple MacOS |
オペレーティング システムのバージョン | 12 |
ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
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.
対処法
Use the Zoom tool for scaling.
再現の手順