<?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: Question about timeSlider in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question-about-timeslider/m-p/291374#M26758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way I understand it is that you:&lt;/P&gt;&lt;P&gt;1) create a map&lt;/P&gt;&lt;P&gt;2) create a time slider widget&lt;/P&gt;&lt;P&gt;3) say that the time slider should control the map and vice versa '&lt;SPAN class="pln" style="color: #000000;"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;setTimeSlider&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;timeSlider&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;);'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;That way, whenever the map requests data from the server(s), it adds the time extent parameters to the requests. Time enabled services understand these parameters and return only the data that are within the time extent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;In other words, the time is passed "behind the scene" thanks to the ArcGIS JS API libraries and you don't need to worry about it. If you need finer control, you can use the &lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#timeextent"&gt;map.timeExtent&lt;/A&gt; property and &lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#settimeextent"&gt;map.setTimeExtent&lt;/A&gt; method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;Filip.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 20:01:17 GMT</pubDate>
    <dc:creator>FilipKrál</dc:creator>
    <dc:date>2015-01-14T20:01:17Z</dc:date>
    <item>
      <title>Question about timeSlider</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question-about-timeslider/m-p/291373#M26757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the sample from the Esri JS Samples page here: &lt;A href="https://developers.arcgis.com/javascript/jssamples/time_sliderwithdynamiclayer.html" title="https://developers.arcgis.com/javascript/jssamples/time_sliderwithdynamiclayer.html"&gt;Time slider with dynamic map service layer | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm missing where the actual filter to the layer is happening when a change happens on the slider. What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 19:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question-about-timeslider/m-p/291373#M26757</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-01-14T19:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question about timeSlider</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question-about-timeslider/m-p/291374#M26758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way I understand it is that you:&lt;/P&gt;&lt;P&gt;1) create a map&lt;/P&gt;&lt;P&gt;2) create a time slider widget&lt;/P&gt;&lt;P&gt;3) say that the time slider should control the map and vice versa '&lt;SPAN class="pln" style="color: #000000;"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;setTimeSlider&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;timeSlider&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;);'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;That way, whenever the map requests data from the server(s), it adds the time extent parameters to the requests. Time enabled services understand these parameters and return only the data that are within the time extent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;In other words, the time is passed "behind the scene" thanks to the ArcGIS JS API libraries and you don't need to worry about it. If you need finer control, you can use the &lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#timeextent"&gt;map.timeExtent&lt;/A&gt; property and &lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#settimeextent"&gt;map.setTimeExtent&lt;/A&gt; method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;Filip.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 20:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question-about-timeslider/m-p/291374#M26758</guid>
      <dc:creator>FilipKrál</dc:creator>
      <dc:date>2015-01-14T20:01:17Z</dc:date>
    </item>
  </channel>
</rss>

