<?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 What is the right way to show an ArcGIS Server WMTS layer using Leaflet? in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/what-is-the-right-way-to-show-an-arcgis-server/m-p/1209044#M61</link>
    <description>&lt;P&gt;We are trying to use a WMTS layer provided by the city of Kiel using ArcGIS Server. See this fiddle: &lt;A href="https://jsfiddle.net/winnewoerp/p70mcn81/34/" target="_self"&gt;https://jsfiddle.net/winnewoerp/p70mcn81/34/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;See XML data here: &lt;A href="https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis_grau/MapServer/WMTS?request=GetCapabilities&amp;amp;service=WMTS" target="_self"&gt;https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis_grau/MapServer/WMTS?request=GetCapabilities&amp;amp;service=WMTS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As you can see, we're currently not using the correct CRS (EPSG:4647) to display these tiles within the above JS fiddle:&lt;BR /&gt;&lt;A href="https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis/MapServer/WMTS/tile/1.0.0/Basis_Internet_Internet_basis/default/default028mm/0/0/0.png" target="_self"&gt;https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis/MapServer/WMTS/tile/1.0.0/Basis_Internet_Internet_basis/default/default028mm/{z}/{y}/{x}.png&lt;/A&gt;&lt;BR /&gt;So no wonder things get messed up. But we didn't find a solution to display the tiles using EPSG:4647.&lt;/P&gt;
&lt;P&gt;We're not sure if this is an ESRI issue or rather related to Leaflet (version conflict?) or Proj4/Proj4Leaflet. Any hints that point us to the right direction are welcome. Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 20:04:30 GMT</pubDate>
    <dc:creator>winnewoerp</dc:creator>
    <dc:date>2023-08-25T20:04:30Z</dc:date>
    <item>
      <title>What is the right way to show an ArcGIS Server WMTS layer using Leaflet?</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/what-is-the-right-way-to-show-an-arcgis-server/m-p/1209044#M61</link>
      <description>&lt;P&gt;We are trying to use a WMTS layer provided by the city of Kiel using ArcGIS Server. See this fiddle: &lt;A href="https://jsfiddle.net/winnewoerp/p70mcn81/34/" target="_self"&gt;https://jsfiddle.net/winnewoerp/p70mcn81/34/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;See XML data here: &lt;A href="https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis_grau/MapServer/WMTS?request=GetCapabilities&amp;amp;service=WMTS" target="_self"&gt;https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis_grau/MapServer/WMTS?request=GetCapabilities&amp;amp;service=WMTS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As you can see, we're currently not using the correct CRS (EPSG:4647) to display these tiles within the above JS fiddle:&lt;BR /&gt;&lt;A href="https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis/MapServer/WMTS/tile/1.0.0/Basis_Internet_Internet_basis/default/default028mm/0/0/0.png" target="_self"&gt;https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis/MapServer/WMTS/tile/1.0.0/Basis_Internet_Internet_basis/default/default028mm/{z}/{y}/{x}.png&lt;/A&gt;&lt;BR /&gt;So no wonder things get messed up. But we didn't find a solution to display the tiles using EPSG:4647.&lt;/P&gt;
&lt;P&gt;We're not sure if this is an ESRI issue or rather related to Leaflet (version conflict?) or Proj4/Proj4Leaflet. Any hints that point us to the right direction are welcome. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 20:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/what-is-the-right-way-to-show-an-arcgis-server/m-p/1209044#M61</guid>
      <dc:creator>winnewoerp</dc:creator>
      <dc:date>2023-08-25T20:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the right way to show an ArcGIS Server WMTS layer using Leaflet?</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/what-is-the-right-way-to-show-an-arcgis-server/m-p/1209096#M62</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Solved!&lt;/STRONG&gt; It was not an issue related to ArcGIS server but had to do with Proj4 coordinate order. Here's a new fiddle:&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsfiddle.net/winnewoerp/p70mcn81/82/" target="_self"&gt;https://jsfiddle.net/winnewoerp/p70mcn81/82/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/what-is-the-right-way-to-show-an-arcgis-server/m-p/1209096#M62</guid>
      <dc:creator>winnewoerp</dc:creator>
      <dc:date>2022-09-02T12:22:59Z</dc:date>
    </item>
  </channel>
</rss>

