<?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: Incorporating a WMTS layer from Geoserver into a SceneView. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/incorporating-a-wmts-layer-from-geoserver-into-a/m-p/1646496#M87560</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi AliMahdian&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;Not clear to me why this doesn't work. To look further into it, could you share a link to the publicly available WMTS? Can you see any errors in the console? Maybe an issue with the not identical spatialReference identifier being set to 3857 but on the other hand the tileMatrixSetId being EPSG:900913?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Aug 2025 15:24:00 GMT</pubDate>
    <dc:creator>ThomasKnabl</dc:creator>
    <dc:date>2025-08-28T15:24:00Z</dc:date>
    <item>
      <title>Incorporating a WMTS layer from Geoserver into a SceneView.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/incorporating-a-wmts-layer-from-geoserver-into-a/m-p/1635782#M87401</link>
      <description>&lt;P&gt;I have a WMTS layer from GeoServer that has been successfully added to a MapView and works correctly. However, when I try to add this layer to the SceneView, it does not appear. Can anyone help me?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;require([
      "esri/Map",
      "esri/views/MapView",
      "esri/layers/WMTSLayer",
      "esri/geometry/SpatialReference"
    ], function(Map, MapView, WMTSLayer, SpatialReference) {

      const wm = new SpatialReference({ wkid: 3857 });

      const wmtsLayer = new WMTSLayer({
        url: "http://localhost:8080/geoserver/gwc/service/wmts",
        activeLayer: {
          id: "SurfaceGroup",
          tileMatrixSetId: "EPSG:900913"
        },
        serviceMode: "KVP",
        spatialReference: wm
      });

      const map = new Map({
        basemap: "topo-vector",
        layers: [wmtsLayer]
      });

      const view = new MapView({
        container: "viewDiv",
        map: map,
        spatialReference: wm,
        center: [-80.3, 43.4], // Longitude, Latitude for Cambridge, Canada
        zoom: 12
      });

    });&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Jul 2025 22:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/incorporating-a-wmts-layer-from-geoserver-into-a/m-p/1635782#M87401</guid>
      <dc:creator>AliMahdian</dc:creator>
      <dc:date>2025-07-23T22:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incorporating a WMTS layer from Geoserver into a SceneView.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/incorporating-a-wmts-layer-from-geoserver-into-a/m-p/1646496#M87560</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi AliMahdian&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;Not clear to me why this doesn't work. To look further into it, could you share a link to the publicly available WMTS? Can you see any errors in the console? Maybe an issue with the not identical spatialReference identifier being set to 3857 but on the other hand the tileMatrixSetId being EPSG:900913?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 15:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/incorporating-a-wmts-layer-from-geoserver-into-a/m-p/1646496#M87560</guid>
      <dc:creator>ThomasKnabl</dc:creator>
      <dc:date>2025-08-28T15:24:00Z</dc:date>
    </item>
  </channel>
</rss>

