<?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 Custom Geocoding Service not working with AGOL &amp;amp;quot;basicviewer&amp;amp;quot; web app in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757535#M37148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have downloaded and configured the ArcGIS Online "basicviewer" web application on an external web server.&amp;nbsp; I have configured the application to work with a custom ArcGIS REST geocoding service running on this web server.&amp;nbsp; I am not able to get the basicviewer "search" tool to work with this geocoding service.&amp;nbsp; Using the Debugging tools with Firefox and inspecting the URL that the basicviewer search tool is passing to the geocoding REST service, I believe that the search tool is incorrectly passing the parameter "&amp;amp;Single Line Input=" when instead I believe the correct parameter should be "&amp;amp;SingleLine=".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone found a work around for the search tool on the AGOL basicviewer web application to use the search tool with a custom (non-ESRI) geocoding service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 22:43:22 GMT</pubDate>
    <dc:creator>WilliamRice</dc:creator>
    <dc:date>2013-12-06T22:43:22Z</dc:date>
    <item>
      <title>Custom Geocoding Service not working with AGOL &amp;quot;basicviewer&amp;quot; web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757535#M37148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have downloaded and configured the ArcGIS Online "basicviewer" web application on an external web server.&amp;nbsp; I have configured the application to work with a custom ArcGIS REST geocoding service running on this web server.&amp;nbsp; I am not able to get the basicviewer "search" tool to work with this geocoding service.&amp;nbsp; Using the Debugging tools with Firefox and inspecting the URL that the basicviewer search tool is passing to the geocoding REST service, I believe that the search tool is incorrectly passing the parameter "&amp;amp;Single Line Input=" when instead I believe the correct parameter should be "&amp;amp;SingleLine=".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone found a work around for the search tool on the AGOL basicviewer web application to use the search tool with a custom (non-ESRI) geocoding service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 22:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757535#M37148</guid>
      <dc:creator>WilliamRice</dc:creator>
      <dc:date>2013-12-06T22:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Geocoding Service not working with AGOL "basicviewer" web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757536#M37149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having the same issue. It was working fine, then I downloaded the most recent update and the search function is now using the original "World" geocoder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757536#M37149</guid>
      <dc:creator>SamanthaEdwards</dc:creator>
      <dc:date>2014-01-07T16:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Geocoding Service not working with AGOL "basicviewer" web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757537#M37150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;based on what you are describing, it sounds like you need to modify the helperServices section of the config/commonConfig.js file to include the singleLineFieldName, and set placefinding to true.&amp;nbsp; here is an example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;geocode: [{url: location.protocol + "//&amp;lt;yourserver&amp;gt;/arcgis/rest/services/GEOCODE/GeocodeServer",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name: "Test Geocoder",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; singleLineFieldName: "SingleLine",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; placefinding: true &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 16:26:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757537#M37150</guid>
      <dc:creator>IanWittenmyer</dc:creator>
      <dc:date>2014-01-09T16:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Geocoding Service not working with AGOL "basicviewer" web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757538#M37151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried that suggestion and the search function still pulls from the default geocoder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 12:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757538#M37151</guid>
      <dc:creator>SamanthaEdwards</dc:creator>
      <dc:date>2014-01-14T12:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Geocoding Service not working with AGOL "basicviewer" web app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757539#M37152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know but I was having a similar problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got it resolved by &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to get the geocoder to work in the basic viewer in ArcGIS Online, Annonymous Access would need to be enabled.&amp;nbsp; To do this we would do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the organization go to Edit Settings &amp;gt; Security &amp;gt; Check on Allow Anonymous access to your organization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 13:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/custom-geocoding-service-not-working-with-agol-amp/m-p/757539#M37152</guid>
      <dc:creator>TerriRogers</dc:creator>
      <dc:date>2014-04-29T13:04:09Z</dc:date>
    </item>
  </channel>
</rss>

