<?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: eLayerList Widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165854#M5340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 19:47:52 GMT</pubDate>
    <dc:creator>NolanAlbarelli</dc:creator>
    <dc:date>2014-08-27T19:47:52Z</dc:date>
    <item>
      <title>eLayerList Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165851#M5337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have queried a service to just show a few ships of interest.&amp;nbsp; The problem is, when I try to expand the "+" next to the layer label in the eLayerList Widget, it makes the layer list essentially crash.&amp;nbsp; Has anyone else seen this?&amp;nbsp; When I try to expand the layer, I can see the sublayer appear at the top of the layer list behind the first operational layer.&amp;nbsp; At that point, no layers can be turned on or off and the viewer requires a refresh to work.&lt;/P&gt;&lt;P&gt;This must be a bug, right?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-Nolan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 13:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165851#M5337</guid>
      <dc:creator>NolanAlbarelli</dc:creator>
      <dc:date>2014-08-27T13:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: eLayerList Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165852#M5338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nolan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have never seen this. can you explain in more detail this statement:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I have queried a service to just show a few ships of interest&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 13:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165852#M5338</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-27T13:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: eLayerList Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165853#M5339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nolan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Yes that explains it. You can not query a layer in the url for that layer like you are attempting. To limit the features that are returned by a layer in a map service you should be using the &lt;EM style="font-size: 13px; color: #4d4d4d; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-align: left; text-indent: 0px;"&gt;definitionexpression &lt;/EM&gt;attribute on the layer tag using either a layer type of (type="feature") if you want to just add the one layer from the map service or&amp;nbsp; something like this if you want to keep the layer type as dynamic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-size: 11px;"&gt;&amp;lt;layer label="USA Federal Lands-Reservations" &lt;BR /&gt;&amp;nbsp; type="dynamic" visible="false" alpha=".7" &lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps1.arcgisonline.com/ArcGIS/rest/services/USA_Federal_Lands/MapServer" rel="nofollow" target="_blank"&gt;http://maps1.arcgisonline.com/ArcGIS/rest/services/USA_Federal_Lands/MapServer&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;&amp;lt;sublayer id="2" definitionexpression="AGBUR = 'BIA'"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;/layer&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 19:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165853#M5339</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-27T19:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: eLayerList Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165854#M5340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 19:47:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/elayerlist-widget/m-p/165854#M5340</guid>
      <dc:creator>NolanAlbarelli</dc:creator>
      <dc:date>2014-08-27T19:47:52Z</dc:date>
    </item>
  </channel>
</rss>

