The FeatureLayer's 'isFeatureReductionActive()' method does not behave as expected.
上次发布: November 27, 2017ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000108531
已提交
October 4, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.5
操作系统
N/A
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
As of now, feature reduction is active at all scales. At any given scale, if there are features that do not fall within a cluster, we display them as individual features. But as far as the layer is concerned it is still running computations to identify whether there are clusters i.e. feature reduction is still active. This is by design.
p.s. In the future, we may completely deactivate feature reduction at larger scales at which point isFeatureReductionActive will return false at those scales.
We have updated the doc for this method to state this info.