<?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 .TPKX - not working with UWP Runtime in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tpkx-not-working-with-uwp-runtime/m-p/180297#M790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented the following C# code for the .TPKX files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;TileCache tpkxCache = new TileCache(filePath);&lt;/P&gt;&lt;P&gt;ArcGISTiledLayer tpkxLayer = new ArcGISTiledLayer(tpkxCache);&lt;/P&gt;&lt;P&gt;tpkxLayer.Id = "some id here";&lt;BR /&gt; tpkxLayer.Name = "Some name here";&lt;BR /&gt; await tpkxLayer.LoadAsync();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have followed:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/release-notes.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/release-notes.htm"&gt;Release notes for 100.5.0—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;UL style="color: #4c4c4c; background-color: #ffffff; font-size: 0.9375rem; margin-left: 0.75rem; margin-bottom: 1.5rem;"&gt;&lt;LI style="margin: 0.375rem 0px 0.375rem 1.5rem;"&gt;The new&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Compact Cache V2&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;format of tile packages (&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; padding: 0px 0.15rem;"&gt;*.tpkx&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file) available with ArcGIS Pro 2.3 is now supported in the ArcGIS Runtime. This format is based on an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/esri/raster-tiles-compactcache" style="color: #0079c1; text-decoration: none;"&gt;open specification&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and is optimized for fast access and improved performance. You can use the existing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; padding: 0px 0.15rem;"&gt;ArcGISTiledLayer&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border-width: 1px 0px; border-style: solid none; border-color: #efefef initial #efefef initial;"&gt;TileCache&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;APIs to support the new format. See&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/net/latest/wpf/guide/take-a-layer-offline.htm" style="color: #0079c1; text-decoration: none;"&gt;Take a layer offline&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for more information on tile packages.&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But&amp;nbsp;it always throws an error&amp;nbsp;"File not found" on the last line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please help what I am doing wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2019 17:10:03 GMT</pubDate>
    <dc:creator>RAVISOLANKI</dc:creator>
    <dc:date>2019-08-21T17:10:03Z</dc:date>
    <item>
      <title>.TPKX - not working with UWP Runtime</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tpkx-not-working-with-uwp-runtime/m-p/180297#M790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented the following C# code for the .TPKX files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;TileCache tpkxCache = new TileCache(filePath);&lt;/P&gt;&lt;P&gt;ArcGISTiledLayer tpkxLayer = new ArcGISTiledLayer(tpkxCache);&lt;/P&gt;&lt;P&gt;tpkxLayer.Id = "some id here";&lt;BR /&gt; tpkxLayer.Name = "Some name here";&lt;BR /&gt; await tpkxLayer.LoadAsync();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have followed:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/release-notes.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/release-notes.htm"&gt;Release notes for 100.5.0—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;UL style="color: #4c4c4c; background-color: #ffffff; font-size: 0.9375rem; margin-left: 0.75rem; margin-bottom: 1.5rem;"&gt;&lt;LI style="margin: 0.375rem 0px 0.375rem 1.5rem;"&gt;The new&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Compact Cache V2&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;format of tile packages (&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; padding: 0px 0.15rem;"&gt;*.tpkx&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file) available with ArcGIS Pro 2.3 is now supported in the ArcGIS Runtime. This format is based on an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/esri/raster-tiles-compactcache" style="color: #0079c1; text-decoration: none;"&gt;open specification&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and is optimized for fast access and improved performance. You can use the existing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; padding: 0px 0.15rem;"&gt;ArcGISTiledLayer&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border-width: 1px 0px; border-style: solid none; border-color: #efefef initial #efefef initial;"&gt;TileCache&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;APIs to support the new format. See&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/net/latest/wpf/guide/take-a-layer-offline.htm" style="color: #0079c1; text-decoration: none;"&gt;Take a layer offline&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for more information on tile packages.&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But&amp;nbsp;it always throws an error&amp;nbsp;"File not found" on the last line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please help what I am doing wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 17:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tpkx-not-working-with-uwp-runtime/m-p/180297#M790</guid>
      <dc:creator>RAVISOLANKI</dc:creator>
      <dc:date>2019-08-21T17:10:03Z</dc:date>
    </item>
  </channel>
</rss>

