<?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 Label Distance Between Features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1350836#M75288</link>
    <description>&lt;P&gt;I'm putting together a map series and I want to automatically label distances between features. One example of this is to show the distance from a point to the edge of a polygon like the picture below. Can someone help point me in the right direction on how to do this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DISTANCE LABEL.jpg" style="width: 395px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86368i3FFB2E57272779E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="DISTANCE LABEL.jpg" alt="DISTANCE LABEL.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2023 21:50:47 GMT</pubDate>
    <dc:creator>NickCoxwell</dc:creator>
    <dc:date>2023-11-28T21:50:47Z</dc:date>
    <item>
      <title>Label Distance Between Features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1350836#M75288</link>
      <description>&lt;P&gt;I'm putting together a map series and I want to automatically label distances between features. One example of this is to show the distance from a point to the edge of a polygon like the picture below. Can someone help point me in the right direction on how to do this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DISTANCE LABEL.jpg" style="width: 395px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86368i3FFB2E57272779E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="DISTANCE LABEL.jpg" alt="DISTANCE LABEL.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 21:50:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1350836#M75288</guid>
      <dc:creator>NickCoxwell</dc:creator>
      <dc:date>2023-11-28T21:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Label Distance Between Features in a Layout</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1351120#M75321</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/674989"&gt;@NickCoxwell&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You will not be able to do this in a layout context. You can use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/dimensions/dimensions-in-arcgis-pro.htm" target="_self"&gt;dimensions&lt;/A&gt; to get labels for distance. These will draw in the map which will also be visible in a map frame on a layout. Depending on how your map series is set up (index layer, page name) you can use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/page-queries.htm" target="_self"&gt;Page Queries&lt;/A&gt; on the dimension feature class to filter what draws for a particular map series page.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 22:21:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1351120#M75321</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2023-11-17T22:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Label Distance Between Features in a Layout</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1351571#M75376</link>
      <description>&lt;P&gt;Convert the polygon features to lines and split at each of the corners to make 4 separate features for each polygon side you want to calculate distances to. This line layer doesn't need to draw in the map, but you'll use it to compute the distances.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/generate-near-table.htm" target="_blank" rel="noopener"&gt;Generate Near Table&lt;/A&gt; tool to calculate distances from each point to the nearest 4 polygon side line features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-to-line.htm" target="_blank" rel="noopener"&gt;XY To Line&lt;/A&gt; tool to create lines from the output of the Generate Near Table tool results.&amp;nbsp;Keep the original attributes when you run the tool so they get transferred to the lines.&lt;/P&gt;&lt;P&gt;Symbolize the new lines with arrows, configure the distance labels, and add a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/page-queries.htm" target="_blank" rel="noopener"&gt;Page Query&lt;/A&gt; to the layer to only draw the lines related to each map series index point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JesseWickizer_2-1700500749137.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86571iC62947AAF89DE1B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JesseWickizer_2-1700500749137.png" alt="JesseWickizer_2-1700500749137.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 17:20:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1351571#M75376</guid>
      <dc:creator>JesseWickizer</dc:creator>
      <dc:date>2023-11-20T17:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Label Distance Between Features in a Layout</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1354365#M75641</link>
      <description>&lt;P&gt;Great info! I'll play around with those. Thanks, Jesse!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 21:51:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/label-distance-between-features/m-p/1354365#M75641</guid>
      <dc:creator>NickCoxwell</dc:creator>
      <dc:date>2023-11-28T21:51:39Z</dc:date>
    </item>
  </channel>
</rss>

