<?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: Help with Data Driven Page Labeling (Annotation) in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280022#M2928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that might be exactly what I needed.&amp;nbsp; I will give it a shot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 17:10:44 GMT</pubDate>
    <dc:creator>WilliamTrachtman</dc:creator>
    <dc:date>2013-03-05T17:10:44Z</dc:date>
    <item>
      <title>Help with Data Driven Page Labeling (Annotation)</title>
      <link>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280020#M2926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am brand new with DDP, and I just took an introductory course on python 2 weeks ago, so please go easy on me lol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would think that this question has been asked before, but I searched to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyhow, I want to be able to label items in selected regions, but not have the labels (or the items themselves) show up in adjacent regions.&amp;nbsp; In this case, I am labeling schools in individual zipcodes in a city.&amp;nbsp; If I allow for labels of schools in other adjacent zipcodes to show up, it gets way to crowded.&amp;nbsp; Through trial and error, the labels are have now been converted to annotation in a database, grouped by zipcode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have partially solved the problem by:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using the clip options on the data frame----clip to current data driven page extent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This works great if all of the labels can fit inside the the zip code.&amp;nbsp; However, if it gets too crowded inside the polygon for all the labels, the labels that are placed outside of the polygon get clipped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that if I can exclude layers from the clip options; however, if I do that for the labels layers, they will show up again for every zip code, not just the one that I am working on.....unless I manually tell it to only exclude the labels for the zip code in which DDP map is being made.&amp;nbsp; This means that I will have to do that for every zip code, and then, there is really no automation any longer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One possible solution that I have thought of is to make a new layer with "larger" zip codes.&amp;nbsp; These areas would be extended out slightly form the actual zip code, and could be used for the clipping area. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In brief, I think my question is: Is there a way to use DDP to show the labels of points inside of a polygon1, with the actual labels extending outside of polygon1.&amp;nbsp; Then using DDP to show the labels inside of polygon2, with the actual labels extending outside of polygon2 and so on?&amp;nbsp; Does that make sense?&amp;nbsp; I have attached a sample of the map that I am working on.&amp;nbsp; It is one of many DDP maps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22356[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 20:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280020#M2926</guid>
      <dc:creator>WilliamTrachtman</dc:creator>
      <dc:date>2013-03-04T20:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Data Driven Page Labeling (Annotation)</title>
      <link>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280021#M2927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depending on how your data is set up you could use&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Using_Page_Definition_Queries/00s90000003p000000/" rel="nofollow" target="_blank"&gt; Page Definition Queries&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melanie S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 12:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280021#M2927</guid>
      <dc:creator>MelanieSummers</dc:creator>
      <dc:date>2013-03-05T12:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Data Driven Page Labeling (Annotation)</title>
      <link>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280022#M2928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that might be exactly what I needed.&amp;nbsp; I will give it a shot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 17:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280022#M2928</guid>
      <dc:creator>WilliamTrachtman</dc:creator>
      <dc:date>2013-03-05T17:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Data Driven Page Labeling (Annotation)</title>
      <link>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280023#M2929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that is exactly what I needed, but I don't want to close out the thread yet as I have a related question now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not wild about the automatic placement of the labels, so I have turned them into annotation.&amp;nbsp; In order to keep the scales of the labels correct, I am having to turn the labels into annotation for each map (using the Page Definition Queries so that only the labels for the selected zipcode are turned into annotation at 1 time).&amp;nbsp; For each map, I turn the labels into annotation...meaning that I currently have about 20 databases of labels in my geodatabase.&amp;nbsp; I have already done this manually, but is there a way to do this automatically?&amp;nbsp; A pre-written script perhaps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, in order for the now 20 databases of annotation to show up only in the selected map, I have again used Page Definition Queries.&amp;nbsp; I added a column to each of the annotation databases with the number of the zipcode.&amp;nbsp; Is there a way to do this automatically as well?&amp;nbsp; I originally planned to use a spatial join: joining the annotation of all the labels (all zip codes) to the zip code in which they were contained; however, I found out that the labels were considered polygons (not points), and was therefore not sure how the results of the join would be for labels that went outside of the zipcode polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have it all working correctly now, but it was a lot of work.&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, 05 Mar 2013 20:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280023#M2929</guid>
      <dc:creator>WilliamTrachtman</dc:creator>
      <dc:date>2013-03-05T20:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Data Driven Page Labeling (Annotation)</title>
      <link>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280024#M2930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad Page Definition Queries are working for you. You may want to look into &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//007000000007000000"&gt;Tiled Labels to Annotation&lt;/A&gt;&lt;SPAN&gt; for your first issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd play around with the spatial join if&amp;nbsp; I were you, using one of the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000q000000"&gt;CLEMENTINI selection types&lt;/A&gt;&lt;SPAN&gt; could at least narrow down the number you have to do manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melanie S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 22:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/help-with-data-driven-page-labeling-annotation/m-p/280024#M2930</guid>
      <dc:creator>MelanieSummers</dc:creator>
      <dc:date>2013-03-05T22:19:44Z</dc:date>
    </item>
  </channel>
</rss>

