<?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: How do I “bump” a webmap in code to make it available to QuickCapture? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-bump-a-webmap-in-code-to-make-it/m-p/1643338#M11582</link>
    <description>&lt;P&gt;UPDATE: I've managed to successfully added the webmap as the QuickCapture project webmap by essentially rebuilding the QC configuration as a dictionary.&amp;nbsp;&lt;/P&gt;&lt;P&gt;HOWEVER: The map does not display the operational layers in QuickCapture that I have added to the webmap in code. I still have to bump-and-save in order for the operational layers to be visible.. Note that the rudimentary layer list in QuickCapture correctly lists the operational layers, they are just not visible in the map.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 17:07:38 GMT</pubDate>
    <dc:creator>Dirk_Vandervoort</dc:creator>
    <dc:date>2025-08-19T17:07:38Z</dc:date>
    <item>
      <title>How do I “bump” a webmap in code to make it available to QuickCapture?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-bump-a-webmap-in-code-to-make-it/m-p/1642189#M11574</link>
      <description>&lt;P&gt;Short story: I am using Python to create and fully hydrate a QuickCapture project. QuickCapture requires a webmap so I create one:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.map import Map
new_map = Map()
new_map.extent = {
    "spatialReference": {"wkid": 102100},
    "xmin": -13800000,
    "ymin": 3600000,
    "xmax": -11300000,
    "ymax": 6200000
}

# Save as a new WebMap item
 my _item = new_map.save({
     "title": project_name,
     "tags": ["webmap", "python"],
     "snippet": "WebMap focused on the somewhere USA"
 })&lt;/LI-CODE&gt;&lt;P&gt;In code I can do things in code like set the basemap, change the extent, change the thumbnail, add operational layers, changing the snippet, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This creates a fully (almost) functional webmap.&amp;nbsp;I can open it in the Map Viewer. It looks great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that I have not saved the WebMap in the Map Viewer. So far it is entirely built in code.&lt;/P&gt;&lt;P&gt;When I add the webmap to a QuickCapture project, and open the project in the QuickCapture app. I get this error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dirk_Vandervoort_0-1755211502104.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138603i2BD86AA423B15445/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dirk_Vandervoort_0-1755211502104.png" alt="Dirk_Vandervoort_0-1755211502104.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If I open the webmap in the Map Viewer and simply change the extent and save the webmap, the webmap loads in the QuickCapture app just fine:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dirk_Vandervoort_1-1755211528073.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138604i045A414AF047247E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dirk_Vandervoort_1-1755211528073.png" alt="Dirk_Vandervoort_1-1755211528073.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We do not want to have to manually open, bump, and save the webmap in ArcGIS Online. We changed the map extent in code still without creating a QuickCapture-worthy webmap.&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;P&gt;How can I programmatically “bump” the webmap so it loads in QuickCapture?&lt;/P&gt;&lt;P&gt;I hope you can help. TIA&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 17:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-bump-a-webmap-in-code-to-make-it/m-p/1642189#M11574</guid>
      <dc:creator>Dirk_Vandervoort</dc:creator>
      <dc:date>2025-08-15T17:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I “bump” a webmap in code to make it available to QuickCapture?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-bump-a-webmap-in-code-to-make-it/m-p/1643338#M11582</link>
      <description>&lt;P&gt;UPDATE: I've managed to successfully added the webmap as the QuickCapture project webmap by essentially rebuilding the QC configuration as a dictionary.&amp;nbsp;&lt;/P&gt;&lt;P&gt;HOWEVER: The map does not display the operational layers in QuickCapture that I have added to the webmap in code. I still have to bump-and-save in order for the operational layers to be visible.. Note that the rudimentary layer list in QuickCapture correctly lists the operational layers, they are just not visible in the map.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 17:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-i-bump-a-webmap-in-code-to-make-it/m-p/1643338#M11582</guid>
      <dc:creator>Dirk_Vandervoort</dc:creator>
      <dc:date>2025-08-19T17:07:38Z</dc:date>
    </item>
  </channel>
</rss>

