We are trying to use a WMTS layer provided by the city of Kiel using ArcGIS Server. See this fiddle: https://jsfiddle.net/winnewoerp/p70mcn81/34/
See XML data here: https://ims.kiel.de/geodatenextern/rest/services/Basis_Internet/Internet_basis_grau/MapServer/WMTS?request=GetCapabilities&service=WMTS
As you can see, we're currently not using the correct CRS (EPSG:4647) to display these tiles within the above JS fiddle: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}.pngSo no wonder things get messed up. But we didn't find a solution to display the tiles using EPSG:4647.
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!
Solved! It was not an issue related to ArcGIS server but had to do with Proj4 coordinate order. Here's a new fiddle:
https://jsfiddle.net/winnewoerp/p70mcn81/82/
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.