<?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 Layer titles in group animation in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/layer-titles-in-group-animation/m-p/601256#M6524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a group animation in ArcMap 10 with the layers representing 7 different age groups by county.&amp;nbsp; The animation works fine but I can't find a way to add a title for each layer so that the title changes as the layer changes.&amp;nbsp; I've tried inserting text in both the data view and layout view but that didn't work.&amp;nbsp; Any suggestions?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jun 2012 19:50:08 GMT</pubDate>
    <dc:creator>JimWooten</dc:creator>
    <dc:date>2012-06-03T19:50:08Z</dc:date>
    <item>
      <title>Layer titles in group animation</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-titles-in-group-animation/m-p/601256#M6524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created a group animation in ArcMap 10 with the layers representing 7 different age groups by county.&amp;nbsp; The animation works fine but I can't find a way to add a title for each layer so that the title changes as the layer changes.&amp;nbsp; I've tried inserting text in both the data view and layout view but that didn't work.&amp;nbsp; Any suggestions?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2012 19:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-titles-in-group-animation/m-p/601256#M6524</guid>
      <dc:creator>JimWooten</dc:creator>
      <dc:date>2012-06-03T19:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Layer titles in group animation</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-titles-in-group-animation/m-p/601257#M6525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried automating this with arcpy.mapping?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could use a python script to change the text of a title element on you page layout.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;mxd = arcpy.mapping.MapDocument("CURRENT")
title = arcpy.mapping.ListLayoutElements(mxd, "TEXT_ELEMENT", "title")[0]
lyr1 = arcpy.mapping.ListLayers(mxd, "Layer1")[0]
lyr1.visible = True
title.text = "Title for lyr 1"
lyr1.visible = False
lyr2 = arcpy.mapping.ListLayers(mxd, "Layer2")[0]
lyr2.visible = True
title.text = "Title for lyr 2"

etc.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-titles-in-group-animation/m-p/601257#M6525</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2021-12-12T01:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Layer titles in group animation</title>
      <link>https://community.esri.com/t5/mapping-questions/layer-titles-in-group-animation/m-p/601258#M6526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A less elegant solution is to create annotation attached to each layer, so "Titles" appear when the specific layers are visible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 18:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/layer-titles-in-group-animation/m-p/601258#M6526</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2012-06-08T18:22:02Z</dc:date>
    </item>
  </channel>
</rss>

