<?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: VectorTileLayer does not fetch tile beyond zoom level 16 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-does-not-fetch-tile-beyond-zoom/m-p/1595129#M86681</link>
    <description>&lt;P&gt;I bumped into this problem myself as well. I'm using the vector data from the National Land Survey of Finland. They only provide data up to zoom level 14.&lt;/P&gt;&lt;P&gt;Your workaround works, but the downside is that the VectorTileLayer is making requests for the tiles beyond the zoom level they actually offers. This results in a whole lot of 404 requests.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 13:14:42 GMT</pubDate>
    <dc:creator>mikkokärkkäinen</dc:creator>
    <dc:date>2025-03-13T13:14:42Z</dc:date>
    <item>
      <title>VectorTileLayer does not fetch tile beyond zoom level 16</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-does-not-fetch-tile-beyond-zoom/m-p/309517#M28431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a VectorTileLayer with a vector tile service hosted in MapTiler. My tileset has been created for level 0 to 18. Unfortunaltly, when i'm zooming in over the level 16, the &lt;SPAN&gt;VectorTileLayer&lt;SPAN&gt;&amp;nbsp;does not fetch tile. I tried with version 4.11 and 4.12.&amp;nbsp;Here's a my source code:&amp;nbsp;&lt;A href="https://codepen.io/jeromecauchon/pen/qBWmmVR"&gt;CodePen&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Somebody have an idea how to make it work?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 12:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-does-not-fetch-tile-beyond-zoom/m-p/309517#M28431</guid>
      <dc:creator>JeromeCauchon</dc:creator>
      <dc:date>2019-08-30T12:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer does not fetch tile beyond zoom level 16</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-does-not-fetch-tile-beyond-zoom/m-p/309518#M28432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By debugging the&amp;nbsp;VectorTileLayer, i figured how to fix it.... When a VectorTileLayer is instantiated, it creates is own tileInfo. By default, the maximum zoom level is 16. If you want to override it, you have to add a maxzoom property in the source of your&amp;nbsp;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;style JSON object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;var style = {&lt;BR /&gt;..&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"sources": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "07829d77-6e7c-4995-958c-b649a1ad336e": {&lt;BR /&gt; &lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"maxzoom": 24,&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"type": "vector",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"tiles": ["https://api.maptiler.com/tiles/5dc6f056-32ca-4d32-95f1-7960e7dc7b09/{z}/{x}/{y}.pbf?key=DrAk6YxPY2rSlxgUxfpT"]&lt;BR /&gt; } &lt;BR /&gt;...&lt;BR /&gt; };&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 14:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-does-not-fetch-tile-beyond-zoom/m-p/309518#M28432</guid>
      <dc:creator>JeromeCauchon</dc:creator>
      <dc:date>2019-08-30T14:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: VectorTileLayer does not fetch tile beyond zoom level 16</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-does-not-fetch-tile-beyond-zoom/m-p/1595129#M86681</link>
      <description>&lt;P&gt;I bumped into this problem myself as well. I'm using the vector data from the National Land Survey of Finland. They only provide data up to zoom level 14.&lt;/P&gt;&lt;P&gt;Your workaround works, but the downside is that the VectorTileLayer is making requests for the tiles beyond the zoom level they actually offers. This results in a whole lot of 404 requests.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 13:14:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vectortilelayer-does-not-fetch-tile-beyond-zoom/m-p/1595129#M86681</guid>
      <dc:creator>mikkokärkkäinen</dc:creator>
      <dc:date>2025-03-13T13:14:42Z</dc:date>
    </item>
  </channel>
</rss>

