<?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: FeatureLayer Legend widget issue in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181981#M16908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Upendra, explicitly setting the opacity as 1.0 solves the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Terry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 18:45:26 GMT</pubDate>
    <dc:creator>TerryGiles</dc:creator>
    <dc:date>2013-09-17T18:45:26Z</dc:date>
    <item>
      <title>FeatureLayer Legend widget issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181978#M16905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a featurelayer in my map which contains polygons with an outline but no fill.&amp;nbsp; It displays in the map correctly, but in the legend widget, it shows up with a black fill (under 'UpperColorado' in the 1st image below).&amp;nbsp; If I look at the legend for the map service's REST endpoint, the symbol looks correct (2nd image).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, TG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26734[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26735[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 22:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181978#M16905</guid>
      <dc:creator>TerryGiles</dc:creator>
      <dc:date>2013-08-15T22:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer Legend widget issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181979#M16906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting result. Unfortunately, I don't think there is something you can do with the legend dijit result. I would try two alternatives:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use agsjs.dijit.TOC developed by nliu. (&lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=9b6280a6bfb0430f8d1ebc969276b109"&gt;http://www.arcgis.com/home/item.html?id=9b6280a6bfb0430f8d1ebc969276b109&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. It's not too hard to develop a custom one using REST API, especially if you only want to display the legend, not to have it also works as Table of Content.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 13:45:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181979#M16906</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-08-16T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer Legend widget issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181980#M16907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: uppudada&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;var layer = new esri.layers.FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servername:6080/arcgis/rest/services/test/test_Dis/MapServer/1" rel="nofollow" target="_blank"&gt;http://servername:6080/arcgis/rest/services/test/test_Dis/MapServer/1&lt;/A&gt;&lt;SPAN&gt;", {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mode : esri.layers.FeatureLayer.MODE_SNAPSHOT,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;opacity: 1.0,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outFields : ["*"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use &lt;/SPAN&gt;&lt;STRONG&gt;opacity: 1.0&lt;/STRONG&gt;&lt;SPAN&gt; for not displaying fill color in &lt;/SPAN&gt;&lt;STRONG&gt;legend&lt;/STRONG&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Upendra&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 12:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181980#M16907</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-26T12:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer Legend widget issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181981#M16908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Upendra, explicitly setting the opacity as 1.0 solves the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Terry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 18:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-legend-widget-issue/m-p/181981#M16908</guid>
      <dc:creator>TerryGiles</dc:creator>
      <dc:date>2013-09-17T18:45:26Z</dc:date>
    </item>
  </channel>
</rss>

