<?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 Using AreaGeodetic() in label expression in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1344298#M74712</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a polygon feature class in crs WGS 1984. Using Expression Builder (Arcade), it is possible to configure pop-up to display area of each feature in square meters:&lt;/P&gt;&lt;P&gt;Round(AreaGeodetic($feature,'square-meters'))&lt;/P&gt;&lt;P&gt;It works fine. But when I tried to set up labels in the same way, I got error message "Invalid expression. Error on line 1. Projection is invalid" .&lt;/P&gt;&lt;P&gt;Am I doing something wrong or it's not possible to display geodetic area in labels at all? It would be much more straightforward to display that information in label instead of pop-up.&lt;/P&gt;&lt;P&gt;I have to keep the feature class in WGS 1984, project into another crs is not an option for me in this case. I also don't want to use field calculator, because I would like to get that information dynamically after editing of each feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jakub&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 10:18:21 GMT</pubDate>
    <dc:creator>JLezik</dc:creator>
    <dc:date>2023-11-01T10:18:21Z</dc:date>
    <item>
      <title>Using AreaGeodetic() in label expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1344298#M74712</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a polygon feature class in crs WGS 1984. Using Expression Builder (Arcade), it is possible to configure pop-up to display area of each feature in square meters:&lt;/P&gt;&lt;P&gt;Round(AreaGeodetic($feature,'square-meters'))&lt;/P&gt;&lt;P&gt;It works fine. But when I tried to set up labels in the same way, I got error message "Invalid expression. Error on line 1. Projection is invalid" .&lt;/P&gt;&lt;P&gt;Am I doing something wrong or it's not possible to display geodetic area in labels at all? It would be much more straightforward to display that information in label instead of pop-up.&lt;/P&gt;&lt;P&gt;I have to keep the feature class in WGS 1984, project into another crs is not an option for me in this case. I also don't want to use field calculator, because I would like to get that information dynamically after editing of each feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jakub&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 10:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1344298#M74712</guid>
      <dc:creator>JLezik</dc:creator>
      <dc:date>2023-11-01T10:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using AreaGeodetic() in label expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1351641#M75382</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;A href="https://developers.arcgis.com/arcade/function-reference/geometry_functions/#areageodetic" target="_blank" rel="noopener"&gt;AreaGeodetic&lt;/A&gt; function will work in a label expression when the map uses either&lt;SPAN&gt;&amp;nbsp;Web Mercator (wkid 3857) or WGS 84 (wkid 4326) spatial reference.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 19:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1351641#M75382</guid>
      <dc:creator>JesseWickizer</dc:creator>
      <dc:date>2023-11-20T19:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using AreaGeodetic() in label expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1353146#M75522</link>
      <description>&lt;P&gt;Thanks for the explanation...but anyway it would be great if it worked also in other (at least WGS-based) coordinate systems. From this point of view, I don't see any difference between Web Mercator and for example Universal Transverse Mercator.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 13:31:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1353146#M75522</guid>
      <dc:creator>JLezik</dc:creator>
      <dc:date>2023-11-24T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using AreaGeodetic() in label expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1700662#M103077</link>
      <description>&lt;P&gt;As of&amp;nbsp;Arcade version 1.3.0 the AreaGeodetic,&amp;nbsp;BufferGeodetic, DistanceGeodetic, and LengthGeodetic functions are no longer limited to Web Mercator and WGS 84. Arcade version 1.3.0 is used by ArcGIS Pro version 3.5 and ArcGIS Enterprise version 11.5.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 16:35:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-areageodetic-in-label-expression/m-p/1700662#M103077</guid>
      <dc:creator>JesseWickizer</dc:creator>
      <dc:date>2026-05-07T16:35:25Z</dc:date>
    </item>
  </channel>
</rss>

