In ArcGIS API for JavaScript 4.21, the sample application of a FeatureFilter does not filter the features in the pop-up window.
上次发布: December 28, 2021ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000144572
已提交
November 16, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.21
操作系统
Windows OS
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is an expected behavior of a FeatureFilter. The filters only affect the visibility of the features on the client-side and the pop-up queries the service from the server. The filters affect the feature visibility and do not return geometry or attribute information associated with the filtered features. For more information, refer to: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-support-FeatureFilter.html. To view a sample application with filtered results in the pop-up window, refer to: https://codepen.io/tj-esri/pen/RwZdQwq