<?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 problems with refreshing  ImageryTiles when zooming programatically in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-refreshing-imagerytiles-when-zooming/m-p/1620709#M87223</link>
    <description>&lt;P&gt;I upgraded my js SDK from 3.13 to 4.28 and struggle with refreshing the ImageryTileLayer as &amp;nbsp;base map layer when programmatically changing the zoom and center of the map.&lt;/P&gt;&lt;P&gt;Before the update I could just call the centerAndZoom method, since then I am directly setting the zoom and center property of my view. This updates the view but not the map layer, at least not correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If zoomed close the map is just blurry and if zoomed far out the map just loads a few tiles. But when I drag it manually it immediately refreshes correctly. Also the refreshInterval is working as expected, sadly it is too slow for my needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The layer refresh method and cloning and reapplying the layer didn't help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd appreciate any help.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 08:32:28 GMT</pubDate>
    <dc:creator>MichaelNüßlein</dc:creator>
    <dc:date>2025-06-04T08:32:28Z</dc:date>
    <item>
      <title>problems with refreshing  ImageryTiles when zooming programatically</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-refreshing-imagerytiles-when-zooming/m-p/1620709#M87223</link>
      <description>&lt;P&gt;I upgraded my js SDK from 3.13 to 4.28 and struggle with refreshing the ImageryTileLayer as &amp;nbsp;base map layer when programmatically changing the zoom and center of the map.&lt;/P&gt;&lt;P&gt;Before the update I could just call the centerAndZoom method, since then I am directly setting the zoom and center property of my view. This updates the view but not the map layer, at least not correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If zoomed close the map is just blurry and if zoomed far out the map just loads a few tiles. But when I drag it manually it immediately refreshes correctly. Also the refreshInterval is working as expected, sadly it is too slow for my needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The layer refresh method and cloning and reapplying the layer didn't help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd appreciate any help.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 08:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-refreshing-imagerytiles-when-zooming/m-p/1620709#M87223</guid>
      <dc:creator>MichaelNüßlein</dc:creator>
      <dc:date>2025-06-04T08:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: problems with refreshing  ImageryTiles when zooming programatically</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-refreshing-imagerytiles-when-zooming/m-p/1621026#M87227</link>
      <description>&lt;P&gt;You can probably achieve the desired behavior by using the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo" target="_self"&gt;goTo&lt;/A&gt; method of the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html" target="_self"&gt;MapView&lt;/A&gt;.&amp;nbsp; For example:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;mapView.goTo({
	target: point,
	zoom: 16
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:27:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-refreshing-imagerytiles-when-zooming/m-p/1621026#M87227</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2025-06-04T23:27:20Z</dc:date>
    </item>
  </channel>
</rss>

