laptop and a wrench

Bug

The Infowindow Selection Symbol does not appear for point features in ArcGIS API for JavaScript version 3.14.

Zuletzt veröffentlicht: February 5, 2016 ArcGIS API for JavaScript
Bug-ID-Nummer BUG-000091450
EingereichtOctober 16, 2015
Zuletzt geändertDecember 12, 2024
Gilt fürArcGIS API for JavaScript
Gefunden in Version3.14
BetriebssystemWindows OS
StatusWill Not Be Addressed

Zusätzliche Informationen

Changes in the current behavior, cannot be easily reverted. Instead of using map.infoWindow, just add the features to a graphics layer: //map.infoWindow.setFeatures(allFeatures); // Clear current selection if (selectedFeature) { map.graphics.remove(selectedFeature); } // TODO // set symbol for all features instead of just the first feature allFeatures[0].setSymbol(selMarker); // TODO // Using a separate graphics layer instead of map.graphics will make managing // more than one graphics easier: // 1. customGraphicsLayer.clear(); // 2. For each feature: call customGraphcisLayer.add(feature): selectedFeature = map.graphics.add(allFeatures[0]);

Schritte zur Reproduzierung

Bug-ID: BUG-000091450

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