<?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: eTIME Widget Layer not displaying correctly in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253961#M7783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aayush,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If you don't want the data to be cumulatively then you have to set the singlethumstimeinstant to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt; as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg"&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 16:03:15 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2012-04-18T16:03:15Z</dc:date>
    <item>
      <title>eTIME Widget Layer not displaying correctly</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253960#M7782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using eTime widget to show buildings that were created and razed based on Year. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even though I have &lt;/SPAN&gt;&lt;STRONG&gt;not checked&lt;/STRONG&gt;&lt;SPAN&gt; on 'Display data cumulatively', yet, all the data is displayed cumulatively when I am using eTime Widget. for your reference I am pasting the main config file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://arcgis.library.tamu.edu/flexviewer/V1.1_Prerelease/" rel="nofollow" target="_blank"&gt;http://arcgis.library.tamu.edu/flexviewer/V1.1_Prerelease/&lt;/A&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;operationallayers&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;layer label="Buildings" type="feature" visible="true" alpha="1"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; info="widgets/InfoTemplates/AttRelateInfoWinWidget.swf" &amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://arcgis.library.tamu.edu/ArcGIS/rest/services/HistoricAggieland/Centroid_2012_04_18/MapServer/0"&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; infoconfig="widgets/InfoTemplates/IWT_Cameras.xml" usetime="true" /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/operationallayers&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the widget config file&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;?xml version="1.0" ?&amp;gt; &amp;lt;configuration&amp;gt;&amp;nbsp; &amp;lt;autotogglelayervisibility&amp;gt;true&amp;lt;/autotogglelayervisibility&amp;gt;&amp;nbsp; &amp;lt;layers&amp;gt; &amp;nbsp; &amp;lt;layer label="Buildings" name="Buildings"&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;dateformat&amp;gt;YYYY/MM/DD&amp;lt;/dateformat&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loop&amp;gt;false&amp;lt;/loop&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;singlethumbastimeinstant&amp;gt;false&amp;lt;/singlethumbastimeinstant&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;thumbcount&amp;gt;1&amp;lt;/thumbcount&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;thumbmovingrate&amp;gt;1000&amp;lt;/thumbmovingrate&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeextent setfromlayer="Buildings"/&amp;gt;&amp;nbsp; &amp;nbsp; &amp;lt;/layer&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layers&amp;gt; &amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I am using Date datatype to start and end times for the buildings. If I use ArcMap's time slider to test the layer's working, it works perfectly. But while using the same thing on viewer for flex, it shows data cumulatively&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13636[/ATTACH] [ATTACH=CONFIG]13634[/ATTACH][ATTACH=CONFIG]13635[/ATTACH][ATTACH=CONFIG]13637[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me the plausible causes for the data still showing cumulatively?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greatly appreciate your time and help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aayush&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 15:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253960#M7782</guid>
      <dc:creator>AayushKumar</dc:creator>
      <dc:date>2012-04-18T15:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: eTIME Widget Layer not displaying correctly</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253961#M7783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aayush,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If you don't want the data to be cumulatively then you have to set the singlethumstimeinstant to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt; as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg"&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 16:03:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253961#M7783</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-04-18T16:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: eTIME Widget Layer not displaying correctly</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253962#M7784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: aayushkr&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you sir. That worked.&amp;nbsp; I did not understand the meaning of that tag&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the documentation says &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;singlethumbastimeinstant&amp;gt; - This sets the time extent value for a thumbcount. Boolean value. If true and thumbCount is 1, then the timeExtent will represent a time instant (default is "false").&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May be you could elaborate on it to help me and other people who may encounter the problem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 16:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253962#M7784</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-04-18T16:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: eTIME Widget Layer not displaying correctly</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253963#M7785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to have it display ALL of the time features after the time sequence has finished?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't want it to be cumulative, and only want to see the polygons by year.&amp;nbsp; However, after it "finishes" the time sequence, would like to display ALL of the features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 22:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/etime-widget-layer-not-displaying-correctly/m-p/253963#M7785</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-04-18T22:57:34Z</dc:date>
    </item>
  </channel>
</rss>

