The contents of feature attributes can be displayed in pop-ups by hovering over with a click, but this does not work with a MapImageLayer.
上次发布: April 17, 2023ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000154045
已提交
November 29, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.25
操作系统
N/A
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The technical article (https://support.esri.com/de/technical-article/000024297) shows how to create a pop-up display by mouse hovering. MapView.hitTest is used to accomplish this, but MapView.hitTest() does not support MapImageLayers. Refer to https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest for more information.