<?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: Basemap fails to load from mobile map package with Internal error exception in Flutter Maps SDK Questions</title>
    <link>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1612227#M104</link>
    <description>&lt;P&gt;&lt;A href="https://links.esri.com/agol-help/raster-basemaps" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;Esri&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;raster basemaps&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://links.esri.com/agol-help/vector-basemaps" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;Esri&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;vector basemaps&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;are automatically enabled for offline use.However, the Outdoor Esri vector basemap is an exception. This particular basemap cannot be taken offline because it contains a multisource style, which is not supported for offline use at this time.&lt;BR /&gt;&lt;BR /&gt;For more information on taking maps offline, you can refer to the official documentation:&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/take-maps-offline.htm" target="_self"&gt;Taking Maps Offline.&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 21:38:03 GMT</pubDate>
    <dc:creator>HarishK</dc:creator>
    <dc:date>2025-05-06T21:38:03Z</dc:date>
    <item>
      <title>Basemap fails to load from mobile map package with Internal error exception</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1612057#M100</link>
      <description>&lt;P class=""&gt;Context: We are downloading basemaps using the ‘GenerateOfflineMapJob’ class from the flutter SDK. Later, while offline, we are loading the maps by setting the loaded map to the mapViewController.arcGISMap setter. It works great with most of the basemaps.&lt;/P&gt;&lt;P class=""&gt;Problem: When trying to load the downloaded Outdoor base map (&lt;A href="https://www.arcgis.com/home/item.html?id=2e8a3ccdfd6d42a995b79812b3b0ebc6" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/item.html?id=2e8a3ccdfd6d42a995b79812b3b0ebc6&lt;/A&gt;), it completes download successfully with all package files in the valid state. However, on loading the map, it fails with an exception thrown. The exception is: “ArcGISException: code=18; Internal error.; Not all sources were loaded”. On the error documentation page, it is stated that it is an ArcGIS internal error &lt;A href="https://developers.arcgis.com/net/reference/platform-error-codes/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/net/reference/platform-error-codes/&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Once again, the exception is thrown on this one specific (mentioned) basemap. Other basemaps we are downloading and loading are loaded with no problem. Loading the basemap directly, online, is working great.&lt;BR /&gt;&lt;BR /&gt;Can this map be used offline? What is the reason of the SDK failing to load the resources of the map?&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 17:27:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1612057#M100</guid>
      <dc:creator>MilanRancic</dc:creator>
      <dc:date>2025-05-06T17:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap fails to load from mobile map package with Internal error exception</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1612132#M102</link>
      <description>&lt;P&gt;The Outdoor basemap uses a Multisource vector tile style. (this&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/announcements/topographic-with-contours-multisource-vector-tile-layers" target="_self"&gt;blog&lt;/A&gt;&amp;nbsp;describes what they are).&amp;nbsp; As you have discovered Multisource vector tiles are not useable offline.&amp;nbsp; The offline tooling does not take them offline correctly and even if it did, there is no implementation in the Maps SDK to draw them.&amp;nbsp; I responded to a similar inquiry last year&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-multi-source-basemaps-support/m-p/1499054" target="_blank"&gt;https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-multi-source-basemaps-support/m-p/1499054&lt;/A&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;As I stated in the referenced post we have not heard significant requests from the Esri community with regard to prioritizing the work to implement an offline solution for multisource vector tile styles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 19:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1612132#M102</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2025-05-06T19:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap fails to load from mobile map package with Internal error exception</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1612227#M104</link>
      <description>&lt;P&gt;&lt;A href="https://links.esri.com/agol-help/raster-basemaps" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;Esri&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;raster basemaps&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://links.esri.com/agol-help/vector-basemaps" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;Esri&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;vector basemaps&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;are automatically enabled for offline use.However, the Outdoor Esri vector basemap is an exception. This particular basemap cannot be taken offline because it contains a multisource style, which is not supported for offline use at this time.&lt;BR /&gt;&lt;BR /&gt;For more information on taking maps offline, you can refer to the official documentation:&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/take-maps-offline.htm" target="_self"&gt;Taking Maps Offline.&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 21:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1612227#M104</guid>
      <dc:creator>HarishK</dc:creator>
      <dc:date>2025-05-06T21:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap fails to load from mobile map package with Internal error exception</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1652599#M139</link>
      <description>&lt;P&gt;Following up on this topic. Is it possible that the Outdoor vector tile (for Export):&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=cc85bbc644b241499f1cd66b38b476f8" target="_blank"&gt;Outdoor (for Export) - Overview&lt;/A&gt;, should be republished similar to how the World Topographic Map (for Export):&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=df541726b3df4c0caf99255bb1be4c86" target="_blank"&gt;World Topographic Map (for Export) - Overview&lt;/A&gt;&amp;nbsp;is configured?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to export the World Topographic Map (for Export), implement the style and also export corresponding Hillshade and Contours to closely mimic the Topographic (Vector) multisource style.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would assume we could do the same with the Outdoor layer if it were published properly. See the attached image comparison.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-09-23 153501.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140839i8A896EA5B63A4E57/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-09-23 153501.png" alt="Screenshot 2025-09-23 153501.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 19:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/basemap-fails-to-load-from-mobile-map-package-with/m-p/1652599#M139</guid>
      <dc:creator>WesBailes</dc:creator>
      <dc:date>2025-09-23T19:39:50Z</dc:date>
    </item>
  </channel>
</rss>

