<?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: The tiling scheme of a WMTS layer is incompatible with the tiling scheme of the surface in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-tiling-scheme-of-a-wmts-layer-is-incompatible/m-p/1638123#M87452</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/868457"&gt;@AliMahdian&lt;/a&gt;,&amp;nbsp;do you need to use the same spatial reference? It looks like you use 2:&lt;/P&gt;&lt;PRE&gt;tileMatrixSetId: "EPSG:900913"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and&lt;/P&gt;&lt;PRE&gt;wkid: 102100&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSSublayer.html#tileMatrixSetId" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSSublayer.html#tileMatrixSetId&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jul 2025 17:58:03 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2025-07-31T17:58:03Z</dc:date>
    <item>
      <title>The tiling scheme of a WMTS layer is incompatible with the tiling scheme of the surface</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-tiling-scheme-of-a-wmts-layer-is-incompatible/m-p/1636744#M87415</link>
      <description>&lt;P&gt;I want to add a WMTS layer to a SceneView, but I encounter the following error when adding the layer to the map.&amp;nbsp;&lt;SPAN&gt;Can anyone assist me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"The tiling scheme of this layer is incompatible with the tiling scheme of the surface"&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const wmtsLayer = new WMTSLayer({
        url: "http://localhost:8080/geoserver/gwc/service/wmts",
        activeLayer: {
            id: "orthoLayer",
            tileMatrixSetId: "EPSG:900913"
        },
        spatialReference: {
            wkid: 102100
        },
        customLayerParameters: {
            VERSION: '1.1.1',
            FORMAT: 'image/png',
            TRANSPARENT: true,
            // SRS: 'EPSG:3857'
        }
    });


    const osmLayer = new WebTileLayer({
            urlTemplate: "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
        });
    osmLayer.load().then(function() {
        console.log("OSM Tile Info (example for Web Mercator comparison):", osmLayer.tileInfo.toJSON());
    });

    map.add(osmLayer);
    map.add(wmtsLayer);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jul 2025 22:04:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-tiling-scheme-of-a-wmts-layer-is-incompatible/m-p/1636744#M87415</guid>
      <dc:creator>AliMahdian</dc:creator>
      <dc:date>2025-07-27T22:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: The tiling scheme of a WMTS layer is incompatible with the tiling scheme of the surface</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-tiling-scheme-of-a-wmts-layer-is-incompatible/m-p/1638123#M87452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/868457"&gt;@AliMahdian&lt;/a&gt;,&amp;nbsp;do you need to use the same spatial reference? It looks like you use 2:&lt;/P&gt;&lt;PRE&gt;tileMatrixSetId: "EPSG:900913"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and&lt;/P&gt;&lt;PRE&gt;wkid: 102100&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSSublayer.html#tileMatrixSetId" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSSublayer.html#tileMatrixSetId&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 17:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/the-tiling-scheme-of-a-wmts-layer-is-incompatible/m-p/1638123#M87452</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2025-07-31T17:58:03Z</dc:date>
    </item>
  </channel>
</rss>

