<?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 Basemap widget configuration in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783907#M2954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on my first application in WAB for Developers and have used the out of the box Basemap widget. After downloading the app, I customized the basemap widget configuration to re-order basemap items in the app and change out the thumbnails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basemap I'm using in the application is called 2013_Imagery and shows up in the basemap list with no thumbnail. I'd like to be able to rename this basemap and provide a thumbnail. However, I do not see that basemap listed in the config file. What gives? Where do I go to update this information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 18:08:14 GMT</pubDate>
    <dc:creator>SallieVaughn</dc:creator>
    <dc:date>2017-07-27T18:08:14Z</dc:date>
    <item>
      <title>Basemap widget configuration</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783907#M2954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on my first application in WAB for Developers and have used the out of the box Basemap widget. After downloading the app, I customized the basemap widget configuration to re-order basemap items in the app and change out the thumbnails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basemap I'm using in the application is called 2013_Imagery and shows up in the basemap list with no thumbnail. I'd like to be able to rename this basemap and provide a thumbnail. However, I do not see that basemap listed in the config file. What gives? Where do I go to update this information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783907#M2954</guid>
      <dc:creator>SallieVaughn</dc:creator>
      <dc:date>2017-07-27T18:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap widget configuration</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783908#M2955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this where you configured your widget?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/364656_pastedImage_1.png" style="width: 620px; height: 466px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783908#M2955</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2017-07-27T18:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap widget configuration</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783909#M2956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initially, yes. And I did not add the 2013_Imagery there. It was already listed in the list of basemaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After downloading the app, I also changed configurations in the previously attached .json file but did't see 2013_Imagery in there to make the desired changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783909#M2956</guid>
      <dc:creator>SallieVaughn</dc:creator>
      <dc:date>2017-07-27T18:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap widget configuration</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783910#M2957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured this out. The Basemap widget automatically adds the basemap of the current webmap to the list shown in the widget. I turned off this functionality by commenting out the following lines in the Widget.js beginning on line 137.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// if basemap of current webmap is not include, so add it.&lt;BR /&gt;for(i = 0; i &amp;lt; basemaps.length; i++) {&lt;BR /&gt;&amp;nbsp; if (utils.compareSameBasemapByOrder(basemaps&lt;I&gt;, webmapBasemap)) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; break;&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;if(i === basemaps.length) {&lt;BR /&gt;&amp;nbsp; basemaps.push(webmapBasemap);&lt;BR /&gt;}&lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 15:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/basemap-widget-configuration/m-p/783910#M2957</guid>
      <dc:creator>SallieVaughn</dc:creator>
      <dc:date>2017-08-18T15:14:12Z</dc:date>
    </item>
  </channel>
</rss>

