laptop and a wrench

Error

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

Última publicación: February 5, 2016 ArcGIS API for JavaScript
Número de ID del error BUG-000091450
EnviadoOctober 16, 2015
Última modificaciónJune 5, 2024
Relacionado conArcGIS API for JavaScript
Versión encontrada3.14
Sistema operativoWindows OS
EstadoWill Not Be Addressed

Información adicional

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

Pasos para reproducir

ID del error: BUG-000091450

Software:

  • ArcGIS API for JavaScript

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga