<?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: Force time slider to daily increment in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/force-time-slider-to-daily-increment/m-p/725380#M19095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize this is an old discussion, but the solution did not work for me with v. 2.5. However, see:&lt;BR /&gt;&lt;A href="https://community.esri.com/thread/199802-time-slider-widget-customization-single-handle"&gt;https://community.esri.com/thread/199802-time-slider-widget-customization-single-handle&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 13:18:18 GMT</pubDate>
    <dc:creator>ByronMoldofsky</dc:creator>
    <dc:date>2017-09-14T13:18:18Z</dc:date>
    <item>
      <title>Force time slider to daily increment</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/force-time-slider-to-daily-increment/m-p/725378#M19093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a time enabled map service showing the track of a hurricane for our upcoming statewide hurricane exercise. -- &lt;A href="https://maps.floridadisaster.org/gis/rest/services/Events/2015_06_HurrEx_KIMO/MapServer" title="https://maps.floridadisaster.org/gis/rest/services/Events/2015_06_HurrEx_KIMO/MapServer"&gt;Events/2015_06_HurrEx_KIMO (MapServer)&lt;/A&gt; . For purposed of the exercise, for each day there is only 1 forecast. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works just fine with a web app like this -- &lt;A href="https://maps.floridadisaster.org/hurrex/" title="https://maps.floridadisaster.org/hurrex/"&gt;ArcGIS Web Application&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except -- note how the Time Slider has two handles on it to set the duration of the time displayed -- from May 15, 2016, 8:00 PM to May 16, 2016, 8:00 PM. That isn't a problem on Day 1 of the exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/188692_pastedImage_12.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But on Day 2 -- it is, because now the map is displaying 2 current locations and 2 forecast tracks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/188693_pastedImage_13.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is, of course -- to close up the 2 sliders, to display only 1 day like this -- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/188695_pastedImage_15.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There -- that's perfect for Day 2 of the exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Challenge is -- my users can't be expected to learn that trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to either set the time handles to the same interval -- or better yet, even just get rid of one, so that only 1 day at a time will be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody have any ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like it would be a mighty useful setting to only show daily increments, and not durations overlapping days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, yes -- I have played with all time enabled settings in the map -- the setting there is 1 day -- but those handles allow the user to set durations overlapping a day. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 22:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/force-time-slider-to-daily-increment/m-p/725378#M19093</guid>
      <dc:creator>RichardButgereit</dc:creator>
      <dc:date>2016-03-03T22:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Force time slider to daily increment</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/force-time-slider-to-daily-increment/m-p/725379#M19094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay -- we got this. &lt;/P&gt;&lt;P&gt;widgets\TimeSlider\Widget.js- line 78&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;change -- this.timeSlider.setThumbIndexes([0,1]);&lt;/LI&gt;&lt;LI&gt;to -- this.timeSlider.setThumbIndexes([0,0]);&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now "start" and "end" time slider handles are on same tick mark.&lt;/P&gt;&lt;P&gt;Yes, the user can click and separate them again - but I am comfortable with the starting point is 1 day, as long as they stick with 'Play' and 'Next' they will be okay, and if they do click and separate the handles they will figure out how to slide back onto each other to get the 1 day view. &lt;/P&gt;&lt;P&gt;Wish there was a better answer to constraining time enabled data to a 1 day view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 15:34:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/force-time-slider-to-daily-increment/m-p/725379#M19094</guid>
      <dc:creator>RichardButgereit</dc:creator>
      <dc:date>2016-03-04T15:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Force time slider to daily increment</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/force-time-slider-to-daily-increment/m-p/725380#M19095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize this is an old discussion, but the solution did not work for me with v. 2.5. However, see:&lt;BR /&gt;&lt;A href="https://community.esri.com/thread/199802-time-slider-widget-customization-single-handle"&gt;https://community.esri.com/thread/199802-time-slider-widget-customization-single-handle&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/force-time-slider-to-daily-increment/m-p/725380#M19095</guid>
      <dc:creator>ByronMoldofsky</dc:creator>
      <dc:date>2017-09-14T13:18:18Z</dc:date>
    </item>
  </channel>
</rss>

