<?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: extranneous Data in arcserver 10 sp1 legend in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/extranneous-data-in-arcserver-10-sp1-legend/m-p/539257#M12167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the service directory, at the high level view of the service, you get a list of layers by name.&amp;nbsp; these are the names that get sucked into the legend.&amp;nbsp; In order to make legend readable, these layer names must be short.&amp;nbsp;&amp;nbsp; In my case, I have several layers with the same name now after I shortened them for the legend.&amp;nbsp; In the service directory, you now have to click the layer name to open the layer page to see the description.&amp;nbsp; So, its not entirely clear to the developer which service to use without having to drill down to the description.&amp;nbsp; Not a huge problem but definately a "nice to have". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration:underline;"&gt;I was hoping for a way to tell the flex component to not display the layer name or to somehow hide it on the results returned by the rest end point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Feb 2011 12:07:37 GMT</pubDate>
    <dc:creator>JasonThiel</dc:creator>
    <dc:date>2011-02-10T12:07:37Z</dc:date>
    <item>
      <title>extranneous Data in arcserver 10 sp1 legend</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/extranneous-data-in-arcserver-10-sp1-legend/m-p/539255#M12165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From what I can tell, the legend displays the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A.&amp;nbsp; Service name as defined by the name attribute in the layer definition in flex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B.&amp;nbsp; Layer Name as defined in the .mxd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C.&amp;nbsp; The description you add on the symbology tab in the .mxd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to NOT show B.&amp;nbsp; I tried making my layer names null but that gave me NPR in flex.&amp;nbsp; Additionally, I wanted my layer names to be fairly descriptive in the service directory and this level of descriptiveness is programmer level, not user so the items that appear in B are worthless to general users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 16:51:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/extranneous-data-in-arcserver-10-sp1-legend/m-p/539255#M12165</guid>
      <dc:creator>JasonThiel</dc:creator>
      <dc:date>2011-02-09T16:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: extranneous Data in arcserver 10 sp1 legend</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/extranneous-data-in-arcserver-10-sp1-legend/m-p/539256#M12166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you are correct: "&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Each layer's legend information includes the symbol images and labels for each symbol&lt;/SPAN&gt;&lt;SPAN&gt;". See &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html?mslegend.html"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html?mslegend.html&lt;/A&gt;&lt;SPAN&gt; for more details about the REST Legend resource.&amp;nbsp; The Legend component in the Flex API is using the REST Legend resource.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure I correctly understood your comment about the Service Directory, but you could have a short name as the "name" and a longer description in the "Description" field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if this was helpful as anything more than "yes, you're correct"... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 00:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/extranneous-data-in-arcserver-10-sp1-legend/m-p/539256#M12166</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-02-10T00:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: extranneous Data in arcserver 10 sp1 legend</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/extranneous-data-in-arcserver-10-sp1-legend/m-p/539257#M12167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the service directory, at the high level view of the service, you get a list of layers by name.&amp;nbsp; these are the names that get sucked into the legend.&amp;nbsp; In order to make legend readable, these layer names must be short.&amp;nbsp;&amp;nbsp; In my case, I have several layers with the same name now after I shortened them for the legend.&amp;nbsp; In the service directory, you now have to click the layer name to open the layer page to see the description.&amp;nbsp; So, its not entirely clear to the developer which service to use without having to drill down to the description.&amp;nbsp; Not a huge problem but definately a "nice to have". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration:underline;"&gt;I was hoping for a way to tell the flex component to not display the layer name or to somehow hide it on the results returned by the rest end point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 12:07:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/extranneous-data-in-arcserver-10-sp1-legend/m-p/539257#M12167</guid>
      <dc:creator>JasonThiel</dc:creator>
      <dc:date>2011-02-10T12:07:37Z</dc:date>
    </item>
  </channel>
</rss>

