<?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 How to set custom geocoder for geopoint by URL rather than item ID? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-custom-geocoder-for-geopoint-by-url/m-p/1571363#M60640</link>
    <description>&lt;P&gt;I have a survey with a geopoint question that I want to use our custom geocoder for, so it just shows local addresses rather than all over the world.&amp;nbsp; A couple of references explain how to do this with the geopoint question type:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/geopoints.htm" target="_blank" rel="noopener"&gt;Geopoints—ArcGIS Survey123 | Documentation&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To set a specific locator to return results from, supply the locator's item ID in the&amp;nbsp;&lt;SPAN class=""&gt;bind::esri:parameters&lt;/SPAN&gt;&amp;nbsp;column, for example,&amp;nbsp;&lt;SPAN class=""&gt;geocode=36ff9e8c13e042a58cfce4ad87f55d19&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;also&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-addresses-and-the/ba-p/1099132" target="_blank" rel="noopener"&gt;Survey123 Tricks of the Trade: Addresses, and the XLSForm geocode appearance&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Additionally, you can also use the&amp;nbsp;bind::esri:parameters&amp;nbsp;column of your XLSForm to specify the&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-blog/where-can-i-find-the-item-id-for-an-arcgis-online/ba-p/890284" target="_blank" rel="noopener"&gt;item ID&lt;/A&gt;&amp;nbsp;of the ArcGIS locator service or locator view to be used. If you do this, the organization’s geocoding service configuration will be ignored, and the specified locator service will be used instead.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The screenshot below shows how to use the&amp;nbsp;geocode&amp;nbsp;bind::esri:parameter&amp;nbsp;to work with a specific locator service.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulCone2_0-1735244418450.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122453iDF3242C06EB0ED95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaulCone2_0-1735244418450.png" alt="PaulCone2_0-1735244418450.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the same survey I am using a&amp;nbsp;pulldata on the same geocoder, to do a reverse geocode...&lt;/P&gt;&lt;P&gt;pulldata("@geopoint",${gpslocation},"reversegeocode.address.Address","&lt;A href="https://www.portlandmaps.com/arcgis/rest/services/Public/Geocoding_PDX/GeocodeServer/reverseGeocode" target="_blank" rel="noopener"&gt;https://www.portlandmaps.com/arcgis/rest/services/Public/Geocoding_PDX/GeocodeServer/reverseGeocode&lt;/A&gt;","distance=100","outSR=4326")&lt;/P&gt;&lt;P&gt;This custom geocoder does not have an item ID, so how do I set the geocoder in the geopoint to use the URL?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Dec 2024 20:28:02 GMT</pubDate>
    <dc:creator>PaulCone2</dc:creator>
    <dc:date>2024-12-26T20:28:02Z</dc:date>
    <item>
      <title>How to set custom geocoder for geopoint by URL rather than item ID?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-custom-geocoder-for-geopoint-by-url/m-p/1571363#M60640</link>
      <description>&lt;P&gt;I have a survey with a geopoint question that I want to use our custom geocoder for, so it just shows local addresses rather than all over the world.&amp;nbsp; A couple of references explain how to do this with the geopoint question type:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/geopoints.htm" target="_blank" rel="noopener"&gt;Geopoints—ArcGIS Survey123 | Documentation&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To set a specific locator to return results from, supply the locator's item ID in the&amp;nbsp;&lt;SPAN class=""&gt;bind::esri:parameters&lt;/SPAN&gt;&amp;nbsp;column, for example,&amp;nbsp;&lt;SPAN class=""&gt;geocode=36ff9e8c13e042a58cfce4ad87f55d19&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;also&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-addresses-and-the/ba-p/1099132" target="_blank" rel="noopener"&gt;Survey123 Tricks of the Trade: Addresses, and the XLSForm geocode appearance&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Additionally, you can also use the&amp;nbsp;bind::esri:parameters&amp;nbsp;column of your XLSForm to specify the&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-blog/where-can-i-find-the-item-id-for-an-arcgis-online/ba-p/890284" target="_blank" rel="noopener"&gt;item ID&lt;/A&gt;&amp;nbsp;of the ArcGIS locator service or locator view to be used. If you do this, the organization’s geocoding service configuration will be ignored, and the specified locator service will be used instead.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The screenshot below shows how to use the&amp;nbsp;geocode&amp;nbsp;bind::esri:parameter&amp;nbsp;to work with a specific locator service.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulCone2_0-1735244418450.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122453iDF3242C06EB0ED95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaulCone2_0-1735244418450.png" alt="PaulCone2_0-1735244418450.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the same survey I am using a&amp;nbsp;pulldata on the same geocoder, to do a reverse geocode...&lt;/P&gt;&lt;P&gt;pulldata("@geopoint",${gpslocation},"reversegeocode.address.Address","&lt;A href="https://www.portlandmaps.com/arcgis/rest/services/Public/Geocoding_PDX/GeocodeServer/reverseGeocode" target="_blank" rel="noopener"&gt;https://www.portlandmaps.com/arcgis/rest/services/Public/Geocoding_PDX/GeocodeServer/reverseGeocode&lt;/A&gt;","distance=100","outSR=4326")&lt;/P&gt;&lt;P&gt;This custom geocoder does not have an item ID, so how do I set the geocoder in the geopoint to use the URL?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 20:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-custom-geocoder-for-geopoint-by-url/m-p/1571363#M60640</guid>
      <dc:creator>PaulCone2</dc:creator>
      <dc:date>2024-12-26T20:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set custom geocoder for geopoint by URL rather than item ID?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-custom-geocoder-for-geopoint-by-url/m-p/1572326#M60671</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/348845"&gt;@PaulCone2&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to add the PDX geocode service as an item to your ArcGIS organization. Then you will use the item ID for that item in your org in the bind::esri:parameters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/create-locator.htm" target="_self"&gt;Create a locator&lt;/A&gt; documentation for more information, the &lt;STRONG&gt;Create a locator from a geocode service&lt;/STRONG&gt; would be the workflow needed for adding the PDX geocode service to your organization.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 01:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-custom-geocoder-for-geopoint-by-url/m-p/1572326#M60671</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2025-01-03T01:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to set custom geocoder for geopoint by URL rather than item ID?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-custom-geocoder-for-geopoint-by-url/m-p/1572593#M60678</link>
      <description>&lt;P&gt;It's a bit odd to basically have to point to the same thing from a survey using two different methods -- but it works!&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 22:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-custom-geocoder-for-geopoint-by-url/m-p/1572593#M60678</guid>
      <dc:creator>PaulCone2</dc:creator>
      <dc:date>2025-01-03T22:14:05Z</dc:date>
    </item>
  </channel>
</rss>

