<?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: LayerList 4.4 minScale/maxScale now ignored in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86991#M7863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Undral,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mistake - I should have given you a different endpoint to use. It appears as though the Layer List widget will honor sublayer scales if the parent layer has either min or max set, as is the case with the&amp;nbsp;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwatersgeo.epa.gov%2Farcgis%2Frest%2Fservices%2FNHDPlus_NP21%2FNHDSnapshot_NP21%2FMapServer%2F0"&gt;Flowlines&lt;/A&gt;. However, I just swapped that URL out in your codepen example for this one:&amp;nbsp;&lt;A class="link-titled" href="https://watersgeo.epa.gov/arcgis/rest/services/NHDPlus_NP21/WBD_NP21_Simplified/MapServer" title="https://watersgeo.epa.gov/arcgis/rest/services/NHDPlus_NP21/WBD_NP21_Simplified/MapServer"&gt;NHDPlus_NP21/WBD_NP21_Simplified (MapServer)&lt;/A&gt;&amp;nbsp;(Note, max scale and min scale both set to 0 on the parent layer, but specified in all sublayers), and the layer list widget does not seem to respect the visibility ranges of the sublayers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you're seeing that too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 16:26:39 GMT</pubDate>
    <dc:creator>NathanielRindlaub</dc:creator>
    <dc:date>2018-04-19T16:26:39Z</dc:date>
    <item>
      <title>LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86979#M7851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Layerlist widget ignore the minScale/maxScale that one set on a Sublayer (of a&amp;nbsp;MapImageLayer)&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#minScale"&gt;Sublayer minScale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So layers is not grayed out when out of scale&amp;nbsp;(as is the case in version 4.3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way to get around this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 11:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86979#M7851</guid>
      <dc:creator>GertConradie</dc:creator>
      <dc:date>2017-07-11T11:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86980#M7852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to reproduce the issue you reported. This issue will be fixed in our next release. I do not have a workaround at this time. Thank you for reporting this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 16:49:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86980#M7852</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2017-07-11T16:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86981#M7853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Undral.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a customized version of the &lt;A href="https://github.com/Esri/arcgis-js-api/blob/4master/widgets/LayerList.tsx"&gt;LayerList.tsx&lt;/A&gt;&amp;nbsp;on GitHub, so were able to add a custom 'visibleAtCurrentScale' method as an interim fix/workaround to replace&amp;nbsp;the 'item.visibleAtCurrentScale' (that have the bug).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For what it is worth - it seems the bug is in the 'isLayerOutsideScaleRange' function of&amp;nbsp;"./support/layerListUtils" that might receive&amp;nbsp;incorrect parameters, but I might be be wrong - it get tricky to read trough the obfuscated code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 03:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86981#M7853</guid>
      <dc:creator>GertConradie</dc:creator>
      <dc:date>2017-07-12T03:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86982#M7854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on 4.6 and am still experiencing this issue.&amp;nbsp;Did the bug&amp;nbsp;ever get addressed? If not, any guidance on a non-typescript work around would be much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nathaniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:17:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86982#M7854</guid>
      <dc:creator>NathanielRindlaub</dc:creator>
      <dc:date>2018-04-18T16:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86983#M7855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Nathaniel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; Have you tried switching your API url to 4.7 to see if it has been fixed in the latest version?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 18:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86983#M7855</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-18T18:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86984#M7856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Robert!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I have tried switching to 4.7 and I'm still experiencing the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 19:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86984#M7856</guid>
      <dc:creator>NathanielRindlaub</dc:creator>
      <dc:date>2018-04-18T19:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86985#M7857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Must still be an issue then. Have you called tech support to report this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 19:41:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86985#M7857</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-18T19:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86986#M7858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue described here is fixed and here is a simple test app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://codepen.io/anon/pen/GdRzOb?editors=1000" title="https://codepen.io/anon/pen/GdRzOb?editors=1000"&gt;An Anonymous Pen on CodePen&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 20:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86986#M7858</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2018-04-18T20:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86987#M7859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, you're right Undral, if I set the max/min Scale on the sublayer manually when I request the MapImageLayer the app does respect them and the layers get gray-ed out appropriately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the sublayer does not seem to automatically retrieve and respect the default max and min scales set on the&amp;nbsp;endpoint (e.g.,&amp;nbsp;&lt;A class="link-titled" href="https://watersgeo.epa.gov/arcgis/rest/services/NHDPlus_NP21/NHDSnapshot_NP21/MapServer/0" title="https://watersgeo.epa.gov/arcgis/rest/services/NHDPlus_NP21/NHDSnapshot_NP21/MapServer/0"&gt;Layer: Flowlines (ID: 0)&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that expected behavior?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 21:19:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86987#M7859</guid>
      <dc:creator>NathanielRindlaub</dc:creator>
      <dc:date>2018-04-18T21:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86988#M7860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;could be missing the point you are making.&amp;nbsp; Can you please take a look at this app? LayerList is behaving as expected from what I see:&amp;nbsp;&lt;A class="jivelink10" href="https://codepen.io/anon/pen/zjxRaP?editors=1000" title="https://codepen.io/anon/pen/zjxRaP?editors=1000"&gt;https://codepen.io/anon/pen/zjxRaP?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layers become visible at scale 288895.277144 and larger scales. Greyed out otherwise. The min scale for the your layers are specified as&amp;nbsp;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;Min Scale:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;288896.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;Can you please give me a simple reproducible case? Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 14:49:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86988#M7860</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2018-04-19T14:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86989#M7861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;If you don' specify the sublayers on the MapImageLayer as per your example, then the map &amp;amp; layer-list will show all the sublayers on the service (as expected), but ignore any scale&amp;nbsp;ranges that you have on them in the layer-list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;(Not an issue currently for me, but something I noticed before)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;It might be frustrating if you need to list all the sublayers on a service just to get the scale ranges active. especially if it is a complex nested structure.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 15:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86989#M7861</guid>
      <dc:creator>deleted-user-0rxRICUw9_JJ</dc:creator>
      <dc:date>2018-04-19T15:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86990#M7862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Apologies - this is not correct any more -&amp;nbsp;I tested this with your test codepen and it behave as expected (honoring the scales) even if i go back to v4.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, it is actually correct as per the use case in the next user's comment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 15:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86990#M7862</guid>
      <dc:creator>deleted-user-0rxRICUw9_JJ</dc:creator>
      <dc:date>2018-04-19T15:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86991#M7863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Undral,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mistake - I should have given you a different endpoint to use. It appears as though the Layer List widget will honor sublayer scales if the parent layer has either min or max set, as is the case with the&amp;nbsp;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwatersgeo.epa.gov%2Farcgis%2Frest%2Fservices%2FNHDPlus_NP21%2FNHDSnapshot_NP21%2FMapServer%2F0"&gt;Flowlines&lt;/A&gt;. However, I just swapped that URL out in your codepen example for this one:&amp;nbsp;&lt;A class="link-titled" href="https://watersgeo.epa.gov/arcgis/rest/services/NHDPlus_NP21/WBD_NP21_Simplified/MapServer" title="https://watersgeo.epa.gov/arcgis/rest/services/NHDPlus_NP21/WBD_NP21_Simplified/MapServer"&gt;NHDPlus_NP21/WBD_NP21_Simplified (MapServer)&lt;/A&gt;&amp;nbsp;(Note, max scale and min scale both set to 0 on the parent layer, but specified in all sublayers), and the layer list widget does not seem to respect the visibility ranges of the sublayers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you're seeing that too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 16:26:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86991#M7863</guid>
      <dc:creator>NathanielRindlaub</dc:creator>
      <dc:date>2018-04-19T16:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86992#M7864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I noticed before as well - will update my responses. (again)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 16:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86992#M7864</guid>
      <dc:creator>deleted-user-0rxRICUw9_JJ</dc:creator>
      <dc:date>2018-04-19T16:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86993#M7865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay.&amp;nbsp; What you are seeing is an expected behavior. &lt;STRONG&gt;If you are setting sublayers then you have to set the min/maxscale for them.&lt;/STRONG&gt; Otherwise, they will use the parent layer's min/maxScale. For example, the parent layer's min/maxScale 0 then your sublayer will have min/maxScale of 0. If you add the parent layer without setting sublayers then min/maxscale is honored for all layers.&lt;/P&gt;&lt;P&gt;For example, I updated the&lt;A href="https://codepen.io/anon/pen/zjxRaP?editors=1000"&gt; test app&lt;/A&gt;&amp;nbsp;just to add the mapimagelayer without setting sublayers... in this case, the min/maxscale are read from the mapservice.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 21:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86993#M7865</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2018-04-20T21:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList 4.4 minScale/maxScale now ignored</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86994#M7866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, and yes that does make sense. Thanks so much for your help Undral!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 19:14:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-4-4-minscale-maxscale-now-ignored/m-p/86994#M7866</guid>
      <dc:creator>NathanielRindlaub</dc:creator>
      <dc:date>2018-04-23T19:14:29Z</dc:date>
    </item>
  </channel>
</rss>

