不具合
不具合 ID 番号 | BUG-000152200 |
---|---|
送信されました | September 9, 2022 |
最終更新日 | June 16, 2025 |
適用対象 | ArcGIS API for JavaScript |
見つかったバージョン | 4.24 |
オペレーティング システム | N/A |
オペレーティング システムのバージョン | N/A |
修正されたバージョン | 4.25 |
ステータス | Fixed |
Refresh the imagery layer every 6 seconds by adding. Next, refresh the time stamp to fetch a new image. The timer matches the ImageryLayer.refreshInterval in this case:
const interval = setInterval(function() { imageryLayer.customParameters = { "_ts": Date.now() }; }, 6000);
不具合 ID: BUG-000152200
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード