<?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 Map is being stuck after no internet connection. in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-is-being-stuck-after-no-internet-connection/m-p/176311#M1631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching two screenshots with greyed out area. I turned off internet connection for a while, zoomed map until I get grey area with no data. Then I turned on internet connection, my expectation is that map will reload automatically, it didn't happen. I zoomed map and the area is still there, what should I do to force map reloading in the case?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 22:35:40 GMT</pubDate>
    <dc:creator>NikolayYekimov</dc:creator>
    <dc:date>2018-02-12T22:35:40Z</dc:date>
    <item>
      <title>Map is being stuck after no internet connection.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-is-being-stuck-after-no-internet-connection/m-p/176311#M1631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching two screenshots with greyed out area. I turned off internet connection for a while, zoomed map until I get grey area with no data. Then I turned on internet connection, my expectation is that map will reload automatically, it didn't happen. I zoomed map and the area is still there, what should I do to force map reloading in the case?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 22:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-is-being-stuck-after-no-internet-connection/m-p/176311#M1631</guid>
      <dc:creator>NikolayYekimov</dc:creator>
      <dc:date>2018-02-12T22:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Map is being stuck after no internet connection.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-is-being-stuck-after-no-internet-connection/m-p/176312#M1632</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/277184"&gt;Nikolay Yekimov&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for bringing this to our attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a simple fix for this,&lt;/P&gt;&lt;P&gt;Rebinding the map will force the refresh of tiles:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;if let&lt;/SPAN&gt;&lt;SPAN class=""&gt; poi = &lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;mapView&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;currentViewpoint&lt;SPAN class=""&gt;(with: .&lt;/SPAN&gt;centerAndScale&lt;SPAN class=""&gt;) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;self&lt;/SPAN&gt;.&lt;SPAN class=""&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class=""&gt;map&lt;/SPAN&gt; = &lt;SPAN class=""&gt;nil&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;self&lt;/SPAN&gt;.&lt;SPAN class=""&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class=""&gt;map&lt;/SPAN&gt; = &lt;SPAN class=""&gt;self&lt;/SPAN&gt;.&lt;SPAN class=""&gt;map&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;self&lt;/SPAN&gt;.&lt;SPAN class=""&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class=""&gt;setViewpoint&lt;/SPAN&gt;(poi)&lt;/P&gt;&lt;P class=""&gt;} else {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;self&lt;/SPAN&gt;.&lt;SPAN class=""&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class=""&gt;map&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;=&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;nil&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;self&lt;/SPAN&gt;.&lt;SPAN class=""&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class=""&gt;map&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;=&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;.&lt;SPAN class=""&gt;map&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 10:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-is-being-stuck-after-no-internet-connection/m-p/176312#M1632</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2018-03-08T10:53:27Z</dc:date>
    </item>
  </channel>
</rss>

