<?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 edit coordinate fields in a layer? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1558889#M62383</link>
    <description>&lt;P&gt;Although I am able to change longitude/latitude fields&amp;nbsp;either in a popup or in a table in Map Viewer, doing so does not change the point on the map. It remains at the same location before editing the fields.&amp;nbsp; I know that some fields are not editable, but why would the system accept my edits and not have the changes reflected on the map? Is there something in the workflow that I am missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2024 20:42:21 GMT</pubDate>
    <dc:creator>Ken-Middleton</dc:creator>
    <dc:date>2024-11-14T20:42:21Z</dc:date>
    <item>
      <title>edit coordinate fields in a layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1558889#M62383</link>
      <description>&lt;P&gt;Although I am able to change longitude/latitude fields&amp;nbsp;either in a popup or in a table in Map Viewer, doing so does not change the point on the map. It remains at the same location before editing the fields.&amp;nbsp; I know that some fields are not editable, but why would the system accept my edits and not have the changes reflected on the map? Is there something in the workflow that I am missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 20:42:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1558889#M62383</guid>
      <dc:creator>Ken-Middleton</dc:creator>
      <dc:date>2024-11-14T20:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: edit coordinate fields in a layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1558922#M62388</link>
      <description>&lt;P&gt;Geometry is stored within the layer. You won't see coordinates in the attribute table.&lt;/P&gt;&lt;P&gt;If you have coordinates in the attribute table, it's likely that they came from earlier e.g. uploading a CSV with X Y coordinates. They would be used to create the point, not removed from the table, and then not updated.&lt;/P&gt;&lt;P&gt;Some web applications will add X and y coordinates to exports e.g. experience builder.&lt;/P&gt;&lt;P&gt;If you want to see the coordinates in the pop-up you can use Arcade to return the geometry:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-display-xy-values-in-arcgis-online-map-viewer-po-000028156" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/how-to-display-xy-values-in-arcgis-online-map-viewer-po-000028156&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You could also use this to dynamically update the points coordinates attributes with Forms. E.g. move point, arcade calculates field as X. However this won't work the other way (change attribute doesn't move the point) and I don't recommend it as you can end up with points in different locations to the coordinate attributes.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 21:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1558922#M62388</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-11-14T21:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: edit coordinate fields in a layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1558950#M62389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/535159"&gt;@Ken-Middleton&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, and, if you are looking for a way to place or move a (single) point based on coordinates in Map Viewer, you can do so using Tooltips. See this article for more:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/map-a-point-tooltips/" target="_blank" rel="noopener"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/map-a-point-tooltips/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 18:22:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1558950#M62389</guid>
      <dc:creator>EmilyGeo</dc:creator>
      <dc:date>2024-11-18T18:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: edit coordinate fields in a layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1559499#M62431</link>
      <description>&lt;P&gt;Thanks for this. Very helpful. We were uploading CVS with coordinates. I now have a better understanding.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 05:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1559499#M62431</guid>
      <dc:creator>Ken-Middleton</dc:creator>
      <dc:date>2024-11-17T05:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: edit coordinate fields in a layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1559500#M62432</link>
      <description>&lt;P&gt;Thanks for this suggestion. I'll give Tooltips a try.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2024 05:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/edit-coordinate-fields-in-a-layer/m-p/1559500#M62432</guid>
      <dc:creator>Ken-Middleton</dc:creator>
      <dc:date>2024-11-17T05:39:15Z</dc:date>
    </item>
  </channel>
</rss>

