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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動