<?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: Enable Offline Mode of a map in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1171159#M7374</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/160149"&gt;@MarkEastwood&lt;/a&gt;&amp;nbsp;No, I haven't, unfortunately.&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 16:33:02 GMT</pubDate>
    <dc:creator>GB_MattPanunto_GISS</dc:creator>
    <dc:date>2022-05-05T16:33:02Z</dc:date>
    <item>
      <title>Enable Offline Mode of a map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1040660#M5813</link>
      <description>&lt;P&gt;I'm trying to duplicate the "Enable Offline Mode" functionality of a map using the&amp;nbsp; ArcGIS Python API. I see there's an Offline Map Area Manager:&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.mapping.html#offlinemapareamanager" target="_blank"&gt;https://developers.arcgis.com/python/api-reference/arcgis.mapping.html#offlinemapareamanager&lt;/A&gt;&amp;nbsp; but that doesn't seem to have anything about actually setting a map to be offline enabled (I'm actually trying&amp;nbsp; to do the opposite:&amp;nbsp; A map is offline enabled. I want to use the Python API to turn that off).&lt;/P&gt;&lt;P&gt;Thoughts?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 16:22:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1040660#M5813</guid>
      <dc:creator>KarenRobine1</dc:creator>
      <dc:date>2021-03-25T16:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Offline Mode of a map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1041272#M5829</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/303886"&gt;@KarenRobine1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;There is a Sync capability in ArcGIS Python API, when enabled in a feature layer, you can then create replicas for offline use and sync the updates back to the server to update features.&lt;/P&gt;&lt;P&gt;you also have the option to unregister a replica (sort of disabling offline updates).&lt;/P&gt;&lt;P&gt;The following link provides a guide with some examples about how to use replicas:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/checking-out-data-from-feature-layers-using-replicas/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/python/guide/checking-out-data-from-feature-layers-using-replicas/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;BR /&gt;Mehdi&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 02:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1041272#M5829</guid>
      <dc:creator>MehdiPira1</dc:creator>
      <dc:date>2021-03-27T02:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Offline Mode of a map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1041493#M5831</link>
      <description>&lt;P&gt;Nope. Sorry. That's not how I want to handle this.&amp;nbsp; My question was related to updating it within the map (not Feature Layer). In some of my maps, the Feature Layer is for offline use. In other maps, the Feature Layer is for online use. Essentially I want to duplicate the functionality the "Enable Offline mode" toggle performs (see following image) which is associated with a maps settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KarenRobine1_0-1617022825383.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9551i1296DE78B37E7364/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KarenRobine1_0-1617022825383.png" alt="KarenRobine1_0-1617022825383.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 13:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1041493#M5831</guid>
      <dc:creator>KarenRobine1</dc:creator>
      <dc:date>2021-03-29T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Offline Mode of a map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1084730#M6420</link>
      <description>&lt;P&gt;I'm also looking to replicate that switch for "Enable offline mode" via &lt;SPAN&gt;ArcGIS Python API, but am not having much luck figuring out how. Did you ever figure this out? All I can find are options for managing actual offline areas, which I do not want to do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Additionally, I'm also wanting to change the "Offline: Advanced Options". I found &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.mapping.toc.html?highlight=offline#arcgis.mapping.OfflineMapAreaManager.offline_properties" target="_self"&gt;this documentation&lt;/A&gt;, but it doesn't seem to be working for me. When I submit a dictionary key and value, as shown below, all I get is&amp;nbsp;"TypeError: 'dict' object is not callable". Am I doing something wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;webmap_obj.offline_areas.offline_properties({"download":"features"})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GB_MattPanunto_GISS_1-1627767340127.png" style="width: 517px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/19858i7A8338E6E294CE26/image-dimensions/517x505?v=v2" width="517" height="505" role="button" title="GB_MattPanunto_GISS_1-1627767340127.png" alt="GB_MattPanunto_GISS_1-1627767340127.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 21:41:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1084730#M6420</guid>
      <dc:creator>GB_MattPanunto_GISS</dc:creator>
      <dc:date>2021-07-31T21:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Offline Mode of a map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1170267#M7361</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/187023"&gt;@GB_MattPanunto_GISS&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;SPAN&gt;Were you able to find a way to Enable/Disable the "Enable Offline Mode" parameter using the Python API?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 18:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1170267#M7361</guid>
      <dc:creator>MarkEastwood</dc:creator>
      <dc:date>2022-05-03T18:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Offline Mode of a map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1171159#M7374</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/160149"&gt;@MarkEastwood&lt;/a&gt;&amp;nbsp;No, I haven't, unfortunately.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 16:33:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1171159#M7374</guid>
      <dc:creator>GB_MattPanunto_GISS</dc:creator>
      <dc:date>2022-05-05T16:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Offline Mode of a map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1179856#M7456</link>
      <description>&lt;P&gt;I posted a possible solution here -&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-web-map-quot-offline-mode-quot-and/m-p/1084735#M6421" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-change-web-map-quot-offline-mode-quot-and/m-p/1084735#M6421&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 16:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/enable-offline-mode-of-a-map/m-p/1179856#M7456</guid>
      <dc:creator>MarkEastwood</dc:creator>
      <dc:date>2022-06-03T16:48:25Z</dc:date>
    </item>
  </channel>
</rss>

