| Numéro d’ID de bogue |
BUG-000167739 |
| Envoi | May 22, 2024 |
| Dernière modification | December 6, 2024 |
| S’applique à | ArcGIS Maps SDK for JavaScript |
| Version trouvée | 4.29 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 10.0 64 Bit |
| Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
The description is hard to follow in this issue. But the issue is indicating that the layer is showing every feature when the layerView.filter.objectIds is set to an empty array. Instead the user thinks it must hide every feature. This feature is working as intended and matches the server behavior. If the user does not want to show any features when the objectIds is an empty array, set the filter.where clause to 1 = 0. This ensured no features are visible.
The FeatureFilter document to describe this behavior will be updated. Create an issue for JS API SDK to follow up on the documentation status.
Solution de contournement
As a workaround, the code is modified to set FeatureEffect as null if no features are selected.
Sample code: https://codepen.io/RiddhiG/pen/eYaZbgR.
Étapes pour reproduire