<?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: Change the thumbnail for offline areas in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1158498#M2794</link>
    <description>&lt;P&gt;I don't think there's a way to update the thumbnail from the offline area manager interface. But I do have a hosted notebook that includes a step to update an offline area thumbnail. It updates with a public image I have in ArcGIS Online. Here's the relevant code if you want to give it a try:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS
from arcgis.mapping import WebMap
gis = GIS('home') #authenticate
webmap_id = '' #item id for webmap item
thumbnail_url = '' #url for thumbnail image
wm_item = gis.content.get(webmap_id) #access webmap item
webmap = WebMap(wm_item) #ingest as a webmap object
offline_area = webmap.offline_areas.list()[0] #specify offline area from list of offline areas for webmap
offline_area.update(thumbnail = thumbnail_url) #update offline area thumbnail&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 18:04:16 GMT</pubDate>
    <dc:creator>Linde_Carmack</dc:creator>
    <dc:date>2022-03-28T18:04:16Z</dc:date>
    <item>
      <title>Change the thumbnail for offline areas</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1153291#M2655</link>
      <description>&lt;P&gt;I've created two offline areas in my field map and would like to change the thumbnail. Is it possible?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 10:11:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1153291#M2655</guid>
      <dc:creator>MattHowe</dc:creator>
      <dc:date>2022-03-14T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change the thumbnail for offline areas</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1154488#M2681</link>
      <description>&lt;P&gt;How did you create the offline areas?&amp;nbsp; Through MMPKs or through creating offline map areas of a web map?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 20:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1154488#M2681</guid>
      <dc:creator>BryndaHatch</dc:creator>
      <dc:date>2022-03-16T20:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change the thumbnail for offline areas</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1154640#M2686</link>
      <description>&lt;P&gt;Hi Brynda, offline areas of a web map.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 08:37:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1154640#M2686</guid>
      <dc:creator>MattHowe</dc:creator>
      <dc:date>2022-03-17T08:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change the thumbnail for offline areas</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1156602#M2744</link>
      <description>&lt;P&gt;Are you seeing these thumbnails in your device in the Survey 123 app?&amp;nbsp; Or someplace else?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 12:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1156602#M2744</guid>
      <dc:creator>BryndaHatch</dc:creator>
      <dc:date>2022-03-23T12:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change the thumbnail for offline areas</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1158498#M2794</link>
      <description>&lt;P&gt;I don't think there's a way to update the thumbnail from the offline area manager interface. But I do have a hosted notebook that includes a step to update an offline area thumbnail. It updates with a public image I have in ArcGIS Online. Here's the relevant code if you want to give it a try:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS
from arcgis.mapping import WebMap
gis = GIS('home') #authenticate
webmap_id = '' #item id for webmap item
thumbnail_url = '' #url for thumbnail image
wm_item = gis.content.get(webmap_id) #access webmap item
webmap = WebMap(wm_item) #ingest as a webmap object
offline_area = webmap.offline_areas.list()[0] #specify offline area from list of offline areas for webmap
offline_area.update(thumbnail = thumbnail_url) #update offline area thumbnail&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 18:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/change-the-thumbnail-for-offline-areas/m-p/1158498#M2794</guid>
      <dc:creator>Linde_Carmack</dc:creator>
      <dc:date>2022-03-28T18:04:16Z</dc:date>
    </item>
  </channel>
</rss>

