<?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 Creating Offline TPK Maps Using ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-offline-tpk-maps-using-arcgis-pro/m-p/1211411#M59725</link>
    <description>&lt;P&gt;I know how to create maps using ArcGIS Pro Desktop and use the Download option to create .tpk files of the map I created.&lt;/P&gt;&lt;P&gt;The issue is that my project is a folder with all my tpk files and other dependencies.&lt;/P&gt;&lt;P&gt;In the past using the sample programs on GitHub for ArcGIS Esri for QT, whenever I was able to create a map it would have it saved as a zip folder but it had a .tpk extension. Then I was able to call a new map tile layer in&amp;nbsp; QT using the ArcGIS SDK for QT 100.13 and call that file and it would include all the goodies.&lt;/P&gt;&lt;P&gt;I don't know how to do the same in ArcGIS Pro desktop. It is just a folder.&lt;/P&gt;&lt;P&gt;My question is: How do I combine these so I can have all layers included?? I only use ArcGIS for basic maps and nothing more. For this reason, I do not have much experience.&lt;/P&gt;&lt;P&gt;Here is an example of the code from the ArcGIS Website using an ONLINE map. I already have the changed code to using a Tile Map instead but it is on my other computer.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Basemap* basemap = new Basemap(TPK NAME HERE, this);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;// create a new map instance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;m_map = new Map(basemap, this);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;// set map on the map view &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;m_mapView-&amp;gt;setMap(m_map);&lt;/SPAN&gt;&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="ArmandoGarcia3_0-1662873767094.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50885i490456B46927B9A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmandoGarcia3_0-1662873767094.png" alt="ArmandoGarcia3_0-1662873767094.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense, otherwise I can elaborate more.&lt;/P&gt;&lt;P&gt;I found somewhere where there is a python map script where it loops thru all the maps and makes one TPK&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;# Loop through the project, find all the maps, and&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;#   create a map tile package for each map,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;#   using the same name as the map&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Here is the comment from the project. Is this the easiest method to solve this or are there other ways (like from the ArcGIS pro application).&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Sep 2022 05:31:37 GMT</pubDate>
    <dc:creator>ArmandoGarcia3</dc:creator>
    <dc:date>2022-09-11T05:31:37Z</dc:date>
    <item>
      <title>Creating Offline TPK Maps Using ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-offline-tpk-maps-using-arcgis-pro/m-p/1211411#M59725</link>
      <description>&lt;P&gt;I know how to create maps using ArcGIS Pro Desktop and use the Download option to create .tpk files of the map I created.&lt;/P&gt;&lt;P&gt;The issue is that my project is a folder with all my tpk files and other dependencies.&lt;/P&gt;&lt;P&gt;In the past using the sample programs on GitHub for ArcGIS Esri for QT, whenever I was able to create a map it would have it saved as a zip folder but it had a .tpk extension. Then I was able to call a new map tile layer in&amp;nbsp; QT using the ArcGIS SDK for QT 100.13 and call that file and it would include all the goodies.&lt;/P&gt;&lt;P&gt;I don't know how to do the same in ArcGIS Pro desktop. It is just a folder.&lt;/P&gt;&lt;P&gt;My question is: How do I combine these so I can have all layers included?? I only use ArcGIS for basic maps and nothing more. For this reason, I do not have much experience.&lt;/P&gt;&lt;P&gt;Here is an example of the code from the ArcGIS Website using an ONLINE map. I already have the changed code to using a Tile Map instead but it is on my other computer.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Basemap* basemap = new Basemap(TPK NAME HERE, this);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;// create a new map instance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;m_map = new Map(basemap, this);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;// set map on the map view &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;m_mapView-&amp;gt;setMap(m_map);&lt;/SPAN&gt;&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="ArmandoGarcia3_0-1662873767094.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50885i490456B46927B9A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmandoGarcia3_0-1662873767094.png" alt="ArmandoGarcia3_0-1662873767094.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense, otherwise I can elaborate more.&lt;/P&gt;&lt;P&gt;I found somewhere where there is a python map script where it loops thru all the maps and makes one TPK&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;# Loop through the project, find all the maps, and&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;#   create a map tile package for each map,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;#   using the same name as the map&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Here is the comment from the project. Is this the easiest method to solve this or are there other ways (like from the ArcGIS pro application).&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 05:31:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-offline-tpk-maps-using-arcgis-pro/m-p/1211411#M59725</guid>
      <dc:creator>ArmandoGarcia3</dc:creator>
      <dc:date>2022-09-11T05:31:37Z</dc:date>
    </item>
  </channel>
</rss>

