<?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: Reg : legends for Silverlight Application in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617821#M15925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is correct&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Nov 2010 19:03:54 GMT</pubDate>
    <dc:creator>DaveTimmins</dc:creator>
    <dc:date>2010-11-16T19:03:54Z</dc:date>
    <item>
      <title>Reg : legends for Silverlight Application</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617816#M15920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all , &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can we able to get the symbols used in arcmap for the layers in legend tool of Silverlight 2.1 version ? If not , HOw can i set graphics to my layer in mxd . Help me with this regard ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 19:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617816#M15920</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2010-11-10T19:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : legends for Silverlight Application</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617817#M15921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For an ArcGISDynamicMapService layer, the legend symbols are coming from the renderers defined in ArcMap (either by the new 10SP1 legend service or by the arcgis.com legend service).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the legend in the web client is supposed to be very close of the symbols you see in the ArcMap TOC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If, for any reason, you want to get the images in your client application, you can access to the legend items tree by using, as starting point, the 'LayerItems' property of the legend control.&amp;nbsp; From a layerItem, you can access the collection of LegendItems which gives you the ImageSource (and the Label) of the legend item.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 12:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617817#M15921</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-11-11T12:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : legends for Silverlight Application</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617818#M15922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't get the 2.1 simple legend sample to work with this url:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://map.floridadisaster.org/GIS/rest/services/Facilities/Critical_Facilities/MapServer"&gt;http://map.floridadisaster.org/GIS/rest/services/Facilities/Critical_Facilities/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It populates the root node, but not the rest of the tree.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Crossposted &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/3530/how-to-configure-legend-for-esri-silverlight-sdk-2-1"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 21:59:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617818#M15922</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2010-11-15T21:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : legends for Silverlight Application</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617819#M15923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I didn't reproduce your issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested your code and got the attached result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you give more info on how to reproduce it? (browser, OS, ....)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note also that with Fiddler, I can see this request to arcgis.com legend end point:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/sharing/tools/legend?soapUrl=http://map.floridadisaster.org/GIS/rest/services/Facilities/Critical_Facilities/MapServer&amp;amp;f=json&amp;amp;returnbytes=true&amp;amp;_ts=634254971942781074"&gt;http://www.arcgis.com/sharing/tools/legend?soapUrl=http://map.floridadisaster.org/GIS/rest/services/Facilities/Critical_Facilities/MapServer&amp;amp;f=json&amp;amp;returnbytes=true&amp;amp;_ts=634254971942781074&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 07:39:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617819#M15923</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-11-16T07:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : legends for Silverlight Application</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617820#M15924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi dbroux- &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. The app I'm working on is on a server sitting behind a firewall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on what you said in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/16639-ArcGIS-API-for-Silverlight-WPF-version-2.1-Release-Candidate"&gt;another thread&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It means that, with map services prior to 10SP1, arcgis.com must be able to access to your map service in order to return the swatches.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll need to upgrade any internal mapservices to 10sp1 in order for legends to work, correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 18:37:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617820#M15924</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2010-11-16T18:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : legends for Silverlight Application</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617821#M15925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is correct&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 19:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reg-legends-for-silverlight-application/m-p/617821#M15925</guid>
      <dc:creator>DaveTimmins</dc:creator>
      <dc:date>2010-11-16T19:03:54Z</dc:date>
    </item>
  </channel>
</rss>

