<?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 Setting Point Geometry from Latitude/Longitude Fields in Survey123 Output Layer in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/setting-point-geometry-from-latitude-longitude/m-p/1615881#M64784</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a workflow in ArcGIS Survey123 and ArcGIS Online where field users complete a form &lt;STRONG&gt;without needing to select a location manually on the map.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here's my situation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;:clipboard:&lt;/img&gt; Workflow&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;The user selects a &lt;STRONG&gt;grower and then a &lt;STRONG&gt;plot from a cascading dropdown list.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;The &lt;STRONG&gt;plot list (id_megadel.csv) is stored in the media folder and contains the field names name, label, parent_name.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;To avoid disrupting the cascading logic, I &lt;STRONG&gt;did not modify this main CSV.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":round_pushpin:"&gt;📍&lt;/span&gt; Location Requirements&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;I created an additional CSV file (plot_coords.csv) that contains coordinates (latitude and longitude) for each plot, by name (plot ID).&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;The form uses pulldata() to fetch the coordinates from this file.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;I added a calculate question in the form to &lt;STRONG&gt;generate a geopoint based on the selected plot’s coordinates (without map input).&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;This setup &lt;STRONG&gt;does not render a map location in the resulting Feature Layer (hosted in ArcGIS Online). When viewing the layer in the Map Viewer, all points default to (0,0) or do not appear at all.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;I tried switching to &lt;STRONG&gt;Map Viewer and Arcade, but in the &lt;STRONG&gt;"Symbol style" → "Location (Single symbol)" pane, I do not get the option to set location using an Arcade expression like:&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;arcade&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Copy&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Edit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;Point($feature.longitude, $feature.latitude)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;It seems Arcade only controls symbol style — not the geometry itself.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":magnifying_glass_tilted_right:"&gt;🔎&lt;/span&gt; What I’m looking for&lt;/P&gt;&lt;P&gt;How can I:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Set the actual geometry (point) of a survey record based on lat/lon fields pulled from a CSV, and&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;Ensure that this works in the Survey123 &amp;gt; Hosted Feature Layer, without requiring users to select location manually?&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;Is there a supported way to &lt;STRONG&gt;derive point geometry in the Feature Layer from lat/lon fields (perhaps post-processing or via expressions)?&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;Thanks in advance for your help!&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Mon, 19 May 2025 08:17:32 GMT</pubDate>
    <dc:creator>AsafAizik1</dc:creator>
    <dc:date>2025-05-19T08:17:32Z</dc:date>
    <item>
      <title>Setting Point Geometry from Latitude/Longitude Fields in Survey123 Output Layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/setting-point-geometry-from-latitude-longitude/m-p/1615881#M64784</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a workflow in ArcGIS Survey123 and ArcGIS Online where field users complete a form &lt;STRONG&gt;without needing to select a location manually on the map.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here's my situation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;:clipboard:&lt;/img&gt; Workflow&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;The user selects a &lt;STRONG&gt;grower and then a &lt;STRONG&gt;plot from a cascading dropdown list.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;The &lt;STRONG&gt;plot list (id_megadel.csv) is stored in the media folder and contains the field names name, label, parent_name.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;To avoid disrupting the cascading logic, I &lt;STRONG&gt;did not modify this main CSV.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":round_pushpin:"&gt;📍&lt;/span&gt; Location Requirements&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;I created an additional CSV file (plot_coords.csv) that contains coordinates (latitude and longitude) for each plot, by name (plot ID).&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;The form uses pulldata() to fetch the coordinates from this file.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;I added a calculate question in the form to &lt;STRONG&gt;generate a geopoint based on the selected plot’s coordinates (without map input).&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;This setup &lt;STRONG&gt;does not render a map location in the resulting Feature Layer (hosted in ArcGIS Online). When viewing the layer in the Map Viewer, all points default to (0,0) or do not appear at all.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;I tried switching to &lt;STRONG&gt;Map Viewer and Arcade, but in the &lt;STRONG&gt;"Symbol style" → "Location (Single symbol)" pane, I do not get the option to set location using an Arcade expression like:&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;arcade&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Copy&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Edit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;Point($feature.longitude, $feature.latitude)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;It seems Arcade only controls symbol style — not the geometry itself.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":magnifying_glass_tilted_right:"&gt;🔎&lt;/span&gt; What I’m looking for&lt;/P&gt;&lt;P&gt;How can I:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Set the actual geometry (point) of a survey record based on lat/lon fields pulled from a CSV, and&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;Ensure that this works in the Survey123 &amp;gt; Hosted Feature Layer, without requiring users to select location manually?&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;Is there a supported way to &lt;STRONG&gt;derive point geometry in the Feature Layer from lat/lon fields (perhaps post-processing or via expressions)?&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;Thanks in advance for your help!&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 19 May 2025 08:17:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/setting-point-geometry-from-latitude-longitude/m-p/1615881#M64784</guid>
      <dc:creator>AsafAizik1</dc:creator>
      <dc:date>2025-05-19T08:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Point Geometry from Latitude/Longitude Fields in Survey123 Output Layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/setting-point-geometry-from-latitude-longitude/m-p/1616146#M64800</link>
      <description>&lt;P&gt;I think the logic is sound, and the Esri recommended approach.&amp;nbsp; So I think manual post-processing is not necessary - and onoly mfixing the original survey geopoint calculation is required.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/create-geopoint-from-lat-amp-long-numeric-field/td-p/1285249" target="_blank"&gt;Solved: Create GeoPoint From Lat &amp;amp; Long Numeric Field Coll... - Esri Community&lt;/A&gt;&lt;BR /&gt;has an example XLS geopoint calculation formatting which may be of use, and I'd recommend sharing your Survey XLS and any screenshots/code you currently have so that someone can assist you.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 18:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/setting-point-geometry-from-latitude-longitude/m-p/1616146#M64800</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-05-19T18:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Point Geometry from Latitude/Longitude Fields in Survey123 Output Layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/setting-point-geometry-from-latitude-longitude/m-p/1616308#M64815</link>
      <description>&lt;P&gt;Thank you for referring me to the solution!&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 06:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/setting-point-geometry-from-latitude-longitude/m-p/1616308#M64815</guid>
      <dc:creator>AsafAizik1</dc:creator>
      <dc:date>2025-05-20T06:22:12Z</dc:date>
    </item>
  </channel>
</rss>

