<?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: Combine multiple .tpk files into one in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/combine-multiple-tpk-files-into-one/m-p/698479#M26760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is a tool in arcgispro, import tile cach. It adds different&amp;nbsp; tile packs into a tile cach. there is another tool, export tile cach. It saves a tile cach as a tile pack. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2017 01:55:41 GMT</pubDate>
    <dc:creator>MohammadRahimi</dc:creator>
    <dc:date>2017-12-13T01:55:41Z</dc:date>
    <item>
      <title>Combine multiple .tpk files into one</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/combine-multiple-tpk-files-into-one/m-p/698478#M26759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read the &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000025t000000"&gt;documentation&lt;/A&gt; and have been using the REST API to create several tile packages (*.tpk files) from the World Topo basemap for a very long hiking trail (the red line in the diagram below). Each .tpk file looks good on its own, but they are for different sections of the trail. I &lt;EM&gt;think&lt;/EM&gt; what I need to do next for my mobile application that I'll be working on is to get them all into a single .tpk file.&amp;nbsp; How can I accomplish that?&amp;nbsp; I tried the Import Tile Cache geoprocessing tool, but either that didn't work or I'm not understanding what it does.&amp;nbsp; &lt;SPAN style="text-decoration: line-through;"&gt;Also, I tried using the "AreaOfInterest" parameter documented in the REST API hoping that I could pass in the coordinates of a polygonal buffer (the olive green buffer around the red line in the image below) of the trail and I would get just those tiles (in light yellow) that intersect the buffer; unfortunately it exported &lt;SPAN style="text-decoration: underline;"&gt;all&lt;/SPAN&gt; the tiles within the bounding box of the polygon (which is far far more tiles than I need. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;So if I can solve either one of those problems to get a single .tpk of the trail (and not bunches of tiles I don't need), I'll be happy! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=EDIT=&lt;/P&gt;&lt;P&gt;In the original post, I suggested that the AreaOfInterest property was not working properly.&amp;nbsp; It is working just fine.&amp;nbsp; User Error!&amp;nbsp; The following URL will export out a nice diagonal area in southern Canada. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Ftiledbasemaps.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorld_Topo_Map%2FMapServer%2FexportTiles%3FtilePackage%3Dtrue%26exportExtent%3D%26optimizeTilesForSize%3Dtrue%26compressionQuality%3D90%26exportBy%3DlevelId%26levels%3D16%26areaOfInterest%3D" rel="nofollow" target="_blank"&gt;http://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Topo_Map/MapServer/exportTiles?tilePackage=true&amp;amp;exportExtent=&amp;amp;optimizeTilesForSize=true&amp;amp;compressionQuality=90&amp;amp;exportBy=levelId&amp;amp;levels=16&amp;amp;areaOfInterest=&lt;/A&gt;&lt;SPAN&gt;{ "features": [{"geometry":{"rings":[[[-12699190,6290346],[-12696698,6289903],[-12694650,6290774],[-12692097,6288832],[-12687816,6287854],[-12686746,6286127],[-12690064,6283772],[-12690216,6282611],[-12689957,6283681],[-12689100,6284078],[-12688474,6284735],[-12686685,6285958],[-12682756,6284827],[-12681243,6284904],[-12679179,6284277],[-12678934,6283176],[-12678598,6281540],[-12678476,6280486],[-12678522,6277398],[-12678415,6276480],[-12678430,6275976],[-12678063,6273958],[-12677925,6272001],[-12677589,6270533],[-12677880,6267598],[-12679164,6267537],[-12680463,6272169],[-12682191,6274478],[-12684774,6276175],[-12690645,6276404],[-12692708,6278284],[-12695353,6274416],[-12698487,6274600],[-12702767,6277719],[-12700383,6282335],[-12703792,6285423],[-12708133,6290025],[-12708454,6293128],[-12709127,6297577],[-12710610,6302897],[-12705213,6304395],[-12703134,6301995],[-12702018,6296262],[-12699190,6290346],[-12699190,6290346]]],"spatialReference":{"wkid":3857}}}]}&amp;amp;f=html&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 23:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/combine-multiple-tpk-files-into-one/m-p/698478#M26759</guid>
      <dc:creator>RiverTaig1</dc:creator>
      <dc:date>2015-10-23T23:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Combine multiple .tpk files into one</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/combine-multiple-tpk-files-into-one/m-p/698479#M26760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is a tool in arcgispro, import tile cach. It adds different&amp;nbsp; tile packs into a tile cach. there is another tool, export tile cach. It saves a tile cach as a tile pack. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 01:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/combine-multiple-tpk-files-into-one/m-p/698479#M26760</guid>
      <dc:creator>MohammadRahimi</dc:creator>
      <dc:date>2017-12-13T01:55:41Z</dc:date>
    </item>
  </channel>
</rss>

