<?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 Re: Time-aware Cached (Tiled) Maps in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163902#M15214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The simple answer is no, it's not possible. Based on ESRI tech support response, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"While you can cache a time-aware service, the time-aware functionality will be lost and the data will just display at one time interval. So essentially, it doesn't work....I've logged a documentation bug for this, since it is not explicitly stated anywhere..There is also an existing bug...It's an enhancement request to add a warning that tells you when you switch to a cached map service that you will lose time-aware functionality."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 19:23:21 GMT</pubDate>
    <dc:creator>DavidHollema</dc:creator>
    <dc:date>2012-03-16T19:23:21Z</dc:date>
    <item>
      <title>Time-aware Cached (Tiled) Maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163900#M15212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My organization has a huge raster that we need to display to show change with time, but right now--even from our LAN--it's rendering pretty slowly without a preload. To help with the speed, we are trying caching, but once we change from a dynamic to a tiled map service, all the time-related images are gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if anyone can share some code with using time-aware tiled maps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 15:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163900#M15212</guid>
      <dc:creator>DanielYim</dc:creator>
      <dc:date>2011-03-25T15:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Time-aware Cached (Tiled) Maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163901#M15213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is a time-aware cached (tiled) service even possible?&amp;nbsp; I'm curious about this too as we have a need for it.&amp;nbsp; I can find zero in ESRI help docs on this topic.&amp;nbsp; My assumption then is no, it's not possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My organization has a huge raster that we need to display to show change with time, but right now--even from our LAN--it's rendering pretty slowly without a preload. To help with the speed, we are trying caching, but once we change from a dynamic to a tiled map service, all the time-related images are gone.&lt;BR /&gt;&lt;BR /&gt;I was wondering if anyone can share some code with using time-aware tiled maps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 18:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163901#M15213</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2012-03-14T18:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time-aware Cached (Tiled) Maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163902#M15214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The simple answer is no, it's not possible. Based on ESRI tech support response, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"While you can cache a time-aware service, the time-aware functionality will be lost and the data will just display at one time interval. So essentially, it doesn't work....I've logged a documentation bug for this, since it is not explicitly stated anywhere..There is also an existing bug...It's an enhancement request to add a warning that tells you when you switch to a cached map service that you will lose time-aware functionality."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 19:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163902#M15214</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2012-03-16T19:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time-aware Cached (Tiled) Maps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163903#M15215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This kind of makes sense, since the cache is just a bunch of images which are pre-compiled for fast drawing. I imagine that cached layers weren't designed with time-awareness in mind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was wondering if anyone can share some code with using time-aware tiled maps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not code, but an approach you could try - build a separate cache for each "node" on the time-line, and build a slider control which shows the relevant cache layer as the slider is moved along the timeline.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2012 23:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-aware-cached-tiled-maps/m-p/163903#M15215</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-03-18T23:48:59Z</dc:date>
    </item>
  </channel>
</rss>

