<?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: Help with WMTS Service rendering issues in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1169589#M7367</link>
    <description>&lt;P&gt;Good news!&amp;nbsp; We identified the problem and improved compatibility in ArcGIS Runtime version 100.14.0, released last week.&lt;/P&gt;&lt;P&gt;This behavior was triggered when Runtime could not match the ID specified by TileMatrixSetLimits/TileMatrixLimits/TileMatrix to a tile matrix ID specified by TileMatrixSet/TileMatrix/ows:Identifier.&amp;nbsp; For example, in this particular service TileMatrixLimits references &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;View1:0&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;but TileMatrix identifier is just &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Older versions of Runtime incorrectly defaulted to a limit of "between 0,0 and 0,0".&amp;nbsp; But starting with version 100.14.0, the entire TileMatrix remains usable even when there is a problem with associated TileMatrixLimits.&lt;/P&gt;&lt;P&gt;So, this service now works in Runtime!&lt;/P&gt;</description>
    <pubDate>Sat, 30 Apr 2022 23:21:45 GMT</pubDate>
    <dc:creator>MatveiStefarov</dc:creator>
    <dc:date>2022-04-30T23:21:45Z</dc:date>
    <item>
      <title>Help with WMTS Service rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1126204#M7247</link>
      <description>&lt;P&gt;I have a map implementation that has been working great for a while now. However, my data provider is migrating to a new platform and I need to update the WMTS urls to stay in operation. The new WMTS urls doesn't match 1 to 1 on metadata and my map fails to load properly. I'm sure it's a configuration issue and that I just need to provide the correct parameters to ArcGis to make it work.&lt;/P&gt;&lt;P&gt;I have uploaded the old and the new WMTS files here, for reference:&lt;/P&gt;&lt;P&gt;Old service: &lt;A href="https://www.dropbox.com/s/poafsecgr4u8zm0/oldservice.xml?dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/poafsecgr4u8zm0/oldservice.xml?dl=0&lt;/A&gt;&lt;BR /&gt;New service: &lt;A href="https://www.dropbox.com/s/vtkset7s0s1ot46/newservice.xml?dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/vtkset7s0s1ot46/newservice.xml?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When replacing the old service with the new, the map only loads partially and in really low resolution (it doesn't get better when zooming in). See example:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="loadedmap.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/29750iE049BF8E38A02D14/image-size/large?v=v2&amp;amp;px=999" role="button" title="loadedmap.jpg" alt="loadedmap.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am kind of clueless here, but have a vague idea that it might be the spatial reference that is off. I have been using an `AGSSpatialReference` with `wkid` 25832 for the old service. Not sure if it needs to change to something else.&lt;/P&gt;&lt;P&gt;There are no errors logged by ArcGis.&lt;/P&gt;&lt;P&gt;Does anyone have an idea what goes wrong here?&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Mikkel&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 09:03:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1126204#M7247</guid>
      <dc:creator>Selsoe</dc:creator>
      <dc:date>2021-12-15T09:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WMTS Service rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1126616#M7250</link>
      <description>&lt;P&gt;I have isolated the issue in an Xcode sample project. If anyone is willing to take a look at it, let me know and I'll happily send it to you.&lt;/P&gt;&lt;P&gt;In the mean time I have tried to load up the exact same WMTS url in QGIS for Mac and it loads perfectly fine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 11:00:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1126616#M7250</guid>
      <dc:creator>Selsoe</dc:creator>
      <dc:date>2021-12-16T11:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WMTS Service rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1126762#M7251</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/430847"&gt;@Selsoe&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm not too familiar with WMTS, but if you can DM me a link to the Xcode project, I'll see if I can find someone who can help be dig into this a bit more.&lt;/P&gt;&lt;P&gt;Have you been able to open both of these in the &lt;A href="https://doc.arcgis.com/en/arcgis-online/reference/ogc.htm" target="_self"&gt;ArcGIS Online Map Viewer&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 16:40:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1126762#M7251</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-12-16T16:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WMTS Service rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1127081#M7252</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/176"&gt;@Nicholas-Furness&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;That's very kind of you. Thank you! I just tried the two WMTS maps in the ArcGIS online viewer and they work as expected. I will send you a link to the project in a DM.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Mikkel&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 08:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1127081#M7252</guid>
      <dc:creator>Selsoe</dc:creator>
      <dc:date>2021-12-17T08:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WMTS Service rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1169589#M7367</link>
      <description>&lt;P&gt;Good news!&amp;nbsp; We identified the problem and improved compatibility in ArcGIS Runtime version 100.14.0, released last week.&lt;/P&gt;&lt;P&gt;This behavior was triggered when Runtime could not match the ID specified by TileMatrixSetLimits/TileMatrixLimits/TileMatrix to a tile matrix ID specified by TileMatrixSet/TileMatrix/ows:Identifier.&amp;nbsp; For example, in this particular service TileMatrixLimits references &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;View1:0&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;but TileMatrix identifier is just &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Older versions of Runtime incorrectly defaulted to a limit of "between 0,0 and 0,0".&amp;nbsp; But starting with version 100.14.0, the entire TileMatrix remains usable even when there is a problem with associated TileMatrixLimits.&lt;/P&gt;&lt;P&gt;So, this service now works in Runtime!&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 23:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1169589#M7367</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2022-04-30T23:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with WMTS Service rendering issues</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1169642#M7368</link>
      <description>&lt;P&gt;Sounds great! I'm very happy this got resolved. I look forward to test it soon. Thanks.&lt;/P&gt;&lt;P&gt;Update: It works!&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 07:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/help-with-wmts-service-rendering-issues/m-p/1169642#M7368</guid>
      <dc:creator>Selsoe</dc:creator>
      <dc:date>2022-05-02T07:36:41Z</dc:date>
    </item>
  </channel>
</rss>

