<?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 Caching in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302236#M7172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah I've tried that and the cachePolicy = "off"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another odd behavior is when the browser loads, it will always load old data and remains that way until you zoom/pan. It makes me think there is something going on with flash/flex in rebuilding a cached tile/image of the current screen extent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 18:17:07 GMT</pubDate>
    <dc:creator>JustinWilliams</dc:creator>
    <dc:date>2010-04-09T18:17:07Z</dc:date>
    <item>
      <title>Pan/Zoom Event</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302234#M7170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just curious, if anyone has run into this before...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a National Weather Service radar layer which is being auto-refreshed at a specific interval. There seems to be an issue with the layer's refresh not overriding a cached image from the current zoom/extent. I have tried everything possible to remedy this, including rewriting my refresh method to construct an entire new layer and add it to the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So... I am curious. What event is firing when I zoom/pan, as this is the only action which will draw the latest data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Indiana Department of Homeland Security&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 17:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302234#M7170</guid>
      <dc:creator>JustinWilliams</dc:creator>
      <dc:date>2010-04-09T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Pan/Zoom Event</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302235#M7171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Have you set the disableClientCaching to false on the layer (That is if it is a ArcGISDynamicMapServiceLayer)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 17:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302235#M7171</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-04-09T17:33:07Z</dc:date>
    </item>
    <item>
      <title>Caching</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302236#M7172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah I've tried that and the cachePolicy = "off"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another odd behavior is when the browser loads, it will always load old data and remains that way until you zoom/pan. It makes me think there is something going on with flash/flex in rebuilding a cached tile/image of the current screen extent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 18:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302236#M7172</guid>
      <dc:creator>JustinWilliams</dc:creator>
      <dc:date>2010-04-09T18:17:07Z</dc:date>
    </item>
    <item>
      <title>Fixed... sort of</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302237#M7173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok changes are being reflected by forcing a non-noticeable pan on the map(not sure if this pan is even taking place honestly, however my data is clearly being updated). However a new unintended behavior has occurred and my thinking leads me to believe this is another caching issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example of the event handler I am using to refresh one category of data. I have three other categories which can fire. When the other events fire, and refresh other layers, they revert all other layers to their previous outdated versions if the layer being refreshed has no new data. Any ideas on how to avoid/deal with this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //customized - the refresh handlers for the refresh categories&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private function critical_refresh_Handler(event:TimerEvent):void {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var i:int = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var refresh_layer:ArcGISDynamicMapServiceLayer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //critical refreshes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while( i &amp;lt; critical_live_layers.length) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; refresh_layer = map.getLayer(critical_live_layers&lt;I&gt;) as ArcGISDynamicMapServiceLayer;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; refresh_layer.refresh();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i++&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //pans the map to get the new data to draw, workaround to caching issue with flex/flash currently unknown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panDuration = 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panDown();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panUp();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 19:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302237#M7173</guid>
      <dc:creator>JustinWilliams</dc:creator>
      <dc:date>2010-04-09T19:25:03Z</dc:date>
    </item>
    <item>
      <title>autorefresh</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302238#M7174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this seemed to fix the issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private function critical_refresh_Handler(event:TimerEvent):void {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var i:int = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var refresh_layer:ArcGISDynamicMapServiceLayer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panEnabled = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panDuration = 15;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panDown();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //critical refreshes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while( i &amp;lt; critical_live_layers.length) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; refresh_layer = map.getLayer(critical_live_layers&lt;I&gt;) as ArcGISDynamicMapServiceLayer;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; refresh_layer.refresh();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i++&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panUp();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 20:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302238#M7174</guid>
      <dc:creator>JustinWilliams</dc:creator>
      <dc:date>2010-04-09T20:05:59Z</dc:date>
    </item>
    <item>
      <title>Pan/Zoom Event</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302239#M7175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried setting disableClientCaching to true? This should prevent the browser from using it's own cache instead of going back to the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/flex/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#disableClientCaching"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/flex/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#disableClientCaching&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 20:46:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302239#M7175</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-04-09T20:46:05Z</dc:date>
    </item>
    <item>
      <title>Pan/Zoom Event</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302240#M7176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm also having this problem but with a custom WMS layer for national weather radar, so there is no disabledClientCaching option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try your fix as i think that will work...very strange problem though as all the settings to disable caching are set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just out of interest where are you sourcing your weather radar from? i'm using the nexrad feed from Iowa State but i'd like an AGS version if possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mesonet.agron.iastate.edu/ogc/"&gt;http://mesonet.agron.iastate.edu/ogc/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 09:32:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302240#M7176</guid>
      <dc:creator>HessCorporation</dc:creator>
      <dc:date>2010-04-14T09:32:52Z</dc:date>
    </item>
    <item>
      <title>Pan/Zoom Event</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302241#M7177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could try a similar fix by implementing the same thing in your custom layer. When disableClientCaching is true, it just adds a _ts url parameter with the current time. This way every url requested is different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reqVars._ts = new Date().time&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 16:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302241#M7177</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-04-14T16:22:23Z</dc:date>
    </item>
    <item>
      <title>Radar services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302242#M7178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use add data and GIS Servers/WMS Service for this, has some neat layers for use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mapcontext.com/cgi-bin/wms.cgi?REQUEST=GetCapabilities&amp;amp;SERVICE=WMS&amp;amp;"&gt;http://www.mapcontext.com/cgi-bin/wms.cgi?REQUEST=GetCapabilities&amp;amp;SERVICE=WMS&amp;amp;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 17:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302242#M7178</guid>
      <dc:creator>JustinWilliams</dc:creator>
      <dc:date>2010-04-14T17:55:46Z</dc:date>
    </item>
    <item>
      <title>Pan/Zoom Event</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302243#M7179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You could try a similar fix by implementing the same thing in your custom layer. When disableClientCaching is true, it just adds a _ts url parameter with the current time. This way every url requested is different.&lt;BR /&gt;&lt;BR /&gt;Code:&lt;BR /&gt;reqVars._ts = new Date().time&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem doesn't seem to be with client caching, i added that to the URL params but it just doesn't reload the layer when .refresh is fired, the same _ts value is returned every time. If i move the map then it does use a new _ts value and updates the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So i'm pretty sure the problem is with the refresh method, i'm using the custom WMS layer from the sample flex viewer. It seems to set the params the first time the layer is loaded, but the refresh command doesn't force a new URLRequest load.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if this is the same problem for the OP's feed, but from looking at the history of this issue on both forums it always seems to involve radar feeds and WMS. I'm wondering if WMS feeds just work differently and can't utilise refresh().&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 13:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302243#M7179</guid>
      <dc:creator>HessCorporation</dc:creator>
      <dc:date>2010-04-16T13:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pan/Zoom Event</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302244#M7180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone found a solution to this? I am having the same problem. I have even added in the map.Pan functions without any success. I have set my disableClientCaching = true and then refresh the layer with no luck:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
private function refreshLayers():void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var pd:Number = map.panDuration;
&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panDuration = 15;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var layers:Array = getLayers();
&amp;nbsp;&amp;nbsp;&amp;nbsp; for each(var layer:Object in layers)
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dLayer:ArcGISDynamicMapServiceLayer = layer as ArcGISDynamicMapServiceLayer;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dLayer.disableClientCaching = true;
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panDown();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dLayer.refresh();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panUp();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; } 
&amp;nbsp;&amp;nbsp;&amp;nbsp; map.panDuration = pd;
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can run this function as much as I want with updating to the weather. The weather only updates when I Pan or Zoom the map. I can see in FireBug that the refresh function is sending some requests (I'm assuming two because of the two pan functions I am calling), but I'm not sure why the map is not updating. Picture 1 is a non-updated Map. Picture 2 is what I get in Firebug when I call the refresh function above. Picture 3 is What I get in Firebug when I very slightly Pan the map, and Picture 4 is the updated Weather I get after the Pan.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to have a function that updates this weather for me and as of now am stumped as to why this isn't working. Any help will be appreciated...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302244#M7180</guid>
      <dc:creator>CoreySchafer</dc:creator>
      <dc:date>2021-12-11T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pan/Zoom Event</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302245#M7181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After a little more investigation, it seem that images are getting cached for specific extents. For example, when I first load my map, I am getting the same image every time because my map loads the same initial extent every time. If I use the buttons in the Navigatoion to pan left and right, I will get images that I have previously seen as well as long as I have panned there before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I only get the newest weather maps when I either pan somewhere I have not previously panned or if I move the map around with my cursor (even slightly will send a different extent and therefore causes the map to update). So it definitely seems like a caching issue. Just not sure why it is still doing it...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 18:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/pan-zoom-event/m-p/302245#M7181</guid>
      <dc:creator>CoreySchafer</dc:creator>
      <dc:date>2011-06-13T18:33:52Z</dc:date>
    </item>
  </channel>
</rss>

