<?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: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383424#M14879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try setting suggest:true on your locator? That should get the autocomplete working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; var myGeocoders = [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: locatorUrl,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name: "AirportsGeocode",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; suggest: true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; singleLineFieldName: "SingleKey"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 17:38:59 GMT</pubDate>
    <dc:creator>MattDriscoll</dc:creator>
    <dc:date>2021-12-11T17:38:59Z</dc:date>
    <item>
      <title>ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383422#M14877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a 10.3 Geocode Server with suggest enabled, and trying to upgrade my applications with the geocoder widget using 3.12 JS API.&amp;nbsp; Previous versions (10.2 Server and 3.11 API) worked great with auto suggest and auto navigate, and the Esri's world geocoding service plays very nicely with the geocoder widget at 3.12 (particularly like the highlightLocation feature), but everything seems broken with a custom GeocodeServer.&amp;nbsp; Autosuggest doesn't work, auto navigate doesn't work even when you choose an exact match, etc. etc.&amp;nbsp; Is this supposed to work with the geocode widget or do we have to write custom functionality (using the suggest and grabbing the magickey and then doing single line input).&amp;nbsp; Seems like 10.3 has come slightly ahead of 3.12 API - do we have to wait until 3.13 or 4.0 for this to be fixed, or is it a bug?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my source code:&lt;/P&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; &lt;DIV&gt; &lt;/DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;DIV&gt; &lt;/DIV&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 17:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383422#M14877</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2014-12-22T17:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383423#M14878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Geocoder Widget&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.12/esri/css/esri.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.12/esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; html, body, #map {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height:100%;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width:100%;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin:0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding:0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; body {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color:#FFF;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overflow:hidden;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-family:"Trebuchet MS";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #search {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display: block;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; position: absolute;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z-index: 2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 20px;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left: 75px;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.12/" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.12/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var map;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var geocoder;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var locatorUrl = "http:myserver:6080/arcgis/rest/services/Locators/AirportsGeocode/GeocodeServer";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; require([&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esri/map", "esri/dijit/Geocoder", "dojo/domReady!"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ], function(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map, Geocoder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = new Map("map",{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; basemap: "dark-gray",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; center: [-97,38], // lon, lat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zoom: 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var myGeocoders = [{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: locatorUrl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name: "AirportsGeocode",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; singleLineFieldName: "SingleKey"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geocoder = new Geocoder({&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoComplete: true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoNavigate: true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; showResults: true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightLocation: true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxLocations: 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; minCharacters: 2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcgisGeocoder: false,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geocoders: myGeocoders,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value: "LAX"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },"search");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geocoder.startup();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="search"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="map"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 13:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383423#M14878</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2014-12-23T13:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383424#M14879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try setting suggest:true on your locator? That should get the autocomplete working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; var myGeocoders = [{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: locatorUrl,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name: "AirportsGeocode",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; suggest: true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; singleLineFieldName: "SingleKey"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }];&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383424#M14879</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2021-12-11T17:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383425#M14880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matt - that certainly enabled the suggestion menu.&lt;/P&gt;&lt;P&gt;However, the autoNavigate functionality won't work.&amp;nbsp; The entire map goes blank and I get a console error: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: Invalid value for &amp;lt;image&amp;gt; attribute x="NaN"&lt;/P&gt;&lt;P&gt;Error: Invalid value for &amp;lt;image&amp;gt; attribute y="NaN"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REST Endpoint returns correct coords if I use it directly (although when building the geocoder, I didn't manually specific (x,y) like you can at 10.3).&amp;nbsp; I assume the default of just taking the (x,y) from the SHAPE field would do.&amp;nbsp; Anyway, thoughts here?&amp;nbsp; Stilling using the same code as above, except with the "suggest" parameter.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 16:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383425#M14880</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2015-01-05T16:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383426#M14881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post the network response JSON from when a find occurs? It seems like the response may be missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 16:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383426#M14881</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2015-01-05T16:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383427#M14882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the findAddressCandidates endpoint, the result is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "spatialReference" : {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "wkid" : 102100,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "latestWkid" : 3857&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp; "candidates" : [{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "address" : "LAX",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "location" : {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "x" : -13181126.409301052,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "y" : 4021083.6552447858&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp; "score" : 100,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "attributes" : {},&lt;/P&gt;&lt;P&gt;&amp;nbsp; "extent" : {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "xmin" : "NaN",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "ymin" : "NaN",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "xmax" : "NaN",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "ymax" : "NaN"&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's passing in web mercator aux spatial reference.&amp;nbsp; Query string parameters (taken from the network response) are: &lt;/P&gt;&lt;OL class="expanded children" style="list-style-type: none; color: #222222; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px; padding: 2px 6px !important;"&gt;&lt;LI&gt;&lt;SPAN class="header-name" style="color: #545454; margin-right: 0.5em; font-weight: bold;"&gt;Single Line Input:&lt;/SPAN&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;LAX&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="header-name" style="color: #545454; margin-right: 0.5em; font-weight: bold;"&gt;f:&lt;/SPAN&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;json&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="header-name" style="color: #545454; margin-right: 0.5em; font-weight: bold;"&gt;outSR:&lt;/SPAN&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;{"wkid":102100,"latestWkid":3857}&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="header-name" style="color: #545454; margin-right: 0.5em; font-weight: bold;"&gt;magicKey:&lt;/SPAN&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;GST7YMc0AM9UOsKtGTyVGST7YMc0AM9UOsEm1h5IDT5GYYh0DScnObxtGMytaikZMs8AQoFF&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="header-name" style="color: #545454; margin-right: 0.5em; font-weight: bold;"&gt;maxLocations:&lt;/SPAN&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;5&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 10.3 GeocodeServer however does have a spatial reference of 4326.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I imagine the spatial reference parameter needs to be changed somehow.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's strange is if I use Esri's World Geocoding Service instead in the geocoder widget, it also returns coords in 3857 coordinates, but the map knows how to handle it.&amp;nbsp; That is, using the World Geocoding Service doesn't have the same effect - it works as expected.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 17:10:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383427#M14882</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2015-01-05T17:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383428#M14883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like it's because the extent has values that are NaN. Is there a way you can either remove the extent or set the values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 18:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383428#M14883</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2015-01-05T18:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383429#M14884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All that's automatic - I'd have to get access to the response before the geocoder dijit returns it to the map and either compute and extent or remove it.&amp;nbsp; In the geocoder dijit documentation, there is a zoomScale attribute which claims: "Scale to zoom to when geocoder does not return an extent."&amp;nbsp; I tried adding this attribute when instantiating the geocoder dijit but it doesn't seem to have any effect.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I'd have to change the actual geocoder (the one from which the service was created).&amp;nbsp; There are optional fields you can specify on creation for the four extent coordinates, but I'd have to modify the source table, add four fields, figure out the best extent coords, etc. etc.&amp;nbsp; Seems like a lot of work.....&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 18:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383429#M14884</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2015-01-05T18:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383430#M14885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the JSON above from the geocoder widget? If so, can you send the actual network response from the network tab of the debugger tools? It would be interesting to see what the network is returning during a search. It may not be returning geometry or something it needs and that's why the extent is being set to NaN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway you can share the service URL so I could take a look?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 18:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383430#M14885</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2015-01-05T18:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383431#M14886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if that was confusing.&amp;nbsp; All the JSON is the network response from the network tab of the debugger tools.&amp;nbsp; There are two network calls when using the Geocoder Widget.&amp;nbsp; &lt;/P&gt;&lt;P&gt;1. When I start typing something, the network tab of the debugger tools shows a query to the "suggest" endpoint of my GeocodeService.&amp;nbsp; This returns suggestions and a magicKey.&amp;nbsp; &lt;/P&gt;&lt;P&gt;2. Then when I choose a result from the geocoder widget's drop down menu in the UI, the network tab shows a request to the "findAddressCandidates" endpoint of my GeocodeService.&amp;nbsp; The JSON above is the response from that request, and the response shows that there is no extent returned and the spatial reference is incorrect (at least based on the spatial reference of my GeocodeService).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the service is behind our firewall so it's not public.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that clears t hings up....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 20:09:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383431#M14886</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2015-01-05T20:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383432#M14887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that makes sense. It seems it's because the extent is not defined correctly. I'm not sure if its because something in the locator needs to be configured or an extent needs to be created for each result. If the extent isn't returned, then it would use the location point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 21:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383432#M14887</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2015-01-05T21:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383433#M14888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am told that the extent not returning correctly is a bug that is fixed in 10.3.1. There is a patch planned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 21:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383433#M14888</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2015-01-05T21:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383434#M14889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wonderful!&amp;nbsp; Thanks for your sleuthing.&amp;nbsp; I'll just wait till then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 21:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383434#M14889</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2015-01-05T21:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.3 GeocodeServer and JS 3.12 Geocoder Widget</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383435#M14890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem! I am told one workaround is this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;If the locator is recreated with GCS WGS 84 and republished, it will work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 22:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-10-3-geocodeserver-and-js-3-12-geocoder/m-p/383435#M14890</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2015-01-05T22:33:48Z</dc:date>
    </item>
  </channel>
</rss>

