<?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 ArcGIS JS WMTS SpatialReference in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-wmts-spatialreference/m-p/1357223#M83030</link>
    <description>&lt;P&gt;My current spatial reference assumption for the other layers is 3857. If I join WMTS later it will be 4326. Is it possible to convert 4326 to 3857?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const TOPO01K_P1 = new WMTSLayer({
            // 3857
        });

const TOPO01K_P2 = new WMTSLayer({
            // 4326
        });

TOPO01K_P2.load().then(function () {
     TOPO01K_P2.sublayers.forEach(function (sublayer) {
                sublayer.fullExtent = webMercatorUtils.geographicToWebMercator(sublayer.fullExtent);
     });
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 02:12:20 GMT</pubDate>
    <dc:creator>Wade</dc:creator>
    <dc:date>2023-12-06T02:12:20Z</dc:date>
    <item>
      <title>ArcGIS JS WMTS SpatialReference</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-wmts-spatialreference/m-p/1357223#M83030</link>
      <description>&lt;P&gt;My current spatial reference assumption for the other layers is 3857. If I join WMTS later it will be 4326. Is it possible to convert 4326 to 3857?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const TOPO01K_P1 = new WMTSLayer({
            // 3857
        });

const TOPO01K_P2 = new WMTSLayer({
            // 4326
        });

TOPO01K_P2.load().then(function () {
     TOPO01K_P2.sublayers.forEach(function (sublayer) {
                sublayer.fullExtent = webMercatorUtils.geographicToWebMercator(sublayer.fullExtent);
     });
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 02:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-js-wmts-spatialreference/m-p/1357223#M83030</guid>
      <dc:creator>Wade</dc:creator>
      <dc:date>2023-12-06T02:12:20Z</dc:date>
    </item>
  </channel>
</rss>

