Using InfoWindow with a web map throws the error, "g.clearFeatures is not a function."
最後に公開された状態: June 7, 2016ArcGIS API for JavaScript
不具合 ID 番号
BUG-000096920
送信されました
June 6, 2016
最終更新日
June 5, 2024
適用対象
ArcGIS API for JavaScript
見つかったバージョン
3.16
オペレーティング システム
N/A
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This is not possible using the InfoWindow. There is a call to clearFeatures() and setFeatures() when the InfoWindow shows on the webmap. These methods are not available on InfoWindow, they are only available with Popup.Updated it to use popup, and it works fine. Please see http://jsbin.com/jamuca/1/edit?html,css,js,output