<?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 Log loading errors from custom WM(T)S services in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/log-loading-errors-from-custom-wm-t-s-services/m-p/1014217#M6882</link>
    <description>&lt;P&gt;I have a map where I load map from a third party WMTS service and overlays from another third party WMS Service. I experience timout errors from these services from time to time. They are printed in the log, but is there a way to get notified about these loading errors in a callback so I can log them myself?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the load function on AGSWMTSService (similarly on AGSWMSService) and it loads with an optional error object. This loads fine - it is only when navigating the map and tiles have to load individually that it sometimes fails loading some tiles with timeouts.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 09:52:25 GMT</pubDate>
    <dc:creator>Selsoe</dc:creator>
    <dc:date>2021-01-06T09:52:25Z</dc:date>
    <item>
      <title>Log loading errors from custom WM(T)S services</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/log-loading-errors-from-custom-wm-t-s-services/m-p/1014217#M6882</link>
      <description>&lt;P&gt;I have a map where I load map from a third party WMTS service and overlays from another third party WMS Service. I experience timout errors from these services from time to time. They are printed in the log, but is there a way to get notified about these loading errors in a callback so I can log them myself?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the load function on AGSWMTSService (similarly on AGSWMSService) and it loads with an optional error object. This loads fine - it is only when navigating the map and tiles have to load individually that it sometimes fails loading some tiles with timeouts.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 09:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/log-loading-errors-from-custom-wm-t-s-services/m-p/1014217#M6882</guid>
      <dc:creator>Selsoe</dc:creator>
      <dc:date>2021-01-06T09:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Log loading errors from custom WM(T)S services</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/log-loading-errors-from-custom-wm-t-s-services/m-p/1014302#M6884</link>
      <description>&lt;P&gt;You can set up a &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_geo_view.html#a1cb482613b3b37a7a021bb4834541148" target="_self"&gt;layer status change handler on AGSMapView&lt;/A&gt; (or AGSSceneView). By listening to this, you can get status updates for layers as you navigate the map.&lt;/P&gt;&lt;P&gt;You would want to look at the status property on the AGSLayerViewState object that is provided for the layer(s) in question. This is an enum of type &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/_a_g_s_layer_view_state_8h.html#ae64e23b127ffb327986163f4b522cdfe" target="_self"&gt;AGSLayerViewStatus&lt;/A&gt;&lt;/STRONG&gt;. You should keep an eye out for a status of warning, which means Runtime was able to communicate with the service, but there was a problem getting some data. The AGSLayerViewState object also has an error property which will give you more info about the warning status, but see the documentation for more details.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 15:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/log-loading-errors-from-custom-wm-t-s-services/m-p/1014302#M6884</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-01-06T15:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Log loading errors from custom WM(T)S services</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/log-loading-errors-from-custom-wm-t-s-services/m-p/1014568#M6886</link>
      <description>&lt;P&gt;Exactly what I was looking for. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 09:07:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/log-loading-errors-from-custom-wm-t-s-services/m-p/1014568#M6886</guid>
      <dc:creator>Selsoe</dc:creator>
      <dc:date>2021-01-07T09:07:43Z</dc:date>
    </item>
  </channel>
</rss>

