<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Experiencing empty tiles on Imagery Basemap When Zooming In and Out with ArcGIS JS SDK 4.27 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/experiencing-empty-tiles-on-imagery-basemap-when/m-p/1344224#M82643</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm facing a problem with some tiles of the basemap layer on my map when zooming in and out. Sometimes, after panning the map and zooming in and out, more tiles turn transparent, and they remain transparent even when I zoom out. Other tiles load correctly. It seems like the transparent tiles are cached because when I return to the original zoom position where the transparent tiles first appeared, they are still transparent.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-31 at 20.46.11.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84641iC64A61FD58C953CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-10-31 at 20.46.11.png" alt="Screenshot 2023-10-31 at 20.46.11.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot 2023-10-31 at 20.46.11.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This results in me seeing the color of the parent container when I change its background-color.&lt;/P&gt;&lt;P&gt;I am using the ArcGIS JavaScript SDK 4.27, and the issue occurs when I have imagery or satellite tiles raster images as my basemap. Upon inspecting the network calls to &lt;A href="https://ibasemaps-api.arcgis.com" target="_blank" rel="noopener"&gt;https://ibasemaps-api.arcgis.com&lt;/A&gt; or &lt;A href="https://basemaps-api.arcgis.com" target="_blank" rel="noopener"&gt;https://basemaps-api.arcgis.com&lt;/A&gt;, I didn't find any particular errors, and the network calls seem to be working okay. However, the map view appears to be rendering empty tiles for some reason that I can't pin down.&lt;/P&gt;&lt;P&gt;Methods like refresh() and load() for the basemap layers didn’t resolve the issue. The only workaround I found was replacing the complete basemap with a new instance using Basemap.fromId(). However, this approach causes a noticeable flickering of the basemap image, especially when I try to debounce a full basemap replacement when stopping the zoom-out action on the map.&lt;/P&gt;&lt;P&gt;I also attempted to watch for warnings or errors on layer load, but unfortunately, I wasn't able to log anything.&lt;/P&gt;&lt;P&gt;The issue doesn't occur consistently, but it does happen often enough during a normal working session to be a concern.&lt;/P&gt;&lt;P&gt;Is there any way to force a complete network reload of the basemap or, ideally, only the tiles that are not loading?&lt;/P&gt;&lt;P&gt;Thanks for any help or pointers you can provide.&lt;/P&gt;&lt;P&gt;Churles&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 00:00:01 GMT</pubDate>
    <dc:creator>Churles</dc:creator>
    <dc:date>2023-11-01T00:00:01Z</dc:date>
    <item>
      <title>Experiencing empty tiles on Imagery Basemap When Zooming In and Out with ArcGIS JS SDK 4.27</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/experiencing-empty-tiles-on-imagery-basemap-when/m-p/1344224#M82643</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm facing a problem with some tiles of the basemap layer on my map when zooming in and out. Sometimes, after panning the map and zooming in and out, more tiles turn transparent, and they remain transparent even when I zoom out. Other tiles load correctly. It seems like the transparent tiles are cached because when I return to the original zoom position where the transparent tiles first appeared, they are still transparent.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-31 at 20.46.11.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84641iC64A61FD58C953CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-10-31 at 20.46.11.png" alt="Screenshot 2023-10-31 at 20.46.11.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot 2023-10-31 at 20.46.11.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This results in me seeing the color of the parent container when I change its background-color.&lt;/P&gt;&lt;P&gt;I am using the ArcGIS JavaScript SDK 4.27, and the issue occurs when I have imagery or satellite tiles raster images as my basemap. Upon inspecting the network calls to &lt;A href="https://ibasemaps-api.arcgis.com" target="_blank" rel="noopener"&gt;https://ibasemaps-api.arcgis.com&lt;/A&gt; or &lt;A href="https://basemaps-api.arcgis.com" target="_blank" rel="noopener"&gt;https://basemaps-api.arcgis.com&lt;/A&gt;, I didn't find any particular errors, and the network calls seem to be working okay. However, the map view appears to be rendering empty tiles for some reason that I can't pin down.&lt;/P&gt;&lt;P&gt;Methods like refresh() and load() for the basemap layers didn’t resolve the issue. The only workaround I found was replacing the complete basemap with a new instance using Basemap.fromId(). However, this approach causes a noticeable flickering of the basemap image, especially when I try to debounce a full basemap replacement when stopping the zoom-out action on the map.&lt;/P&gt;&lt;P&gt;I also attempted to watch for warnings or errors on layer load, but unfortunately, I wasn't able to log anything.&lt;/P&gt;&lt;P&gt;The issue doesn't occur consistently, but it does happen often enough during a normal working session to be a concern.&lt;/P&gt;&lt;P&gt;Is there any way to force a complete network reload of the basemap or, ideally, only the tiles that are not loading?&lt;/P&gt;&lt;P&gt;Thanks for any help or pointers you can provide.&lt;/P&gt;&lt;P&gt;Churles&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 00:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/experiencing-empty-tiles-on-imagery-basemap-when/m-p/1344224#M82643</guid>
      <dc:creator>Churles</dc:creator>
      <dc:date>2023-11-01T00:00:01Z</dc:date>
    </item>
  </channel>
</rss>

