Bug
| Bug ID Number | BUG-000152200 |
|---|---|
| Submitted | September 9, 2022 |
| Last Modified | June 16, 2025 |
| Applies to | ArcGIS API for JavaScript |
| Version found | 4.24 |
| Operating System | N/A |
| Operating System Version | N/A |
| Version Fixed | 4.25 |
| Status | 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);
Bug ID: BUG-000152200
Software:
Get help from ArcGIS experts
Download the Esri Support App