<?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 Data Layers in Flex not showing (after adding time slider) in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50984#M1194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! I'll look into this and see what we can do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jul 2010 16:52:18 GMT</pubDate>
    <dc:creator>JoeyGentry</dc:creator>
    <dc:date>2010-07-28T16:52:18Z</dc:date>
    <item>
      <title>Time Data Layers in Flex not showing (after adding time slider)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50982#M1192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I am trying to add a service with a time slider to my flex app. When I add the first layer as the service the timeInfo seems to be populated properly but I cant see anything (with or without adding a slider).&amp;nbsp; If I add the entire service it seems timeExtent get set but timeInterval and timeIntervalUnits is not set. I also cant see any layers this way. If I remove the slider from the map I can see the layer. So here is what I have now... Btw our services are publicly accessible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: We have a Javascript version that seems to be running correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;fx:String id="climateServiceURLTest"&amp;gt;http://iidev.lib.uidaho.edu/ArcGIS/rest/services/climatologyMeteorologyAtmosphere/downscaledClimateScenarios_CSIRO/MapServer/0&amp;lt;/fx:String&amp;gt;

private function climateService_loadHandler(event:LayerEvent):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; var timeInfo:TimeInfo = climateService.timeInfo;
&amp;nbsp;&amp;nbsp;&amp;nbsp; timeSlider.createTimeStopsByTimeInterval(timeInfo.timeExtent, 1, "esriTimeUnitsYears");
&amp;nbsp;&amp;nbsp; }

&amp;lt;esri:Map id="map" logoVisible="false" openHandCursorVisible="false" load="onMapLoad();" timeSlider="{myTimeSlider}" styleName="mapStyle"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;esri:extent&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Extent xmin="-14698002" ymin="3937860" xmax="-10683056" ymax="7350879"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:SpatialReference wkid="102100" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Extent&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/esri:extent&amp;gt;
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; &amp;lt;esri:VETiledLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; id="basemap"
&amp;nbsp;&amp;nbsp;&amp;nbsp; culture="en-US"
&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp; mapStyle="road"
&amp;nbsp;&amp;nbsp;&amp;nbsp; key="AkuhsTwX03AdA6UqUp6o1kH66NkMLB034gwrbMAFAXzHUwf1Ag5FbnZbRd0TVpIQ" /&amp;gt;

&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISDynamicMapServiceLayer 
&amp;nbsp;&amp;nbsp;&amp;nbsp; id="climateService"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="{climateServiceURLTest}"
&amp;nbsp;&amp;nbsp;&amp;nbsp; load="climateService_loadHandler(event)"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/esri:ArcGISDynamicMapServiceLayer&amp;gt;
&amp;nbsp; &amp;lt;/esri:Map&amp;gt;

&amp;lt;esri:TimeSlider id="myTimeSlider"/&amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 19:11:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50982#M1192</guid>
      <dc:creator>JoeyGentry</dc:creator>
      <dc:date>2010-07-26T19:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time Data Layers in Flex not showing (after adding time slider)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50983#M1193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I took a look at this with a REST expert and was told that you'll need to publish a raster catalog as part of a geodatabase and to make sure that you have a Date field selected for the start time field. Currently your layers have no fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may want to contact &lt;/SPAN&gt;&lt;A href="http://support.esri.com"&gt;http://support.esri.com&lt;/A&gt;&lt;SPAN&gt; for more help with getting this set up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 22:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50983#M1193</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-07-27T22:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Time Data Layers in Flex not showing (after adding time slider)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50984#M1194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! I'll look into this and see what we can do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 16:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50984#M1194</guid>
      <dc:creator>JoeyGentry</dc:creator>
      <dc:date>2010-07-28T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Time Data Layers in Flex not showing (after adding time slider)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50985#M1195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So we looked into this and changing our services in the way you mentioned is not viable for us. This is working fine in ArcMap and in javascript. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The link the the Javascript version is here. &lt;/SPAN&gt;&lt;A href="http://geoinfo8.lib.uidaho.edu/climateTest/"&gt;http://geoinfo8.lib.uidaho.edu/climateTest/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant figure this out. The flex version does work with the sample service I found here &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=TimeSliderPlayDynamic"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=TimeSliderPlayDynamic&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 18:11:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50985#M1195</guid>
      <dc:creator>JoeyGentry</dc:creator>
      <dc:date>2010-07-28T18:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Time Data Layers in Flex not showing (after adding time slider)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50986#M1196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok so we figured it out. The extents were a bit messed up for whatever reason and we lost idaho near Africa (very tiny). We got it working now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 21:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-data-layers-in-flex-not-showing-after-adding/m-p/50986#M1196</guid>
      <dc:creator>JoeyGentry</dc:creator>
      <dc:date>2010-07-28T21:55:24Z</dc:date>
    </item>
  </channel>
</rss>

