<?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: Allow zoom above max level of details ? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164844#M77023</link>
    <description>&lt;P&gt;hello thank you for yuour answer but I have been through that already,&lt;/P&gt;&lt;P&gt;, as you can read in the link you mention ,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;maxScale:&amp;nbsp; If the map is zoomed in beyond this scale, the layer will not be visible&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have other suggestionI'm still looking&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2022 18:06:20 GMT</pubDate>
    <dc:creator>devmap125</dc:creator>
    <dc:date>2022-04-15T18:06:20Z</dc:date>
    <item>
      <title>Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164719#M77021</link>
      <description>&lt;P&gt;Hi ESRI community,&lt;/P&gt;&lt;P&gt;I have a simple problem I believe,&amp;nbsp; in a basic map setup, I can add a layer like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#333399"&gt;&lt;FONT color="#999999"&gt;map &lt;/FONT&gt;= &lt;FONT color="#993300"&gt;new &lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;Map&lt;/FONT&gt;({&lt;FONT color="#FF9900"&gt;basemap&lt;/FONT&gt;: &lt;FONT color="#339966"&gt;"topo-vector"&lt;/FONT&gt; });&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#333399"&gt;&lt;FONT color="#993300"&gt;new &lt;FONT color="#0000FF"&gt;MapView&lt;/FONT&gt;&lt;/FONT&gt;({ &lt;FONT color="#FF9900"&gt;map&lt;/FONT&gt;: &lt;FONT color="#999999"&gt;map&lt;/FONT&gt;,....});&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#333399"&gt;&lt;FONT color="#999999"&gt;map&lt;/FONT&gt;.&lt;FONT color="#00CCFF"&gt;add&lt;/FONT&gt;(&lt;FONT color="#993300"&gt;new&lt;/FONT&gt; &lt;FONT color="#0000FF"&gt;ImageryTileLayer&lt;/FONT&gt;({&lt;FONT color="#FF9900"&gt;url&lt;/FONT&gt;:&lt;FONT color="#339966"&gt;".../Terrain3D/ImageServer"&lt;/FONT&gt;}));&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but when I zoom too much in the layers disapears,&lt;/P&gt;&lt;P&gt;my question:&lt;/P&gt;&lt;P&gt;how can I force the display of last available Level Of detail ? to be clear, I don't want to limit the mapzoom to the max layer's LOD, I want to zoom as much as possible even if pixelated&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in advance for your help a big thx !&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 13:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164719#M77021</guid>
      <dc:creator>devmap125</dc:creator>
      <dc:date>2022-04-15T13:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164771#M77022</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You should be able to update the max and min scale so that the layer does not disappear at different levels of zoom. Here is the documentaion:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#maxScale" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#maxScale&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 15:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164771#M77022</guid>
      <dc:creator>MarkW</dc:creator>
      <dc:date>2022-04-15T15:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164844#M77023</link>
      <description>&lt;P&gt;hello thank you for yuour answer but I have been through that already,&lt;/P&gt;&lt;P&gt;, as you can read in the link you mention ,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;maxScale:&amp;nbsp; If the map is zoomed in beyond this scale, the layer will not be visible&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have other suggestionI'm still looking&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 18:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164844#M77023</guid>
      <dc:creator>devmap125</dc:creator>
      <dc:date>2022-04-15T18:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164847#M77024</link>
      <description>&lt;P&gt;Oh ok, do you mind sharing your layer so I can do some troubleshooting with it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 18:11:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1164847#M77024</guid>
      <dc:creator>MarkW</dc:creator>
      <dc:date>2022-04-15T18:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1165032#M77032</link>
      <description>&lt;P&gt;yes of course, it's this one :&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer" target="_blank" rel="noopener"&gt;https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I use it in combination with a&amp;nbsp;RasterShadedReliefRenderer to colorize the map elevation with the colorRamp&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="devmap126_0-1650439634369.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39403i1035EF1F32B8666C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="devmap126_0-1650439634369.png" alt="devmap126_0-1650439634369.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It works like a charm from a far, but it's very frustrating when I zoom too much in I loose the colored layer, I made this tool to find new spots to pratice my sport, but from so far it's useless sadly ...&lt;BR /&gt;&lt;BR /&gt;With &lt;A href="https://elevation3d.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer" target="_blank" rel="noopener"&gt;https://elevation3d.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer&lt;/A&gt;&amp;nbsp;(TileLayer)&amp;nbsp; I can zoom how much I want ... but not use RasterShadedReliefRenderer&amp;nbsp; and ColorRamps&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 07:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1165032#M77032</guid>
      <dc:creator>devmap126</dc:creator>
      <dc:date>2022-04-20T07:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166010#M77058</link>
      <description>&lt;P&gt;any one ? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/568293"&gt;@MarkW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 07:21:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166010#M77058</guid>
      <dc:creator>devmap126</dc:creator>
      <dc:date>2022-04-20T07:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166395#M77073</link>
      <description>&lt;P&gt;Unfortunately this appears to be a bug right now, I have reported it so hopefully it gets addressed soon. Sorry for the inconvenience. I will let you know if I discover anything else.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 20:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166395#M77073</guid>
      <dc:creator>MarkW</dc:creator>
      <dc:date>2022-04-20T20:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166526#M77082</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/568293"&gt;@MarkW&lt;/a&gt;&amp;nbsp;Oh shout ! I've been battling with this for a while, I even had posted an other question few month ago about it with no answer. Any idea If I can reverse engeneer the JS and just trig an event to un hide the layer from the console manualy ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 08:03:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166526#M77082</guid>
      <dc:creator>devmap126</dc:creator>
      <dc:date>2022-04-21T08:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166727#M77086</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not a bug! The API working as designed. ImageryTilelayer does a raster level overzoom not a tile based over zooms. It will over zoom the data from the last available LOD. There is no data for areas such as Tibet at the last available LOD. So when we over zoom, we don't show data since there is no data available at the last available LOD. We can add a boolean flag to resample tiles from its last available LOD. However, in this case the result will be incorrect completely.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 17:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166727#M77086</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-04-21T17:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166730#M77087</link>
      <description>&lt;P&gt;Oh ok, thank you for letting us know! So it is simply working as designed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 17:22:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166730#M77087</guid>
      <dc:creator>MarkW</dc:creator>
      <dc:date>2022-04-21T17:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166742#M77089</link>
      <description>&lt;P&gt;Adding more information for my previous comment.&lt;/P&gt;&lt;P&gt;ImageryTileLayer internally uses raster information model, which supports NoData pixels. When a pixel or tile is missing or has a nodata mask, it's required to honor it as NoData. The raster has a resolution (corresponds to finest LOD), and uppersampling happens beyond that --- that's the "overzoom" you can see. This design is consistent with ArcGIS Pro, and consistent with ImageryLayer (if the same elevation cache dataset is published as a dynamic image service) --- when using world elevation 3D service for display. The primary purpose of World elevation3D service is still providing elevation for 3D.&lt;/P&gt;&lt;P&gt;In future, we can look into adding some special logic/flags to handle this in the JS API.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 17:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1166742#M77089</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-04-21T17:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Allow zoom above max level of details ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1169168#M77173</link>
      <description>&lt;P&gt;wow thruough answer thank you s much. Well then yes the option would be great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile what would you say is my solution to keeo dsiaplying the layer ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there some trick / fucntion call I can make from the console that's force things ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ore ue some other kind of layer ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 07:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/allow-zoom-above-max-level-of-details/m-p/1169168#M77173</guid>
      <dc:creator>devmap126</dc:creator>
      <dc:date>2022-04-29T07:13:13Z</dc:date>
    </item>
  </channel>
</rss>

