<?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: Proper setup of LERC layer? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060042#M73224</link>
    <description>&lt;P&gt;Thank you for looking into this.&lt;/P&gt;&lt;P&gt;So you're saying it's both an issue with the version of our server, but also for the REST api?&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 16:58:43 GMT</pubDate>
    <dc:creator>LizEidsness</dc:creator>
    <dc:date>2021-05-20T16:58:43Z</dc:date>
    <item>
      <title>Proper setup of LERC layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1059410#M73182</link>
      <description>&lt;P&gt;I am exploring the use of lerc and client side handling of pixel data.&amp;nbsp; In the specs I see it as capable, however I'm not sure how to configure my layers to get it to work.&amp;nbsp; One is a classified one like landcover (just doesn't show), the other based on floating point values (gives an infinity error).&lt;/P&gt;&lt;P&gt;Is this a bug, our service, or user error on configuring the layer?&amp;nbsp; ArcGIS server 10.41 (should be supported as of 10.3)&lt;/P&gt;&lt;P&gt;codepen:&amp;nbsp;&lt;A href="https://codepen.io/lizeidsness/pen/gOmLovj" target="_blank"&gt;https://codepen.io/lizeidsness/pen/gOmLovj&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LizEidsness_1-1621431534564.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13622i723B97F19ABE1D71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LizEidsness_1-1621431534564.png" alt="LizEidsness_1-1621431534564.png" /&gt;&lt;/span&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 14:05:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1059410#M73182</guid>
      <dc:creator>LizEidsness</dc:creator>
      <dc:date>2021-05-19T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proper setup of LERC layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1059615#M73193</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can reproduce the issue you described with&lt;A href="http://www.agr.gc.ca/atlas/rest/services/app_agclimate_agclimat/agclimate_ac/ImageServer" target="_self"&gt; this service&lt;/A&gt;&amp;nbsp;only. The other two services are loading and displaying as expected. In any case, I created an issue for the service that is throwing an error due to lerc decoding. In short, you are running into this issue because your server version is old (10.41). We have done our tests on 10.5 and later servers. If you upgrade your server, you will be able to use your services successfully in JS API 4.19. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I modified &lt;A href="https://codepen.io/U_B_U/pen/eYvBPgW?editors=1000" target="_self"&gt;your test app&lt;/A&gt; slightly so that the other two services are displaying. I will update you once we fix this issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 19:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1059615#M73193</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2021-05-19T19:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proper setup of LERC layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060042#M73224</link>
      <description>&lt;P&gt;Thank you for looking into this.&lt;/P&gt;&lt;P&gt;So you're saying it's both an issue with the version of our server, but also for the REST api?&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 16:58:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060042#M73224</guid>
      <dc:creator>LizEidsness</dc:creator>
      <dc:date>2021-05-20T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proper setup of LERC layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060213#M73230</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the issue exists because of the combination of the version of your arcgis server and lerc decoder used for the older services in the JS API. With that, we fixed this issue at JavaScript API version 4.20. This version will be released late June 2021.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 22:13:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060213#M73230</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2021-05-20T22:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proper setup of LERC layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060372#M73236</link>
      <description>&lt;P&gt;That sounds good - just explicitly verifying - does that mean we will be able to use our current servers with 4.20 even if they are not yet updated?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also - does 4.next of the api include bug fixes or do i have to wait for the release to try it out?&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 12:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060372#M73236</guid>
      <dc:creator>LizEidsness</dc:creator>
      <dc:date>2021-05-21T12:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proper setup of LERC layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060417#M73237</link>
      <description>&lt;P&gt;nevermind - i see it updated in your codepen sample.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 14:13:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-setup-of-lerc-layer/m-p/1060417#M73237</guid>
      <dc:creator>LizEidsness</dc:creator>
      <dc:date>2021-05-21T14:13:26Z</dc:date>
    </item>
  </channel>
</rss>

