<?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: AGSGenerateOfflineMapJob basemap Illegal state in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97617#M983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/58801"&gt;Worth&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help us narrow this down…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Could you print the entire Error you get back (beyond just the localizedDescription). The additionalMessage might give us some more insight.&lt;/LI&gt;&lt;LI&gt;Could you confirm that &lt;SPAN style="text-decoration: underline;"&gt;all&lt;/SPAN&gt; the basemaps you're talking about above are raster? Or is "Streets" the vector tile basemap? What about Topographic? Remember the Topographic Vector with relief actually uses a raster hillshade for the relief.&amp;nbsp;Ignoring the test web app, we wonder if you're OK with vector tiles (Streets) but hitting raster limits with the other two.&lt;/LI&gt;&lt;LI&gt;You could set &lt;STRONG&gt;AGSRequestConfiguration.global().debugLogRequests&lt;/STRONG&gt; and &lt;STRONG&gt;debugLogResponses&lt;/STRONG&gt; to &lt;STRONG&gt;true&lt;/STRONG&gt; and let me know what you get for the request that's sent out.&lt;/LI&gt;&lt;LI&gt;You could try the &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_export_tile_cache_task.html#a157fc7d6b2c1d075d1b5f0503f8a2949"&gt;AGSExportTileCacheTask.estimateTileCacheSizeJobWithParameters()&lt;/A&gt;&lt;/STRONG&gt; and execute that job&amp;nbsp;from your app to see if it matches the web app and gives&amp;nbsp;sensible values in the &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_estimate_tile_cache_size_result.html"&gt;EstimateTileCacheResult&lt;/A&gt;&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to DM me with info if you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I also noticed that the TPK Estimator might be failing at its task (technically it's a TPK creator, but the web page&amp;nbsp;has the wrong title &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;)… For a&amp;nbsp;(client-side-calculated) estimate of 7,580 tiles, the service actually came back with 16,093. I will have to look into that. As I mentioned, the estimator is oooooooooold, and it's quite possible that stuff has changed without me noticing and updating it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2019 11:35:49 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2019-05-29T11:35:49Z</dc:date>
    <item>
      <title>AGSGenerateOfflineMapJob basemap Illegal state</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97613#M979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using&amp;nbsp;AGSGenerateOfflineMapJob to download a simple map package from a web map in ArcGIS Online. Sometimes it works but sometimes I get "Illegal state" on the basemap. In testing, it seems like making the boundary smaller helps.&amp;nbsp;On my original test boundary (which was larger), I could consistently download the region successfully if the basemap was &lt;STRONG&gt;Streets&lt;/STRONG&gt; but if the basemap was &lt;STRONG&gt;Topographic&lt;/STRONG&gt;&amp;nbsp;or &lt;STRONG&gt;Imagery&lt;/STRONG&gt; it would come back saying that layer was in error with "Illegal state" as the message. I used&amp;nbsp;&lt;A class="link-titled" href="https://nixta.github.io/tpk-creator/" title="https://nixta.github.io/tpk-creator/" rel="nofollow noopener noreferrer" target="_blank"&gt;Tile Package Estimator&lt;/A&gt;&amp;nbsp;on the same region, which, because it is an envelope formed by the screen, should be larger. It returned the following for the three basemaps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Streets: Levels 0 - 19 (10,128 tiles)&amp;nbsp;(36.991MB)&lt;/LI&gt;&lt;LI&gt;Topographic: Levels 0 - 19 (10,128 tiles)&amp;nbsp;(44.35MB)&lt;/LI&gt;&lt;LI&gt;Imagery: Levels 0 - 19 (10,128 tiles)&amp;nbsp;(148.146MB)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I condensed what I'm doing down to this simple function (in Swift) for this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;func &lt;SPAN class="token function"&gt;testDownload&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;agsPortalItem&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; AGSPortalItem&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; boundaryPolygon&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; AGSPolygon&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; url&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; URL&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    let offlineMapTask &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;AGSOfflineMapTask&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;portalItem&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; agsPortalItem&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;offlineMapTask &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; offlineMapTask
    offlineMapTask&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;defaultGenerateOfflineMapParameters&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;withAreaOfInterest&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; boundaryPolygon&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;parameters&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; error&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; in
        let generateOfflineMapJob &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; offlineMapTask&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;generateOfflineMapJob&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;with&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; parameters&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; downloadDirectory&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; url&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
        &lt;SPAN class="comment token"&gt;// skipping typical progress indicator setup&lt;/SPAN&gt;
        generateOfflineMapJob&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;start&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;statusHandler&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; nil&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;result&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; error&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; in
            &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; let error &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; error &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                &lt;SPAN class="token function"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;error&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;localizedDescription&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; let layerErrors &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; result&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerErrors as&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;AGSLayer&lt;SPAN class="operator token"&gt;:&lt;/SPAN&gt; Error&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;layerErrors&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;isEmpty &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                let layerErrorMessages &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; layerErrors&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;map &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\($0.key.name): \($0.value.localizedDescription)"&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
                &lt;SPAN class="token function"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"layer errors: \(layerErrorMessages)"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                &lt;SPAN class="token function"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Success"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Are there limits I need to avoid or override?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97613#M979</guid>
      <dc:creator>WorthSparks</dc:creator>
      <dc:date>2021-12-11T06:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: AGSGenerateOfflineMapJob basemap Illegal state</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97614#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I just found the notes on the map services for the basemaps saying to use the alternate map services for exporting. I'm guessing this is what I was running into. So if I understand correctly, I&amp;nbsp;need to make and use a separate tile cache if the user is going offline with a map that uses one of the Esri basemaps. Is there a documented lookup tool that cross-references from ArcGIS Online interactive map service to export-friendly map service? Or should I build my own?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 20:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97614#M980</guid>
      <dc:creator>WorthSparks</dc:creator>
      <dc:date>2019-05-24T20:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: AGSGenerateOfflineMapJob basemap Illegal state</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97615#M981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/58801"&gt;Worth Sparks&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For standard raster tiled basemaps, the OfflineMapTask will&amp;nbsp;map those services appropriately (i.e. if your map uses Streets, the OfflineMapTask will&amp;nbsp;use Streets for Export).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard basemaps don't even allow for export (scroll down and&amp;nbsp;compare the Supported Operations &lt;A href="https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"&gt;here&lt;/A&gt; (Standard) and &lt;A href="https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Street_Map/MapServer"&gt;here&lt;/A&gt; (For Export)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those tile counts are well within the 150,000 &lt;STRONG&gt;maxExportTilesCount&lt;/STRONG&gt; for Streets and Imagery (I haven't checked Topo). IMO it should just work.   &amp;nbsp;Based off &lt;A href="http://status.arcgis.com"&gt;status.arcgis.com&lt;/A&gt; and the date of your post, perhaps you were just bumping into the problems ArcGIS Online was having that day…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/448491_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you still having issues? Let me know. If so I can check&amp;nbsp;with the ArcGIS Online team and see what they have to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp;When you're using Vector Tiles, the difference between the Standard and For Export versions is actually in the styles (fewer fonts for export). Both can be exported, so the OfflineMapTask does not map the services as it does for the raster basemaps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 May 2019 21:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97615#M981</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-05-26T21:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: AGSGenerateOfflineMapJob basemap Illegal state</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97616#M982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just retried the code doing the same thing. The hosted map is using Topo as its basemap. I still get the error message on the layer, "World Topographic Map: Illegal state". If it helps, I ran the test today at 4:24pm eastern (Tuesday, 5/28/2019). I ran it again on the smaller boundary in the same map and it worked great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 20:37:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97616#M982</guid>
      <dc:creator>WorthSparks</dc:creator>
      <dc:date>2019-05-28T20:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: AGSGenerateOfflineMapJob basemap Illegal state</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97617#M983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/58801"&gt;Worth&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help us narrow this down…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Could you print the entire Error you get back (beyond just the localizedDescription). The additionalMessage might give us some more insight.&lt;/LI&gt;&lt;LI&gt;Could you confirm that &lt;SPAN style="text-decoration: underline;"&gt;all&lt;/SPAN&gt; the basemaps you're talking about above are raster? Or is "Streets" the vector tile basemap? What about Topographic? Remember the Topographic Vector with relief actually uses a raster hillshade for the relief.&amp;nbsp;Ignoring the test web app, we wonder if you're OK with vector tiles (Streets) but hitting raster limits with the other two.&lt;/LI&gt;&lt;LI&gt;You could set &lt;STRONG&gt;AGSRequestConfiguration.global().debugLogRequests&lt;/STRONG&gt; and &lt;STRONG&gt;debugLogResponses&lt;/STRONG&gt; to &lt;STRONG&gt;true&lt;/STRONG&gt; and let me know what you get for the request that's sent out.&lt;/LI&gt;&lt;LI&gt;You could try the &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_export_tile_cache_task.html#a157fc7d6b2c1d075d1b5f0503f8a2949"&gt;AGSExportTileCacheTask.estimateTileCacheSizeJobWithParameters()&lt;/A&gt;&lt;/STRONG&gt; and execute that job&amp;nbsp;from your app to see if it matches the web app and gives&amp;nbsp;sensible values in the &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_estimate_tile_cache_size_result.html"&gt;EstimateTileCacheResult&lt;/A&gt;&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to DM me with info if you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I also noticed that the TPK Estimator might be failing at its task (technically it's a TPK creator, but the web page&amp;nbsp;has the wrong title &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;)… For a&amp;nbsp;(client-side-calculated) estimate of 7,580 tiles, the service actually came back with 16,093. I will have to look into that. As I mentioned, the estimator is oooooooooold, and it's quite possible that stuff has changed without me noticing and updating it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2019 11:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsgenerateofflinemapjob-basemap-illegal-state/m-p/97617#M983</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-05-29T11:35:49Z</dc:date>
    </item>
  </channel>
</rss>

