<?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: config.json, mapOptions, showLabels in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132964#M3806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try commenting out line 130 of the&amp;nbsp;jimu.js\LayerInfos\LayerInfoForDefault.js&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Oct 2017 13:06:54 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-10-02T13:06:54Z</dc:date>
    <item>
      <title>config.json, mapOptions, showLabels</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132962#M3804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have modified the config.json file in my application, adding "showLabels": false to the "mapOptions:" section, but my labels are still displaying on the may when it first opens.&amp;nbsp; I'm trying to get the labels to be turned off when the map initially opens.&amp;nbsp; Is there something I'm missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Sep 2017 20:10:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132962#M3804</guid>
      <dc:creator>JaysonLindahl</dc:creator>
      <dc:date>2017-09-30T20:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: config.json, mapOptions, showLabels</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132963#M3805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your app, there's a directory called "configs" that contains the configuration files that are used. Each configured widget has its own directory which contains the file "config_&lt;EM&gt;WidgetName&lt;/EM&gt;.json".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in my app 10, this is where the configurations for the Add Data widget are stored.&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/375658_pastedImage_3.png" style="width: 620px; height: 432px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 12:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132963#M3805</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-10-02T12:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: config.json, mapOptions, showLabels</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132964#M3806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try commenting out line 130 of the&amp;nbsp;jimu.js\LayerInfos\LayerInfoForDefault.js&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 13:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132964#M3806</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-02T13:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: config.json, mapOptions, showLabels</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132965#M3807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave it a shot, but nothing changed.&amp;nbsp; I have a simple map, with a single layer, the labels configured from within the web map.&amp;nbsp; I have been looking all over.&amp;nbsp; Can't get them to be off initially.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 13:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132965#M3807</guid>
      <dc:creator>JaysonLindahl</dc:creator>
      <dc:date>2017-10-02T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: config.json, mapOptions, showLabels</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132966#M3808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken,&lt;/P&gt;&lt;P&gt;I'm not sure what you are trying to tell me here.&amp;nbsp; Yes, there is a config file for the LayerList widget called "config_LayerList.json", but there is nothing in that file for configuring the label state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 13:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132966#M3808</guid>
      <dc:creator>JaysonLindahl</dc:creator>
      <dc:date>2017-10-02T13:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: config.json, mapOptions, showLabels</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132967#M3809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK after some testing you need to add this line after line 66 in the&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;jimu.js\LayerInfos\LayerInfoForDefault.js:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;hideLabels&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 14:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132967#M3809</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-02T14:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: config.json, mapOptions, showLabels</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132968#M3810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow!!&amp;nbsp; That looks like it works.&amp;nbsp; Thank you sooooo much!!&amp;nbsp; I'm really surprised that the other configuration settings seem to have no effect on the map.&lt;/P&gt;&lt;P&gt;These are the changes that I had made, assuming they would have an effect, but I guess they are not used??&lt;/P&gt;&lt;P&gt;1. \server\apps\14\jimu.js\MapManager.js&lt;BR /&gt;a. line 245: changed mapOptions.showLabels to false&lt;BR /&gt;b. line 253: changed showLabels to false&lt;/P&gt;&lt;P&gt;2. \server\apps\14\config.json&lt;BR /&gt;a. line 233: changed showLabels to false within the map settings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 14:30:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132968#M3810</guid>
      <dc:creator>JaysonLindahl</dc:creator>
      <dc:date>2017-10-02T14:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: config.json, mapOptions, showLabels</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132969#M3811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the past you had to set the showLabels to true in the mapOptions before labels would show. Now it seems to be set to true by default though I can not find it in the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 15:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/config-json-mapoptions-showlabels/m-p/132969#M3811</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-02T15:06:28Z</dc:date>
    </item>
  </channel>
</rss>

