<?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: Customize information lookup template in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864921#M850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked in changes tonight that fix the issue you are having.&amp;nbsp; You can now set queryToOrg to false and it will load the basemap gallery.&amp;nbsp; You will need to specify your geocoders, the url and singleLineFieldName are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/information-lookup" title="https://github.com/Esri/information-lookup"&gt;Esri/information-lookup · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 01:55:41 GMT</pubDate>
    <dc:creator>MikeMillerGIS</dc:creator>
    <dc:date>2015-03-04T01:55:41Z</dc:date>
    <item>
      <title>Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864914#M843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been using the Information look up template (hosted). I now have a need to change the geocoder for the app and have it different than the geocoder we default to in our AGOLO site.&amp;nbsp; I downloaded the files for the lookup template from github.&amp;nbsp; I have it working locally with my map, However I cannot seem to get it to pick up on my geocoder.&amp;nbsp; I tried changing the URL in the commonConfig.js and/or in the default.js (the section with helper services).&amp;nbsp; However there is something else going on beyond there that I am missing.&amp;nbsp; I'd appreciate any suggestions. I am a novice with javascript but I've gotten some of the other templates customized and working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 19:49:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864914#M843</guid>
      <dc:creator>KendellRyan</dc:creator>
      <dc:date>2015-02-10T19:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864915#M844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you zip up your customized version of the app and attach it to this thread? This might help us see what's going wrong. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 02:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864915#M844</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-02-14T02:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864916#M845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. Can I email the zipped folder to you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 19:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864916#M845</guid>
      <dc:creator>KendellRyan</dc:creator>
      <dc:date>2015-02-16T19:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864917#M846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Sure send it to &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:khutchins@esri.com"&gt;khutchins@esri.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 17:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864917#M846</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-02-18T17:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864918#M847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kendell,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The app uses the settings in your ArcGIS Online to get a list of locators.&amp;nbsp; If you do not want to add your locator to the org and have the app only use one locator, you can change the _getGeocoders function in the search.js javascript function.&amp;nbsp; You will want to only return your locator in the defaultSources variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you want the function to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;geocoder.locator = new Locator(&amp;lt;YourURL);&lt;/P&gt;&lt;P&gt;defaultSources.push(geocoder);&lt;/P&gt;&lt;P&gt;geocoder.placeholder = this.i18n.geocoder.defaultText;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&amp;nbsp; The above is untested&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 20:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864918#M847</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2015-02-18T20:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864919#M848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we want a different locator for this app than the ones we have set in our AGOLO site.&amp;nbsp; That makes sense that it's reverting to our organizational settings, but unfortunate that it's not a simple change (for a non js programmer).&lt;/P&gt;&lt;P&gt;I just made those changes in the search.js but am still getting the same result.&amp;nbsp; I'll keep hacking at it.&amp;nbsp; I take it that I don't need to change anything in the default.js or common.js where there are references to the geocoder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 21:16:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864919#M848</guid>
      <dc:creator>KendellRyan</dc:creator>
      <dc:date>2015-02-18T21:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864920#M849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've worked on this all morning and unfortunately haven't accomplished a thing. The helper services in the default.js and the commonConfig.js don't seem to do anything at all in this template. The config settings have to be changed in the templateOptions.js file instead. But, when setting queryForOrg: false in templateOptions, the app ignores your organization completely, meaning no basemap gallery, just an error that it can't find any basemaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't imagine that this is the intended behavior for this setting considering there is no explicit place in the helper services to setup a different basemap gallery, and also because this is not the behavior of other apps, like the basic viewer. The basic viewer app allows the queryForOrg setting to be false in the commonConfig.js file so that it will make use of the custom helper services but still retrieves basemap information from your organization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I was unable to get Michael Miller's suggestion working. No matter how many places I explicitly set the locator to my url, it ultimately uses the default Esri world geocoding service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 14:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864920#M849</guid>
      <dc:creator>NicholasGross</dc:creator>
      <dc:date>2015-02-27T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864921#M850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked in changes tonight that fix the issue you are having.&amp;nbsp; You can now set queryToOrg to false and it will load the basemap gallery.&amp;nbsp; You will need to specify your geocoders, the url and singleLineFieldName are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/information-lookup" title="https://github.com/Esri/information-lookup"&gt;Esri/information-lookup · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 01:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864921#M850</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2015-03-04T01:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864922#M851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael, my geocoder and basemap gallery are working now. Unfortunately, and this may only be affecting me, the geocoder exhibits some odd behavior when offering suggestions with my custom locator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the first use after each page refresh, the suggestion dropdown list requires a double-click to select an address. After the first use, it requires a single click. A small issue, but since the address bar is the primary way for users to interact with this particular app, I think it might be confusing since it appears to be a single click menu. I wonder if someone could confirm this behavior?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 12:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864922#M851</guid>
      <dc:creator>NicholasGross</dc:creator>
      <dc:date>2015-03-04T12:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864923#M852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot repo this.&amp;nbsp; It could be something specific with your locator.&amp;nbsp; Can you compare your settings in your locator to mine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://54.214.81.86/arcgis/rest/services/Locators/WaterLocator/GeocodeServer" title="http://54.214.81.86/arcgis/rest/services/Locators/WaterLocator/GeocodeServer"&gt;Locators/WaterLocator (GeocodeServer)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 14:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864923#M852</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2015-03-04T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864924#M853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing jumps out at me except that my locator has many more candidate fields. It is a composite locator, not sure if that makes a difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 14:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864924#M853</guid>
      <dc:creator>NicholasGross</dc:creator>
      <dc:date>2015-03-04T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864925#M854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mine is also a composite.&amp;nbsp; At this point I would log a bug with Tech Support.&amp;nbsp; If there is an issue, it would be in the search dijit that this app uses.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 14:27:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864925#M854</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2015-03-04T14:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864926#M855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 14:29:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864926#M855</guid>
      <dc:creator>NicholasGross</dc:creator>
      <dc:date>2015-03-04T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864927#M856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same issue. I downloaded the template, and would like to add my custom geocoder to it. And since I am not js developer, I don't seem to have much luck with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you guys might have got it to work, I was wondering if you would be willing to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Nataliya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 19:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864927#M856</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2015-06-25T19:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Customize information lookup template</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864928#M857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorrry Nataliya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not a developer either and I have struggled a bit with editing the search functions. I basically want the address lookup to be constrained to Australia or within a bounding box. I have copied the code from GitHub and host it on Amazon S3. I then register this app with my AGO account and add it as a template to my template group. I can see it there but it doesn't behave like I think it should. I will let you know what I find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Len Olyott&lt;/P&gt;&lt;P&gt;Esri Australia&lt;/P&gt;&lt;P&gt;Industry Solutions&lt;/P&gt;&lt;P&gt;E lolyott@esriaustralia.com.au&amp;lt;mailto:lolyott@esriaustralia.com.au&amp;gt;&lt;/P&gt;&lt;P&gt;P &lt;EM&gt;61 (0)427 185 181&amp;lt;tel:&lt;/EM&gt;61%20(0)7%203218%204173&amp;gt;&lt;/P&gt;&lt;P&gt;F &lt;EM&gt;61 (0)7 3211 1310&amp;lt;tel:&lt;/EM&gt;61%20(0)7%203211%201310&amp;gt;&lt;/P&gt;&lt;P&gt;Level 3, 111 Elizabeth Street Brisbane QLD 4000&amp;lt;x-apple-data-detectors://5/3&amp;gt;&lt;/P&gt;&lt;P&gt;PO Box 15459 Brisbane City East QLD 4002&amp;lt;x-apple-data-detectors://6&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 21:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/customize-information-lookup-template/m-p/864928#M857</guid>
      <dc:creator>LeonardOlyott</dc:creator>
      <dc:date>2015-06-25T21:44:46Z</dc:date>
    </item>
  </channel>
</rss>

