<?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>idea Add x y coordinates in web map layer in ArcGIS Online Ideas</title>
    <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idi-p/950326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to see an add x y coordinate tool for feature layers in AGO web maps.&amp;nbsp; X Y&amp;nbsp;cords in lat long decimal degrees would be excellent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users using new Esri tools such as trek2there that requires lat and long fields from the attribute table as input &amp;nbsp;&lt;A href="https://blogs.esri.com/esri/arcgis/2016/12/22/introducing-trek2there/"&gt;https://blogs.esri.com/esri/arcgis/2016/12/22/introducing-trek2there/&lt;/A&gt;&amp;nbsp;would benefit, and AGO users wouldn't have to add x y cords in desktop only to republish a layer with x y cords.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2016 21:06:45 GMT</pubDate>
    <dc:creator>MegHoole1</dc:creator>
    <dc:date>2016-12-28T21:06:45Z</dc:date>
    <item>
      <title>Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idi-p/950326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to see an add x y coordinate tool for feature layers in AGO web maps.&amp;nbsp; X Y&amp;nbsp;cords in lat long decimal degrees would be excellent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users using new Esri tools such as trek2there that requires lat and long fields from the attribute table as input &amp;nbsp;&lt;A href="https://blogs.esri.com/esri/arcgis/2016/12/22/introducing-trek2there/"&gt;https://blogs.esri.com/esri/arcgis/2016/12/22/introducing-trek2there/&lt;/A&gt;&amp;nbsp;would benefit, and AGO users wouldn't have to add x y cords in desktop only to republish a layer with x y cords.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 21:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idi-p/950326</guid>
      <dc:creator>MegHoole1</dc:creator>
      <dc:date>2016-12-28T21:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950327#M3635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So much yes. Why is this not included?!? Esri has fallen in love with WGS84 web mercator and punishes you for using anything else on the web. So at least give us the XY (lat long) coordinates!!! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 13:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950327#M3635</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2018-03-13T13:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950328#M3636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you need the X/Y value to update dynamically if the point moved or would you be fine with having to run the tool again like how it is in ArcMap and Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 23:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950328#M3636</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-04-26T23:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950329#M3637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arcade expressions can to some degree be used for this purpose. The following expression returns lat/long values, and can be used in popups and labels. Note it only works where the basemap is in WGS84 or Web Mercator Auxiliary Sphere.&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="comment token"&gt;//Convert Lines/Polygons to Points&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; PointGeometry &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Centroid&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;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; ArcadeX &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; PointGeometry&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;x&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; ArcadeY &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; PointGeometry&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;y&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; ArcadeSr &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; PointGeometry&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;wkid&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; Latitude&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Longitude&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;AuxSphereToLatLon&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;x&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; y&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token function"&gt;Console&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Converting..."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;&lt;SPAN&gt;//Conversion based on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdotnetfollower.com%2Fwordpress%2F2011%2F07%2Fjavascript-how-to-convert-mercator-sphere-coordinates-to-latitude-and-longitude%2F" target="_blank"&gt;http://dotnetfollower.com/wordpress/2011/07/javascript-how-to-convert-mercator-sphere-coordinates-to-latitude-and-longitude/&lt;/A&gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; rMajor &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6378137&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; shift &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; rMajor&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Longitude &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; x &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; shift &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;180.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Latitude &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; y &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; shift &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;180.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Latitude &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;180&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Atan&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Exp&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Latitude &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;180.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; PI &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ArcadeSr &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4326&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token function"&gt;Console&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"4326 Spatial Reference - No Conversion Necessary"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Latitude &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; ArcadeY&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Longitude &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; ArcadeX&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ArcadeSr &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;102100&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token function"&gt;Console&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"102100 Spatial Reference - Conversion Necessary"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token function"&gt;AuxSphereToLatLon&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ArcadeX&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ArcadeY&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token function"&gt;Console&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ArcadeSr &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" Spatial Reference is not supported - currently works with Web Maps where the basemap is in WGS84 (4326) or Web Mercator Auxiliary Sphere 102100"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;ReturnLatLong&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Lat&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Long&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Decimals&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Text&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Round&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Lat&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Decimals&lt;SPAN class="punctuation token"&gt;)&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;Text&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Round&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Long&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Decimals&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;

&lt;SPAN class="token function"&gt;ReturnLatLong&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Latitude&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Longitude&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;7&lt;/SPAN&gt;&lt;SPAN class="punctuation 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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;A similar expression can be used to build hyperlinks as in &lt;A href="https://github.com/Esri/arcade-expressions/blob/master/popup/url-withlocation.md" rel="nofollow noopener noreferrer" target="_blank"&gt;this example on GitHub&lt;/A&gt;&amp;nbsp;which hyperlinks to the same location in Google Maps. A simlar expression could be used for Trek2There.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arcade is not supported in Collector or Explorer popups just yet, but this is coming down the line and the above expression will work when this becomes supported. Survey123 can currently hyperlink to Trek2There by building up a hyperlink using &lt;A href="https://github.com/Esri/Trek2There/wiki/App-links-in-Trek2There" rel="nofollow noopener noreferrer" target="_blank"&gt;the URL Scheme&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mikie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950329#M3637</guid>
      <dc:creator>MichaelKelly</dc:creator>
      <dc:date>2021-12-12T11:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950330#M3638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to do this exact thing - return the Lat/Long from a point in a web map using ArcGIS JavaScript. In the code you have here and the code I've tried I keep getting an error "&lt;SPAN class="" style="color: #de2900; background-color: rgba(255, 255, 255, 0.8);"&gt;Execution Error:&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: rgba(255, 255, 255, 0.8);"&gt;Runtime Error: Cannot call member method on null. x".&amp;nbsp; I'm not sure what I need to do to fix this. I can get the geometry values as a json structure, but I cannot get to the individual data elements.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: rgba(255, 255, 255, 0.8);"&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 02:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950330#M3638</guid>
      <dc:creator>TerryIffland</dc:creator>
      <dc:date>2018-06-21T02:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950331#M3639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can see&amp;nbsp;the geometry values as a json structure, then it sounds like it's just a syntax problem. Can you post your code on &lt;A href="https://jsbin.com/?html,css,js,console,output"&gt;jsbin&lt;/A&gt;&amp;nbsp;or similar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 08:33:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950331#M3639</guid>
      <dc:creator>MichaelKelly</dc:creator>
      <dc:date>2018-06-21T08:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950332#M3640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd not used jsbin before, thanks for the suggestion.&amp;nbsp; However, I wasn't able to resolve that as it looks like there are many more references I need to include to build that code. In AGO, I'm simply doing: &lt;/P&gt;&lt;P&gt;Expression labeled&amp;nbsp;Lat -&lt;/P&gt;&lt;P&gt;var myY = Geometry($feature),y;&lt;BR /&gt;return (myY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression labeled Lon -&lt;/P&gt;&lt;P&gt;var myX = Geometry($feature),longitude;&lt;BR /&gt;return Text(myX);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on the point in AGO, the popup gives me:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: left; color: #333333; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 14px; font-style: normal; font-weight: 400; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: #f7f7f7; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Lat:&amp;nbsp;[object Object]&lt;/SPAN&gt;&lt;BR style="text-align: left; color: #333333; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 14px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; background-color: #f7f7f7; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;" /&gt;&lt;SPAN style="text-align: left; color: #333333; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 14px; font-style: normal; font-weight: 400; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: #f7f7f7; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Lon:&amp;nbsp;{"x":-9253301,"y":4883077,"spatialReference":{"latestWkid":3857,"wkid":102100}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: left; color: #333333; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 14px; font-style: normal; font-weight: 400; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: #f7f7f7; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;I tried to do a return on myX.x (x value for Lon function), but I get the error "Cannot call member method on null. x&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 21:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950332#M3640</guid>
      <dc:creator>TerryIffland</dc:creator>
      <dc:date>2018-06-21T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950333#M3641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a syntax error here:&amp;nbsp;var myY = Geometry($feature)&lt;STRONG style="text-decoration: underline;"&gt;,&lt;/STRONG&gt;y;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The comma needs to be changed to a full stop:&amp;nbsp;var myY = Geometry($feature).y;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The XY values returned by Arcade are based on the basemap. So to get the Lat/Lon where the basemap is in Web Mercotor Auxiliary Sphere you need to use the&amp;nbsp;AuxSphereToLatLon function I have in the script I listed above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/webmap/viewer.html?webmap=967648f9d4c44ee88a32e57f9502dc71"&gt;Here&lt;/A&gt; is a webmap which contains the code I have above - you may have to 'Save As' the Web Map to see the popup configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 08:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950333#M3641</guid>
      <dc:creator>MichaelKelly</dc:creator>
      <dc:date>2018-06-22T08:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950334#M3642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the hard stop, and I'm getting an error.&amp;nbsp;Is there something I'm supposed to be including in my overall map or json that may be causing this?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I copied the&amp;nbsp;code from your example, top to bottom, created a new custom command, pasted the code , ran the test, and received the same error message: "&lt;SPAN class="" style="color: #de2900; background-color: rgba(255, 255, 255, 0.8);"&gt;Execution Error:&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: rgba(255, 255, 255, 0.8);"&gt;Runtime Error: Cannot call member method on null. x"&amp;nbsp; The error is occurring at var ArcadeX = Geometry($feature).x;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: rgba(255, 255, 255, 0.8);"&gt;By the way - I really do appreciate all the assistance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 18:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950334#M3642</guid>
      <dc:creator>TerryIffland</dc:creator>
      <dc:date>2018-06-22T18:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950335#M3643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've reached out to Esri's technical support for assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 19:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950335#M3643</guid>
      <dc:creator>TerryIffland</dc:creator>
      <dc:date>2018-06-22T19:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950336#M3644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be amazing if the X/Y updated dynamically in AGOL. reason being: in my field of work, I have created a user friendly web map for my analysts to place points on. If i create fields of Lat Long for them to fill out, they can easily type one coordinate and place their point somewhere else. &lt;BR /&gt;&lt;BR /&gt;I would really like to see the fields dynamically populate as one places the points. As it stands, I see it as much safer to not even add a Lat Long field set, as it can very confusing if the hand entered coords are 12345N 123456W, but the point is placed on a map at 24580N 135790W&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950336#M3644</guid>
      <dc:creator>KeithReed</dc:creator>
      <dc:date>2018-08-01T18:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950337#M3645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same error here. this is not working. works on a simple scenario when a feature class is published from a desktp file geodatabase but when publishing services as references on an enterprise SDE, the&amp;nbsp;&lt;SPAN style="color: #4c4c4c; background-color: rgba(255, 255, 255, 0.8);"&gt;Geometry($feature) object is null and has no members (X, Y, Z) and therefore cannot be used to obtain any values from the geometry of the feature.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 17:18:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950337#M3645</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2018-12-07T17:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950338#M3646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I used your code, works fine in webmap's popup but when I look it in Collector, doesn't.&lt;/P&gt;&lt;P&gt;I'm doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="641" src="https://community.esri.com/legacyfs/online/460676_Image-1.jpg" width="296" /&gt;&lt;/P&gt;&lt;P&gt;For Long1 and Lat1 I used a simple arcade expression&lt;/P&gt;&lt;P&gt;Geometry($feature)&lt;/P&gt;&lt;P&gt;Please&amp;nbsp;if you can help me with this I'll appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 14:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950338#M3646</guid>
      <dc:creator>ElbaMolina</dc:creator>
      <dc:date>2019-09-27T14:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950339#M3647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for providing this&amp;nbsp;code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I am unable to get it to work in the intended hosted feature layer but it works fine when I create a copy of said layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Copied layer&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="225" src="https://community.esri.com/legacyfs/online/476576_pastedImage_1.png" width="541" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Original&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="330" src="https://community.esri.com/legacyfs/online/476577_pastedImage_2.png" width="542" /&gt;&lt;/P&gt;&lt;P&gt;You mentioned that this will not work in Collector -&amp;nbsp;do you mean that it will not work in layers that are built via Collector or just that it won't be viewable in Collector?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any information you can provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2019 20:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950339#M3647</guid>
      <dc:creator>Andrus_Nicholas</dc:creator>
      <dc:date>2019-12-18T20:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950340#M3648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 13px;"&gt;I am trying to use the "&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px;"&gt;Dynamically create a hyperlink with lat long values in a popup" from &lt;A href="https://github.com/Esri/arcade-expressions/blob/master/popup/url-withlocation.md"&gt;github&lt;/A&gt; and trying to use the Google Panoramic but when the code and click on the map I get a popup and it's just black, not sure what the issues is?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;Also can it be changed to add Bings Birds view, if so how?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 16:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950340#M3648</guid>
      <dc:creator>2Quiker</dc:creator>
      <dc:date>2020-08-17T16:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950341#M3649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to figure it out but my zoom is not working, no matter what I change the lvl to 1-20 nothing ever happens, anyone have any idea as to why the lvl doesn't work?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwww.bing.com%2Fmaps%3F%26style%3Do%26lvl%3D20%26dir%3D0%26cp%3D" rel="nofollow" target="_blank"&gt;https://www.bing.com/maps?&amp;amp;style=o&amp;amp;lvl=20&amp;amp;dir=0&amp;amp;cp=&lt;/A&gt;&lt;SPAN&gt;" + text(Latitude) + "~" + text(Longitude);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 20:55:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/950341#M3649</guid>
      <dc:creator>2Quiker</dc:creator>
      <dc:date>2020-08-18T20:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/1066827#M8019</link>
      <description>&lt;P&gt;Any updates if ESRI has added this feature yet or plan to?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 11:30:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/1066827#M8019</guid>
      <dc:creator>RobynSnookCCB</dc:creator>
      <dc:date>2021-06-10T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/1107012#M8395</link>
      <description>&lt;P&gt;Yes, totally agree with this.&amp;nbsp; Our previous web GIS allowed you to manually input an easting/northing or x,y values and snapped the map to it.&amp;nbsp; All it needs is a simple widget to allow this in ArcGIS Online.&lt;/P&gt;&lt;P&gt;To get around this shortcoming I have had to capture a set of points every 100 metres to cover our local authority area and ask users to use the search for a rounded co-ordinate value to match the point e.g. 488100,169100&amp;nbsp; It works, but only to the nearest 100m and its a waste of point data and storage space.&amp;nbsp; If I had a larger authority area I wouldn't consider it.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 12:27:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/1107012#M8395</guid>
      <dc:creator>ChrisAt</dc:creator>
      <dc:date>2021-10-13T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add x y coordinates in web map layer</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/1497981#M11378</link>
      <description>&lt;P&gt;Further to this - Expand capability to have automatic updated coordinates in a coordinate system of choice and bonus points to have a map that can do it while offline (in FieldMaps, etc).&lt;BR /&gt;Just getting WGS84 is not useful in many cases even if it is close to GDA94/GDA2020.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I understand that it is complicated but many photography apps like Theodolite can do the conversion to a large range of coordsys on mobile devices while offline so not sure what Esri's holdup on this is in a browser connected to the internet using a desktop/laptop.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 00:18:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/add-x-y-coordinates-in-web-map-layer/idc-p/1497981#M11378</guid>
      <dc:creator>RTPL_AU</dc:creator>
      <dc:date>2024-06-27T00:18:05Z</dc:date>
    </item>
  </channel>
</rss>

