<?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: WMTS and MapImage layer mismatch in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmts-and-mapimage-layer-mismatch/m-p/1242577#M79677</link>
    <description>&lt;P&gt;Hi, Could you show me the code how to build a wmtsLayer? I have a xml file like yours, but it can't work in arcgis4&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 01:58:06 GMT</pubDate>
    <dc:creator>ZhouJachin</dc:creator>
    <dc:date>2022-12-20T01:58:06Z</dc:date>
    <item>
      <title>WMTS and MapImage layer mismatch</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmts-and-mapimage-layer-mismatch/m-p/1218560#M78902</link>
      <description>&lt;P&gt;Hi!!&lt;/P&gt;&lt;P&gt;I use two layers MapImageLayer and WMTSLayer in my project.&lt;/P&gt;&lt;P&gt;I use Portable Base Map for WMTS layer&lt;/P&gt;&lt;P&gt;But the display of the WMTS layer is different from the MapImage layer and they do not match.While when&lt;/P&gt;&lt;P&gt;I use OSM online map it works without any problem.&lt;span class="lia-unicode-emoji" title=":expressionless_face:"&gt;😑&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Use PortableBaseMap:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PBS.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52789iB60A6439E77ADE08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PBS.png" alt="PBS.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Use BaseMap&amp;nbsp; Defulat OSM:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BaseMap.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/52790i232DCDDA6C1E7028/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BaseMap.png" alt="BaseMap.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PBS XML:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Capabilities xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd" version="1.0.0"&amp;gt;
&amp;lt;!-- Service Identification --&amp;gt;
&amp;lt;ows:ServiceIdentification&amp;gt;
&amp;lt;ows:Title&amp;gt;OpenStreetMap&amp;lt;/ows:Title&amp;gt;
&amp;lt;ows:ServiceType&amp;gt;OGC WMTS&amp;lt;/ows:ServiceType&amp;gt;
&amp;lt;ows:ServiceTypeVersion&amp;gt;1.0.0&amp;lt;/ows:ServiceTypeVersion&amp;gt;
&amp;lt;/ows:ServiceIdentification&amp;gt;
&amp;lt;ows:ServiceProvider&amp;gt;
&amp;lt;ows:ProviderName&amp;gt;Portable Basemap Server&amp;lt;/ows:ProviderName&amp;gt;
&amp;lt;ows:ProviderSite xlink:href="https://geopbs.codeplex.com/"/&amp;gt;
&amp;lt;ows:ServiceContact&amp;gt;
&amp;lt;ows:IndividualName&amp;gt;diligentpig&amp;lt;/ows:IndividualName&amp;gt;
&amp;lt;/ows:ServiceContact&amp;gt;
&amp;lt;/ows:ServiceProvider&amp;gt;
&amp;lt;!-- Operations Metadata --&amp;gt;
&amp;lt;ows:OperationsMetadata&amp;gt;
&amp;lt;ows:Operation name="GetCapabilities"&amp;gt;
&amp;lt;ows:DCP&amp;gt;
&amp;lt;ows:HTTP&amp;gt;
&amp;lt;ows:Get xlink:href="http://192.168.0.103:7080/PBS/rest/services/OpenStreetMap/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"&amp;gt;
&amp;lt;ows:Constraint name="GetEncoding"&amp;gt;
&amp;lt;ows:AllowedValues&amp;gt;
&amp;lt;ows:Value&amp;gt;RESTful&amp;lt;/ows:Value&amp;gt;
&amp;lt;/ows:AllowedValues&amp;gt;
&amp;lt;/ows:Constraint&amp;gt;
&amp;lt;/ows:Get&amp;gt;
&amp;lt;ows:Get xlink:href="http://192.168.0.103:7080/PBS/rest/services/OpenStreetMap/MapServer/WMTS?"&amp;gt;
&amp;lt;ows:Constraint name="GetEncoding"&amp;gt;
&amp;lt;ows:AllowedValues&amp;gt;
&amp;lt;ows:Value&amp;gt;KVP&amp;lt;/ows:Value&amp;gt;
&amp;lt;/ows:AllowedValues&amp;gt;
&amp;lt;/ows:Constraint&amp;gt;
&amp;lt;/ows:Get&amp;gt;
&amp;lt;/ows:HTTP&amp;gt;
&amp;lt;/ows:DCP&amp;gt;
&amp;lt;/ows:Operation&amp;gt;
&amp;lt;ows:Operation name="GetTile"&amp;gt;
&amp;lt;ows:DCP&amp;gt;
&amp;lt;ows:HTTP&amp;gt;
&amp;lt;ows:Get xlink:href="http://192.168.0.103:7080/PBS/rest/services/OpenStreetMap/MapServer/WMTS/tile/1.0.0/"&amp;gt;
&amp;lt;ows:Constraint name="GetEncoding"&amp;gt;
&amp;lt;ows:AllowedValues&amp;gt;
&amp;lt;ows:Value&amp;gt;RESTful&amp;lt;/ows:Value&amp;gt;
&amp;lt;/ows:AllowedValues&amp;gt;
&amp;lt;/ows:Constraint&amp;gt;
&amp;lt;/ows:Get&amp;gt;
&amp;lt;ows:Get xlink:href="http://192.168.0.103:7080/PBS/rest/services/OpenStreetMap/MapServer/WMTS?"&amp;gt;
&amp;lt;ows:Constraint name="GetEncoding"&amp;gt;
&amp;lt;ows:AllowedValues&amp;gt;
&amp;lt;ows:Value&amp;gt;KVP&amp;lt;/ows:Value&amp;gt;
&amp;lt;/ows:AllowedValues&amp;gt;
&amp;lt;/ows:Constraint&amp;gt;
&amp;lt;/ows:Get&amp;gt;
&amp;lt;/ows:HTTP&amp;gt;
&amp;lt;/ows:DCP&amp;gt;
&amp;lt;/ows:Operation&amp;gt;
&amp;lt;/ows:OperationsMetadata&amp;gt;
&amp;lt;Contents&amp;gt;
&amp;lt;!--Layer--&amp;gt;
&amp;lt;Layer&amp;gt;
&amp;lt;ows:Title&amp;gt;OpenStreetMap&amp;lt;/ows:Title&amp;gt;
&amp;lt;ows:Identifier&amp;gt;OpenStreetMap&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ows:BoundingBox crs="urn:ogc:def:crs:EPSG::3857"&amp;gt;
&amp;lt;ows:LowerCorner&amp;gt;-20037508.342787 -20037508.342787&amp;lt;/ows:LowerCorner&amp;gt;
&amp;lt;ows:UpperCorner&amp;gt;20037508.342787 20037508.342787&amp;lt;/ows:UpperCorner&amp;gt;
&amp;lt;/ows:BoundingBox&amp;gt;
&amp;lt;ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84"&amp;gt;
&amp;lt;ows:LowerCorner&amp;gt;-179.99999999998 -85.0511287798049&amp;lt;/ows:LowerCorner&amp;gt;
&amp;lt;ows:UpperCorner&amp;gt;179.99999999998 85.0511287798049&amp;lt;/ows:UpperCorner&amp;gt;
&amp;lt;/ows:WGS84BoundingBox&amp;gt;
&amp;lt;Style isDefault="true"&amp;gt;
&amp;lt;ows:Title&amp;gt;Default Style&amp;lt;/ows:Title&amp;gt;
&amp;lt;ows:Identifier&amp;gt;default&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;/Style&amp;gt;
&amp;lt;Format&amp;gt;image/png&amp;lt;/Format&amp;gt;
&amp;lt;TileMatrixSetLink&amp;gt;
&amp;lt;TileMatrixSet&amp;gt;default028mm&amp;lt;/TileMatrixSet&amp;gt;
&amp;lt;/TileMatrixSetLink&amp;gt;
&amp;lt;TileMatrixSetLink&amp;gt;
&amp;lt;TileMatrixSet&amp;gt;nativeTileMatrixSet&amp;lt;/TileMatrixSet&amp;gt;
&amp;lt;/TileMatrixSetLink&amp;gt;
&amp;lt;TileMatrixSetLink&amp;gt;
&amp;lt;TileMatrixSet&amp;gt;GoogleMapsCompatible&amp;lt;/TileMatrixSet&amp;gt;
&amp;lt;/TileMatrixSetLink&amp;gt;
&amp;lt;ResourceURL format="image/png" resourceType="tile" template="http://192.168.0.103:7080/PBS/rest/services/OpenStreetMap/MapServer/WMTS/tile/1.0.0/OpenStreetMap/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png"/&amp;gt;
&amp;lt;/Layer&amp;gt;
&amp;lt;!--TileMatrixSet--&amp;gt;
&amp;lt;TileMatrixSet&amp;gt;
&amp;lt;ows:Title&amp;gt;Default TileMatrix using 0.28mm&amp;lt;/ows:Title&amp;gt;
&amp;lt;ows:Abstract&amp;gt;
The tile matrix set that has scale values calculated based on the dpi defined by OGC specification (dpi assumes 0.28mm as the physical distance of a pixel).
&amp;lt;/ows:Abstract&amp;gt;
&amp;lt;ows:Identifier&amp;gt;default028mm&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ows:SupportedCRS&amp;gt;urn:ogc:def:crs:EPSG::3857&amp;lt;/ows:SupportedCRS&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;0&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;559081145.86404371&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;2&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;2&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;1&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;279540572.93202186&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;3&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;3&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;2&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;139770286.46601093&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;5&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;5&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;3&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;69885143.233005464&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;9&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;9&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;4&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;34942571.616502732&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;17&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;17&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;5&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;17471285.808251366&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;33&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;33&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;6&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;8735642.904125683&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;65&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;65&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;7&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;4367821.4520628415&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;129&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;129&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;8&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;2183910.7260314208&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;257&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;257&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;9&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;1091955.3630157104&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;513&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;513&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;10&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;545977.68150785519&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;1025&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;1025&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;11&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;272988.84075392759&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;2049&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;2049&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;12&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;136494.4203769638&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;4097&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;4097&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;13&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;68247.2101884819&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;8193&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;8193&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;14&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;34123.605094240949&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;16385&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;16385&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;15&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;17061.802547120475&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;32769&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;32769&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;16&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;8530.9012735602373&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;65537&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;65537&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;17&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;4265.4506367801187&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;131073&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;131073&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;18&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;2132.7253183900593&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;262145&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;262145&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;19&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;1066.3626591950297&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;524289&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;524289&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;/TileMatrixSet&amp;gt;
&amp;lt;TileMatrixSet&amp;gt;
&amp;lt;ows:Title&amp;gt;Native TiledMapService TileMatrixSet&amp;lt;/ows:Title&amp;gt;
&amp;lt;ows:Abstract&amp;gt;
the tile matrix set that has scale values calculated based on the dpi defined by ArcGIS Server tiled map service. The current tile dpi is 96
&amp;lt;/ows:Abstract&amp;gt;
&amp;lt;ows:Identifier&amp;gt;nativeTileMatrixSet&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ows:SupportedCRS&amp;gt;urn:ogc:def:crs:EPSG::3857&amp;lt;/ows:SupportedCRS&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;0&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;591657527.591555&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;2&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;2&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;1&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;295828763.7957775&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;3&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;3&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;2&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;147914381.89788875&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;5&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;5&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;3&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;73957190.948944375&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;9&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;9&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;4&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;36978595.474472187&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;17&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;17&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;5&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;18489297.737236094&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;33&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;33&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;6&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;9244648.8686180469&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;65&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;65&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;7&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;4622324.4343090234&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;129&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;129&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;8&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;2311162.2171545117&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;257&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;257&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;9&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;1155581.1085772559&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;513&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;513&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;10&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;577790.55428862793&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;1025&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;1025&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;11&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;288895.27714431396&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;2049&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;2049&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;12&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;144447.63857215698&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;4097&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;4097&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;13&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;72223.819286078491&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;8193&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;8193&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;14&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;36111.909643039246&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;16385&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;16385&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;15&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;18055.954821519623&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;32769&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;32769&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;16&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;9027.9774107598114&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;65537&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;65537&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;17&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;4513.9887053799057&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;131073&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;131073&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;18&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;2256.9943526899528&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;262145&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;262145&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;19&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;1128.4971763449764&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.342787 20037508.342787&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;524289&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;524289&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;/TileMatrixSet&amp;gt;
&amp;lt;TileMatrixSet&amp;gt;
&amp;lt;ows:Title&amp;gt;GoogleMapsCompatible&amp;lt;/ows:Title&amp;gt;
&amp;lt;ows:Abstract&amp;gt;
the wellknown 'GoogleMapsCompatible' tile matrix set defined by OGC WMTS specification
&amp;lt;/ows:Abstract&amp;gt;
&amp;lt;ows:Identifier&amp;gt;GoogleMapsCompatible&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ows:SupportedCRS&amp;gt;urn:ogc:def:crs:EPSG:6.18:3:3857&amp;lt;/ows:SupportedCRS&amp;gt;
&amp;lt;WellKnownScaleSet&amp;gt;urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible&amp;lt;/WellKnownScaleSet&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;0&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;559082264.02871776&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;1&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;1&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;1&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;279541132.01435888&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;2&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;2&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;2&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;139770566.00717944&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;4&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;4&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;3&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;69885283.00358972&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;8&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;8&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;4&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;34942641.50179486&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;16&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;16&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;5&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;17471320.75089743&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;32&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;32&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;6&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;8735660.3754487149&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;64&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;64&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;7&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;4367830.1877243575&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;128&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;128&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;8&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;2183915.0938621787&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;256&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;256&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;9&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;1091957.5469310894&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;512&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;512&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;10&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;545978.77346554468&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;1024&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;1024&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;11&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;272989.38673277234&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;2048&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;2048&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;12&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;136494.69336638617&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;4096&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;4096&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;13&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;68247.346683193085&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;8192&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;8192&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;14&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;34123.673341596543&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;16384&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;16384&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;15&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;17061.836670798271&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;32768&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;32768&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;16&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;8530.9183353991357&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;65536&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;65536&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;17&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;4265.4591676995678&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;131072&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;131072&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;TileMatrix&amp;gt;
&amp;lt;ows:Identifier&amp;gt;18&amp;lt;/ows:Identifier&amp;gt;
&amp;lt;ScaleDenominator&amp;gt;2132.7295838497839&amp;lt;/ScaleDenominator&amp;gt;
&amp;lt;TopLeftCorner&amp;gt;-20037508.34278925 20037508.34278925&amp;lt;/TopLeftCorner&amp;gt;
&amp;lt;TileWidth&amp;gt;256&amp;lt;/TileWidth&amp;gt;
&amp;lt;TileHeight&amp;gt;256&amp;lt;/TileHeight&amp;gt;
&amp;lt;MatrixWidth&amp;gt;262144&amp;lt;/MatrixWidth&amp;gt;
&amp;lt;MatrixHeight&amp;gt;262144&amp;lt;/MatrixHeight&amp;gt;
&amp;lt;/TileMatrix&amp;gt;
&amp;lt;/TileMatrixSet&amp;gt;
&amp;lt;/Contents&amp;gt;
&amp;lt;ServiceMetadataURL xlink:href="http://192.168.0.103:7080/PBS/rest/services/OpenStreetMap/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"/&amp;gt;
&amp;lt;/Capabilities&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 04 Oct 2022 09:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmts-and-mapimage-layer-mismatch/m-p/1218560#M78902</guid>
      <dc:creator>Nikarayanpouya</dc:creator>
      <dc:date>2022-10-04T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: WMTS and MapImage layer mismatch</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmts-and-mapimage-layer-mismatch/m-p/1242577#M79677</link>
      <description>&lt;P&gt;Hi, Could you show me the code how to build a wmtsLayer? I have a xml file like yours, but it can't work in arcgis4&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 01:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmts-and-mapimage-layer-mismatch/m-p/1242577#M79677</guid>
      <dc:creator>ZhouJachin</dc:creator>
      <dc:date>2022-12-20T01:58:06Z</dc:date>
    </item>
  </channel>
</rss>

