<?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: Legend display in Map in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405914#M4445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the clarification.&amp;nbsp; I understand your issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can not be done using DDP alone.&amp;nbsp; You could accomplish this using Python scripting.&amp;nbsp; Via arcpy.mapping you can count the number of items in the legend.&amp;nbsp; If the item count = 0, then move the legend off the page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/#/LegendElement/00s300000041000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.2/#/LegendElement/00s300000041000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 13:56:24 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2014-06-10T13:56:24Z</dc:date>
    <item>
      <title>Legend display in Map</title>
      <link>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405911#M4442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created data driven pages in Arc 10.1. For the DDP, using the new legend functionality of 10.1 for displaying only visible features in the different extents for different maps. Some of the maps have no features of the layers in the legend. How come the legend will automatically turn off for some maps where there is no visible features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ram&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 03:02:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405911#M4442</guid>
      <dc:creator>RamanaSonthi</dc:creator>
      <dc:date>2014-06-09T03:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Legend display in Map</title>
      <link>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405912#M4443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure I understand your question.&amp;nbsp; I sounds to me like the legend is doing what you need it to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 13:30:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405912#M4443</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2014-06-09T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Legend display in Map</title>
      <link>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405913#M4444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm not sure I understand your question.&amp;nbsp; I sounds to me like the legend is doing what you need it to do.&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am giving more detail about my question. I have multiple maps created with DDP with multiple legends. All the legends showing different layers. Most of the map legends show classes that are visible in the current map indexes. Only few maps and some legends don't have any classes in the visible map extent. At that time only the blank legend frame is showing on the maps. Is there any way that we can't show the legend frame if there are any classes not visible in the current extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ram&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 22:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405913#M4444</guid>
      <dc:creator>RamanaSonthi</dc:creator>
      <dc:date>2014-06-09T22:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Legend display in Map</title>
      <link>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405914#M4445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the clarification.&amp;nbsp; I understand your issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can not be done using DDP alone.&amp;nbsp; You could accomplish this using Python scripting.&amp;nbsp; Via arcpy.mapping you can count the number of items in the legend.&amp;nbsp; If the item count = 0, then move the legend off the page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/#/LegendElement/00s300000041000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.2/#/LegendElement/00s300000041000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 13:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/legend-display-in-map/m-p/405914#M4445</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2014-06-10T13:56:24Z</dc:date>
    </item>
  </channel>
</rss>

