<?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: Arcade Expression for Geometry in ArcGIS Online Popup in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457164#M23085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used a hosted feature service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 16:57:09 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-07-31T16:57:09Z</dc:date>
    <item>
      <title>Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457160#M23081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&amp;nbsp; In ArcGIS Online using the web map Attribute Expressions builder, I'm trying to pull feature xy coordinates to show in a popup.&amp;nbsp; In the builder, my code successfully tests with a value; but the value in the popup and layer table is empty.&amp;nbsp; I'm using a map service if that matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, is this code supposed to work?&amp;nbsp; Or am I doing something wrong?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/365125_pastedImage_1.png" style="width: 503px; height: 427px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 15:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457160#M23081</guid>
      <dc:creator>MaryEllen_Perko</dc:creator>
      <dc:date>2017-07-31T15:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457161#M23082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what might be going wrong in your case. I just configured something similar and it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/365130_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I entered the pop-up settings and added two expressions:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/365131_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the result is displayed:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/365132_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457161#M23082</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-07-31T16:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457162#M23083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This function seems to work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text(Geometry($feature).x);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and returns this in the popup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/365138_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked the popup configuration to see if it's displaying the custom expression?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/365139_pastedImage_2.png" style="width: 620px; height: 361px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:26:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457162#M23083</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-07-31T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457163#M23084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help so far.&amp;nbsp; Are you using map services or feature layers/services?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457163#M23084</guid>
      <dc:creator>MaryEllen_Perko</dc:creator>
      <dc:date>2017-07-31T16:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457164#M23085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used a hosted feature service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 16:57:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457164#M23085</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-07-31T16:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457165#M23086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried this using this map service: &lt;A class="link-titled" href="https://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer" title="https://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer"&gt;Hurricanes (MapServer)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/365140_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 17:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457165#M23086</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-07-31T17:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457166#M23087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the help so far.&amp;nbsp; I do see the code works with map services.&amp;nbsp; The field in the table won't always populate (for me anyway) so I didn't catch that it worked in the popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem is with the map service I started with.&amp;nbsp; I haven't figure out why, yet, but it appears that the "point" feature-type layer loaded via the map service is really a "multipoint" layer/feature class.&amp;nbsp; For some reason the point-related arcade expression code works with the layer in the expression builder, but perhaps not outside of the builder.&amp;nbsp;&amp;nbsp; I'm looking more closely at our map service and the map viewer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone would like to take a closer look, here's the map service: &lt;A class="link-titled" href="https://gis11.services.ncdot.gov/arcgis/rest/services/NCDOT_STIP/MapServer" title="https://gis11.services.ncdot.gov/arcgis/rest/services/NCDOT_STIP/MapServer"&gt;NCDOT_STIP (MapServer)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&amp;nbsp; I really appreciate the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 18:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457166#M23087</guid>
      <dc:creator>MaryEllen_Perko</dc:creator>
      <dc:date>2017-07-31T18:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457167#M23088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For multipoint geometry you may want to try this:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Round&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Geometry&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;points&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;X&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Round&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Geometry&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;points&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Y&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;... since it is a collection of points although each multipoint only has a single point (as far as I could&amp;nbsp;see from a query on your REST service)&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 19:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457167#M23088</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-07-31T19:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457168#M23089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;How can i get de X and Y point from my feature in the coordenate system from the rest url?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG class="image-1 jive-image" height="146" src="https://community.esri.com/legacyfs/online/432886_pastedImage_1.png" style="border: 0px; font-weight: inherit; margin: 2px 20px 0px;" width="281" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I need to create a&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;custom expression&amp;nbsp;&lt;/SPAN&gt;to put it on the popup window with this info.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;the Geoametry function retorns&amp;nbsp; only in web mercator.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 20:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457168#M23089</guid>
      <dc:creator>AdministraciónSIG</dc:creator>
      <dc:date>2019-01-09T20:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457169#M23090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you need the coordinates in WGS 1984, I have a couple of posts that show an example of how you can convert Web Mercator coords to WGS 1984. This might be useful in case you need to create a hyperlink to Streetview or Waze or send the coordinates to prefill a Survey123 form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples (in Spanish) can be found here:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/docs/DOC-11541"&gt;Crear un enlace con Arcade para Navegar con Waze desde la Ventana Emergente&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/docs/DOC-12348"&gt;Usar Expresiones Arcade para Cumplir con la Resolución 030 de la CREG&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/docs/DOC-10883-crear-un-enlace-a-streetview-en-la-ventana-emergente-con-arcade"&gt;https://community.esri.com/docs/DOC-10883-crear-un-enlace-a-streetview-en-la-ventana-emergente-con-arcade&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 21:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457169#M23090</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-01-09T21:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457170#M23091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Xander:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting this! I am wondering why my conversions are not lining up with my coordinates calculated in Arcmap. Is this the limit of this method as it is already less than 1 metre or do i need to set my Origin Shift differently perhaps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/443838_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;X Conversion:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;var originShift = 2.0 * PI * 6378137.0 / 2.0;&lt;BR /&gt;var lon = (Geometry($feature).x / originShift) * 180.0;&lt;BR /&gt;return [lon];&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;Y Conversion:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;var originShift = 2.0 * PI * 6378137.0 / 2.0;&lt;BR /&gt;var lat = (Geometry($feature).y / originShift) * 180.0;&lt;BR /&gt;lat = 180.0 / PI * (2.0 * Atan( Exp( lat * PI / 180.0)) - PI / 2.0);&lt;BR /&gt;return [lat];&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/443837_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2019 19:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457170#M23091</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-04-24T19:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457171#M23092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The arcade expression to calculate the lat/lon values is not the most precise way of calculating the data. In addition depending on the view scale Arcade might not retrieve the exact location from the feature. The precision will do to launch navigation with Waze or open a window with Streetview, but is not the solution for an exact conversion&amp;nbsp; of the coordinates. I am still waiting for the projection engine to be implemented in Arcade to obtain more exact results.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2019 19:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457171#M23092</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-04-24T19:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457172#M23093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully there will be a blog post when the projection engine comes to Arcade.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2019 19:17:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457172#M23093</guid>
      <dc:creator>KevinMayall</dc:creator>
      <dc:date>2019-04-29T19:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457173#M23094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to display the location of a point in pop up using the arcade or any other way to add location in pop up along with other attributes that i get from arcade expression??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 16:27:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457173#M23094</guid>
      <dc:creator>ANILBaral</dc:creator>
      <dc:date>2019-05-30T16:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457174#M23095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can. You can access the coordinate properties of a geometry and include those in the pop-up&amp;nbsp;using Arcade. See example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; geom &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Geometry&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"("&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Round&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;geom&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;x&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;", "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Round&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;geom&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;y&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;3&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;")"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457174#M23095</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-11T20:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457175#M23096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am trying to say i want to include the address of a point in a pop up using arcade(something like reverse geocode to get the address of a point as it is displayed in google map)!! i have a point layer which is editable by the user. When user adds a point i want address be displayed in the popup along with other attribute.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 23:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457175#M23096</guid>
      <dc:creator>ANILBaral</dc:creator>
      <dc:date>2019-05-30T23:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457176#M23097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reverse geocoding is not available through Arcade.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2019 13:13:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457176#M23097</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-05-31T13:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457177#M23098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌, Is possible do the transformation of LatLong to UTM coordinates? Or There is any code in arcade that show coordinates in UTM directly?&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Braulio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2020 13:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457177#M23098</guid>
      <dc:creator>BraulioGalvez1</dc:creator>
      <dc:date>2020-02-28T13:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Geometry in ArcGIS Online Popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457178#M23099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi/Hola&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/58205"&gt;Braulio Galvez&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this moment, only if you have a formula that allows to calculate the coordinates that you want, this is possible. As shown in the examples I shared above:&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/thread/199141-arcade-expression-for-geometry-in-arcgis-online-popup#comment-823702" title="https://community.esri.com/thread/199141-arcade-expression-for-geometry-in-arcgis-online-popup#comment-823702"&gt;https://community.esri.com/thread/199141-arcade-expression-for-geometry-in-arcgis-online-popup#comment-823702&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully, in the near future there will be support for a transformation engine, or what I have heard, being able to make web requests in Arcade to&amp;nbsp;do this transformation using a REST call and interpret the result. This last feature is something that is on the roadmap, but I don not know the ETA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2020 16:18:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-expression-for-geometry-in-arcgis-online/m-p/457178#M23099</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-02-28T16:18:54Z</dc:date>
    </item>
  </channel>
</rss>

