<?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: Support for TMS in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-tms/m-p/1012742#M6877</link>
    <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_web_tiled_layer.html#a8e399045810ab9d66bfd84c313104904" target="_self"&gt;By default&lt;/A&gt; it will expect the OSM tiling scheme. But you can create your own &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_tile_info.html" target="_self"&gt;AGSTileInfo&lt;/A&gt; object with appropriate origin and tile size and construct an AGSWebTiledLayer using that. That would work if all y values were -ve (i.e. the origin is way up north).&lt;/P&gt;&lt;P&gt;I confess I'm not familiar with the TMS spec but a quick scan didn't highlight a way that y would be &lt;EM&gt;inverted&lt;/EM&gt; (south of the tile scheme origin was +ve y, north of the origin was -ve y), but it's entirely possible I missed it. Regardless, if that's the case you can also provide a custom &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_image_tiled_layer.html#ae0821be7182ee2ae9a86e9f118773507" target="_self"&gt;tile request handler&lt;/A&gt; that changes the sign of the row, makes the request (potentially using an &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_request_operation.html" target="_self"&gt;AGSRequestOperation&lt;/A&gt;), and &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_image_tiled_layer.html#abb124ebead931eec8b5d8619a46e0631" target="_self"&gt;provides the tile data&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Does that work for you?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jan 2021 22:07:30 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2021-01-04T22:07:30Z</dc:date>
    <item>
      <title>Support for TMS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-tms/m-p/1012738#M6876</link>
      <description>&lt;P&gt;Hi - we are trying to implement a tile Basemap using a TMS endpoint with inverted rows (-y), which is still a common occurrence in many web tile services. &amp;nbsp;It looks like the URL template in AGSWebTiledLayer does not correctly support inverting the row.&lt;/P&gt;&lt;P&gt;Can this be fixed?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 19:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-tms/m-p/1012738#M6876</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2020-12-29T19:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Support for TMS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-tms/m-p/1012742#M6877</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_web_tiled_layer.html#a8e399045810ab9d66bfd84c313104904" target="_self"&gt;By default&lt;/A&gt; it will expect the OSM tiling scheme. But you can create your own &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_tile_info.html" target="_self"&gt;AGSTileInfo&lt;/A&gt; object with appropriate origin and tile size and construct an AGSWebTiledLayer using that. That would work if all y values were -ve (i.e. the origin is way up north).&lt;/P&gt;&lt;P&gt;I confess I'm not familiar with the TMS spec but a quick scan didn't highlight a way that y would be &lt;EM&gt;inverted&lt;/EM&gt; (south of the tile scheme origin was +ve y, north of the origin was -ve y), but it's entirely possible I missed it. Regardless, if that's the case you can also provide a custom &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_image_tiled_layer.html#ae0821be7182ee2ae9a86e9f118773507" target="_self"&gt;tile request handler&lt;/A&gt; that changes the sign of the row, makes the request (potentially using an &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_request_operation.html" target="_self"&gt;AGSRequestOperation&lt;/A&gt;), and &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_image_tiled_layer.html#abb124ebead931eec8b5d8619a46e0631" target="_self"&gt;provides the tile data&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Does that work for you?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 22:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-tms/m-p/1012742#M6877</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-01-04T22:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Support for TMS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-tms/m-p/1108782#M7178</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Just have a look on this&amp;nbsp;&lt;A href="https://wiki.openstreetmap.org/wiki/TMS#The_Y_coordinate" target="_blank"&gt;https://wiki.openstreetmap.org/wiki/TMS#The_Y_coordinate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/support-for-tms/m-p/1108782#M7178</guid>
      <dc:creator>xavierlhomme</dc:creator>
      <dc:date>2021-10-19T12:15:34Z</dc:date>
    </item>
  </channel>
</rss>

