<?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: TileLayer &amp; error handling in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106346#M1173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further to Morten's reply, if you are downloading and storing individual tiles you should review the licensing terms to ensure it is ok to do so in your scenario: &lt;A href="https://developers.arcgis.com/en/terms/" title="https://developers.arcgis.com/en/terms/"&gt;Terms of Use | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2014 12:34:24 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2014-10-27T12:34:24Z</dc:date>
    <item>
      <title>TileLayer &amp; error handling</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106341#M1168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no more TileLoaded event and it's TileLoadEventArgs containing info for i.e httpexceptions. How is tile loading http exceptions meant to be handled in new 10.2.4. version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 19:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106341#M1168</guid>
      <dc:creator>RistoMoilanen</dc:creator>
      <dc:date>2014-10-14T19:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: TileLayer &amp; error handling</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106342#M1169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know how to access HttpErrors and other tile loading errors when using TiledLayer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 11:45:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106342#M1169</guid>
      <dc:creator>RistoMoilanen</dc:creator>
      <dc:date>2014-10-18T11:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: TileLayer &amp; error handling</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106343#M1170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The .NET runtime's tile loading infrastructure is quite different and these events are not available. Generally if a tile cannot be loaded, it will use a lower-resolution tile to replace it with so you won't get blank space as often. (You can enable/disable this with the &lt;A href="https://developers.arcgis.com/net/desktop/api-reference//html/P_Esri_ArcGISRuntime_Layers_TiledLayer_ResamplingMode.htm" title="https://developers.arcgis.com/net/desktop/api-reference//html/P_Esri_ArcGISRuntime_Layers_TiledLayer_ResamplingMode.htm"&gt;TiledLayer.ResamplingMode Property&lt;/A&gt; though)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:15:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106343#M1170</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2014-10-20T18:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: TileLayer &amp; error handling</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106344#M1171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. Another question related to base map tile loading.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In previous esri map control versions we could access TileLoaded-event and save loaded tiles to disk for offline use. When user didn't have internet access, we could still show maps from device disk (with the help of TileLoading-event).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there nowadays any offline tile cache generating mechanisms "on-the-fly" (without explicitly downloading the whole base map from server with Export Tile Cache functionality..)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 19:25:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106344#M1171</guid>
      <dc:creator>RistoMoilanen</dc:creator>
      <dc:date>2014-10-23T19:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: TileLayer &amp; error handling</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106345#M1172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you loose connectivity intermittently, the tiles are cached locally in the session and will still be able to load.&lt;/P&gt;&lt;P&gt;For true off-line capability that works across multiple sessions, Export Tile Cache and pre-provisioned local tile caches (.tpk) is the recommended approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 21:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106345#M1172</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2014-10-23T21:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: TileLayer &amp; error handling</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106346#M1173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further to Morten's reply, if you are downloading and storing individual tiles you should review the licensing terms to ensure it is ok to do so in your scenario: &lt;A href="https://developers.arcgis.com/en/terms/" title="https://developers.arcgis.com/en/terms/"&gt;Terms of Use | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/tilelayer-error-handling/m-p/106346#M1173</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-10-27T12:34:24Z</dc:date>
    </item>
  </channel>
</rss>

