<?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 doesn't honor RendererTakesPrecedence in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375422#M9688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Humm strange!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could share a repro case, that would be very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 14:06:25 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2013-12-17T14:06:25Z</dc:date>
    <item>
      <title>FeatureLayer doesn't honor RendererTakesPrecedence</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375419#M9685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the FeatureLayer from the Map service. We are using UniqueValue Render on one of field. It is a polygon Feature class. In the REST service endpoint, It stated clearly the UniqueValue Render is used. I also explicitly stated using FeatureLayer.RendererTakesPrecedence=true; However on the may, it displayed using default symbols with one color accross the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had this issue before. FeatureLayer.RendererTakesPrecedence=true did the trick. But this, It doesn't work. Any ideas will be highly appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 22:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375419#M9685</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2013-12-16T22:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer doesn't honor RendererTakesPrecedence</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375420#M9686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have the FeatureLayer from the Map service. We are using UniqueValue Render on one of field. It is a polygon Feature class. In the REST service endpoint, It stated clearly the UniqueValue Render is used. I also explicitly stated using FeatureLayer.RendererTakesPrecedence=true; However on the may, it displayed using default symbols with one color accross the board.&lt;BR /&gt;&lt;BR /&gt;I had this issue before. FeatureLayer.RendererTakesPrecedence=true did the trick. But this, It doesn't work. Any ideas will be highly appreciated!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;May be because you don't grab the fields the unique renderer is based on. Try with OutFields="*" or be sure all unqiue value renderer fileds are included in OutFields.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 05:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375420#M9686</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2013-12-17T05:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer doesn't honor RendererTakesPrecedence</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375421#M9687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;May be because you don't grab the fields the unique renderer is based on. Try with OutFields="*" or be sure all unqiue value renderer fileds are included in OutFields.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry that is not the case here. I have setup&amp;nbsp; the OutFields. using the following code &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI.ArcGIS.Client.Tasks.OutFields outFields = new ESRI.ArcGIS.Client.Tasks.OutFields();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outFields.Add("*");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;projectLayer.OutFields = outFields;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But You have a good point. Actually we caught this isues before by including all the fields. But this is not the case unfortunatley.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help anyway!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 14:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375421#M9687</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2013-12-17T14:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer doesn't honor RendererTakesPrecedence</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375422#M9688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Humm strange!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could share a repro case, that would be very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 14:06:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375422#M9688</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2013-12-17T14:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer doesn't honor RendererTakesPrecedence</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375423#M9689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Humm strange!&lt;BR /&gt;&lt;BR /&gt;If you could share a repro case, that would be very helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, very strange indeed! Unforunately The service is secured and internal so can't really share. I just opened a ticket with ESRI. I will post here once the issue is found.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 15:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-doesn-t-honor-renderertakesprecedence/m-p/375423#M9689</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2013-12-17T15:19:04Z</dc:date>
    </item>
  </channel>
</rss>

