<?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 map .vtpk file size and download time in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-vtpk-file-size-and-download-time/m-p/1017194#M9671</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am using ArcGIS for map integration for my Xamarin forms application.&lt;/P&gt;&lt;P&gt;I am Generating an offline map in my application referring&amp;nbsp;"&lt;A title="https://developers.arcgis.com/net/latest/forms/sample-code/generate-offline-map-with-local-basemap/" href="https://developers.arcgis.com/net/latest/forms/sample-code/generate-offline-map-with-local-basemap/" target="_blank" rel="nofollow noopener noreferrer"&gt;Generate offline map with local basemap | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;" using the webMapId of map authored in the web portal.&lt;/P&gt;&lt;P&gt;The base map is getting generated in the .vtpk file, but the .vtpk file size is very huge. For the map area of&amp;nbsp;&lt;SPAN&gt;less than a mile radius, the base map file getting generated is 116 MB. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone please help me with the cause of this large size? Also, what are the possible ways to optimize it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am using Esri.ArcGISRuntime.Xamarin.Forms (100.7.0) in my application.&lt;/P&gt;&lt;P&gt;Looking forward to your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2021 10:45:12 GMT</pubDate>
    <dc:creator>KavitaPandey</dc:creator>
    <dc:date>2021-01-15T10:45:12Z</dc:date>
    <item>
      <title>Offline map .vtpk file size and download time</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-vtpk-file-size-and-download-time/m-p/1017194#M9671</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am using ArcGIS for map integration for my Xamarin forms application.&lt;/P&gt;&lt;P&gt;I am Generating an offline map in my application referring&amp;nbsp;"&lt;A title="https://developers.arcgis.com/net/latest/forms/sample-code/generate-offline-map-with-local-basemap/" href="https://developers.arcgis.com/net/latest/forms/sample-code/generate-offline-map-with-local-basemap/" target="_blank" rel="nofollow noopener noreferrer"&gt;Generate offline map with local basemap | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;" using the webMapId of map authored in the web portal.&lt;/P&gt;&lt;P&gt;The base map is getting generated in the .vtpk file, but the .vtpk file size is very huge. For the map area of&amp;nbsp;&lt;SPAN&gt;less than a mile radius, the base map file getting generated is 116 MB. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone please help me with the cause of this large size? Also, what are the possible ways to optimize it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am using Esri.ArcGISRuntime.Xamarin.Forms (100.7.0) in my application.&lt;/P&gt;&lt;P&gt;Looking forward to your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 10:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-vtpk-file-size-and-download-time/m-p/1017194#M9671</guid>
      <dc:creator>KavitaPandey</dc:creator>
      <dc:date>2021-01-15T10:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Offline map .vtpk file size and download time</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-vtpk-file-size-and-download-time/m-p/1017274#M9672</link>
      <description>&lt;P&gt;Which services are in the map you're taking offline? Are you sure these are vector services, and not raster services?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 17:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-vtpk-file-size-and-download-time/m-p/1017274#M9672</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-01-15T17:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Offline map .vtpk file size and download time</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-vtpk-file-size-and-download-time/m-p/1018177#M9680</link>
      <description>&lt;P&gt;If you are using one of the Esri Basemap services in your webmap, then the downloaded vtpk file might be large due to all the fonts that are included for displaying labels with non-latin characters. If you unzip and interrogate the vtpk file, you can actually see what is taking up so much space.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try using the "For Export" versions of the Esri basemaps in your webmap. These have been optimized with a reduced set of fonts. For example :&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In the upcoming release of the SDK (version 100.10), we're adding a convenient API to allow you to switch to the optimized service when going offline regardless of what is being used in the webmap. Check out the release notes for details.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 23:16:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-vtpk-file-size-and-download-time/m-p/1018177#M9680</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2021-01-19T23:16:50Z</dc:date>
    </item>
  </channel>
</rss>

