laptop and a wrench

漏洞

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

上次发布: February 5, 2016 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000091450
已提交October 16, 2015
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本3.14
操作系统Windows OS
状态Will Not Be Addressed

附加信息

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

重现步骤

漏洞 ID: BUG-000091450

软件:

  • ArcGIS API for JavaScript

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项