<?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 Offline VTPK in runtime 100.4 (.NET WPF) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-vtpk-in-runtime-100-4-net-wpf/m-p/321648#M3802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as we know&amp;nbsp;VTPK file consists (mainly) of bundle files wherein PBF tiles are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd like to load specific tiles (in PBF files) from VTPK file loaded into runtime objects (knowing row, column and current zoom level).&lt;BR /&gt;We were able to do that with raster TPK using TileCache and it's method GetTileData.&lt;BR /&gt;We're using runtime 100.4 (.NET WPF).&lt;BR /&gt;There seems to be no way of doing this with VectorTileCache, where VTPK can be loaded into (or from layer object having this cache - ArcGISVectorTiledLayer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are we missing something?&lt;BR /&gt;Maybe there is another way of accessing those vector tiles?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2019 12:12:32 GMT</pubDate>
    <dc:creator>WojciechSiekan</dc:creator>
    <dc:date>2019-02-26T12:12:32Z</dc:date>
    <item>
      <title>Offline VTPK in runtime 100.4 (.NET WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-vtpk-in-runtime-100-4-net-wpf/m-p/321648#M3802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as we know&amp;nbsp;VTPK file consists (mainly) of bundle files wherein PBF tiles are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd like to load specific tiles (in PBF files) from VTPK file loaded into runtime objects (knowing row, column and current zoom level).&lt;BR /&gt;We were able to do that with raster TPK using TileCache and it's method GetTileData.&lt;BR /&gt;We're using runtime 100.4 (.NET WPF).&lt;BR /&gt;There seems to be no way of doing this with VectorTileCache, where VTPK can be loaded into (or from layer object having this cache - ArcGISVectorTiledLayer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are we missing something?&lt;BR /&gt;Maybe there is another way of accessing those vector tiles?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 12:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-vtpk-in-runtime-100-4-net-wpf/m-p/321648#M3802</guid>
      <dc:creator>WojciechSiekan</dc:creator>
      <dc:date>2019-02-26T12:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Offline VTPK in runtime 100.4 (.NET WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-vtpk-in-runtime-100-4-net-wpf/m-p/321649#M3803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No there's no way to load specific tiles into the view from a VTPK. I'm curious why you need to do this? Could you share some more details, so we can look into if there's some overall scenario we're missing (or an existing workflow that would be better to use)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 17:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-vtpk-in-runtime-100-4-net-wpf/m-p/321649#M3803</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-02-26T17:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Offline VTPK in runtime 100.4 (.NET WPF)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-vtpk-in-runtime-100-4-net-wpf/m-p/321650#M3804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're checking the possibillity of moving from old WPF app into web (using&amp;nbsp;esri javascript API there).&lt;/P&gt;&lt;P&gt;The problem is - we need to support all&amp;nbsp;the features we already have in WPF - like offline maps (raster TPK and new vector VTPK).&lt;/P&gt;&lt;P&gt;By offline I&amp;nbsp;mean our web server will be available but&amp;nbsp;ArcGIS&amp;nbsp;services might not be (due to internet connection lost) and&amp;nbsp;user will then switch to some of his offline (file) maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We found a way to support TPK files. We can serve tiles from our backend (&lt;SPAN style="background-color: #ffffff;"&gt;using TileCache and it's method GetTileData&lt;/SPAN&gt;) and consume them using esri javascript API in the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can't find a way to do the same with VTPK files...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we won't be able to deliver all the features we have in WPF we won't get a green light to move to web so we're very interested in making it possible :-).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 10:41:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-vtpk-in-runtime-100-4-net-wpf/m-p/321650#M3804</guid>
      <dc:creator>WojciechSiekan</dc:creator>
      <dc:date>2019-02-27T10:41:45Z</dc:date>
    </item>
  </channel>
</rss>

