<?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 Time Slider in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider/m-p/723485#M67174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking at the time aware image service sample at &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/samples/image_timeimageservice/index.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/samples/image_timeimageservice/index.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and it works great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I examine the GET requests for both the esri sample and my application, they look the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The request header for my app is below: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GET /ArcGIS/rest/services/Imagery/TimeSliderTest/ImageServer/exportImage?f=image&amp;amp;time=1131062400000%2C1131062400000&amp;amp;bbox=-12817780.792374637%2C3782329.9500602563%2C-11841832.815229553%2C4173076.038654058&amp;amp;imageSR=102100&amp;amp;bboxSR=102100&amp;amp;size=1596%2C639 HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't see any images. If I remove the portion for time (time=1131062400000%2C1131062400000&amp;amp;) from the above string and view it, I see my images.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What could be wrong with the time? The date is an esri date type field&amp;nbsp; and I am getting the time from results generated from the map onLayersAddResults. This is what shows in the image service for time info. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Info: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Extent: [2000/08/04 00:00:00 UTC, 2011/05/31 00:00:00 UTC]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Reference: N/A&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I look at the TimeExtent of results, it shows both start time and end time in MST, e.g, Mon May 30 17:00:00 MST 2011 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas as to why images are not showing when time value is there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2012 18:05:45 GMT</pubDate>
    <dc:creator>BanchanaPandey</dc:creator>
    <dc:date>2012-10-19T18:05:45Z</dc:date>
    <item>
      <title>Time Slider</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider/m-p/723485#M67174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking at the time aware image service sample at &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/samples/image_timeimageservice/index.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/samples/image_timeimageservice/index.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and it works great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I examine the GET requests for both the esri sample and my application, they look the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The request header for my app is below: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GET /ArcGIS/rest/services/Imagery/TimeSliderTest/ImageServer/exportImage?f=image&amp;amp;time=1131062400000%2C1131062400000&amp;amp;bbox=-12817780.792374637%2C3782329.9500602563%2C-11841832.815229553%2C4173076.038654058&amp;amp;imageSR=102100&amp;amp;bboxSR=102100&amp;amp;size=1596%2C639 HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't see any images. If I remove the portion for time (time=1131062400000%2C1131062400000&amp;amp;) from the above string and view it, I see my images.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What could be wrong with the time? The date is an esri date type field&amp;nbsp; and I am getting the time from results generated from the map onLayersAddResults. This is what shows in the image service for time info. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Info: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Extent: [2000/08/04 00:00:00 UTC, 2011/05/31 00:00:00 UTC]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Reference: N/A&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I look at the TimeExtent of results, it shows both start time and end time in MST, e.g, Mon May 30 17:00:00 MST 2011 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas as to why images are not showing when time value is there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 18:05:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider/m-p/723485#M67174</guid>
      <dc:creator>BanchanaPandey</dc:creator>
      <dc:date>2012-10-19T18:05:45Z</dc:date>
    </item>
  </channel>
</rss>

