laptop and a wrench

Bogue

In ArcGIS API for JavaScript 4.22, when applying a filter function on a web scene, the web scene flashes for a moment before the requested filter is applied.

Dernière publication: March 4, 2022 ArcGIS API for JavaScript
Numéro d’ID de bogue BUG-000147135
EnvoiFebruary 23, 2022
Dernière modificationJune 5, 2024
S’applique àArcGIS API for JavaScript
Version trouvée4.22
Système d’exploitationWindows OS
Version du système d’exploitation10.0 64 Bit
StatutKnown Limit

Informations supplémentaires

This is a known limitation and can be fixed on the app level by preloading the fields for the filter.

Solution de contournement

Adding the following code snippet to the app causes the flashes to disappear.

 webscene.layers.forEach((layer) => {

  if (layer.title !== "Building Wireframe") {

   layer.outFields = ["FLOOR"];

  }

 });

Étapes pour reproduire

ID de bogue: BUG-000147135

Logiciel:

  • ArcGIS API for JavaScript

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement