<?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: Custom Geocoder to Geopoint - Different WKID in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1306733#M50522</link>
    <description>&lt;P&gt;Hi James, thanks so much!! That solved it!&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 22:34:41 GMT</pubDate>
    <dc:creator>Caitlin_Todd_LCOR</dc:creator>
    <dc:date>2023-07-07T22:34:41Z</dc:date>
    <item>
      <title>Custom Geocoder to Geopoint - Different WKID</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1306396#M50495</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm hoping there's an easy solution to this. I'm building a public-facing survey for emergency responses. In&amp;nbsp; the survey the public will be looking up their address via a custom address locator in a geocode type question. For x &amp;amp; y reasons, the public won't be allowed to look up their address in a map interface. So I'm hoping to use the pulldata function to glean the coordinates from the custom address locator and push them into a geopoint question so a point is created in the correct location.&lt;/P&gt;&lt;P&gt;But it's not updating the geopoint question and the survey points are getting put at 0,0 off of Africa.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="address_lookup.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74967i7F65BF9BE77D2D96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="address_lookup.jpg" alt="address_lookup.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But if I manually change the lat/long questions to something in decimal degrees, it works.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="address_lookup_manual.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74968i27B0E31945AA7CF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="address_lookup_manual.jpg" alt="address_lookup_manual.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My custom address locator is in WKID 2914 with international feet as the units, which isn't an option in the Survey123 Connect --&amp;gt; Map tab --&amp;gt; Coordinate Format list.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current question calculations are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;long:&amp;nbsp;pulldata("@json",${address},"attributes.X")&lt;/LI&gt;&lt;LI&gt;lat:&amp;nbsp;pulldata("@json",${address},"attributes.Y")&lt;/LI&gt;&lt;LI&gt;location:&amp;nbsp;concat(number(${lat})," ",number(${long}))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Published to AGOL with Survey123 connect V3.14.261&lt;/P&gt;&lt;P&gt;Is there a way to change the Geopoint question WKID or to maybe convert on the fly to WKID 2914? I'd like to be able to use my custom address locator to avoid AGOL credit costs and still be able to push it into a geopoint question.&lt;/P&gt;&lt;P&gt;I've attached this section of my survey XLS.&lt;/P&gt;&lt;P&gt;Thanks for all your help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caitlin Todd&lt;/P&gt;&lt;P&gt;Lane County GIS&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 22:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1306396#M50495</guid>
      <dc:creator>Caitlin_Todd_LCOR</dc:creator>
      <dc:date>2023-07-06T22:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Geocoder to Geopoint - Different WKID</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1306598#M50508</link>
      <description>&lt;P&gt;Hi, the issue in your example is where you are retrieving the x &amp;amp; y values.&amp;nbsp; In your example, the values are retrieved from the attributes of the geocode result; these are values stored in the geocode table/index and are not altered based on the request input.&amp;nbsp; Instead, you should be retrieving the values from the location object, which is reprojected as part of the request made by Survey123.&amp;nbsp; The attached file shows this difference.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1306598#M50508</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2023-07-07T17:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Geocoder to Geopoint - Different WKID</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1306733#M50522</link>
      <description>&lt;P&gt;Hi James, thanks so much!! That solved it!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 22:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1306733#M50522</guid>
      <dc:creator>Caitlin_Todd_LCOR</dc:creator>
      <dc:date>2023-07-07T22:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Geocoder to Geopoint - Different WKID</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1665893#M64748</link>
      <description>&lt;P&gt;This is what I have for a calculation, but it is still reading (0,0). On survey the coordinates are showing, but once submitted its reading (0,0). ${Lat} and ${Lon} fields are showing but not the geopoint Map&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 16:20:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/custom-geocoder-to-geopoint-different-wkid/m-p/1665893#M64748</guid>
      <dc:creator>EmilySpeck</dc:creator>
      <dc:date>2025-11-14T16:20:36Z</dc:date>
    </item>
  </channel>
</rss>

