laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: March 4, 2022 ArcGIS API for JavaScript
Bug-ID-Nummer BUG-000147135
EingereichtFebruary 23, 2022
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS API for JavaScript
Gefunden in Version4.22
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusKnown Limit

Zusätzliche Informationen

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

Workaround

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"];

  }

 });

Schritte zur Reproduzierung

Bug-ID: BUG-000147135

Software:

  • ArcGIS API for JavaScript

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln