<?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: Is there an API that will automatically generate downloadable vector tile packs from a hosted vector tile service in ArcGIS Online? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088620#M5976</link>
    <description>&lt;P&gt;Hi Aspen.&lt;/P&gt;&lt;P&gt;When you say "&lt;EM&gt;publish out the content as a vector tile web layer to ArcGIS Online&lt;/EM&gt;", do you mean you have a feature service in ArcGIS Online and are publishing that to a Vector Tile Layer in ArcGIS Online? Or are you publishing the Vector Tile Layer from some other source?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 20:03:24 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2021-08-12T20:03:24Z</dc:date>
    <item>
      <title>Is there an API that will automatically generate downloadable vector tile packs from a hosted vector tile service in ArcGIS Online?</title>
      <link>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088402#M5974</link>
      <description>&lt;P&gt;Our organization currently publishes out vector tile packs that are used for maps in custom-built apps. The current generation process we use is to publish out the content as a vector tile web layer to ArcGIS Online and then back in Pro, use the "Create a Vector Tile Package" tool to generate a vector tile pack in one of our computer drives that our apps can then access. Any time we make edits and have to republish the vector tile packs, we have to go back in and re-do both steps of the process. In order to streamline this process, is there an API that will take any vector tile web layers and automatically create a downloadable vector tile pack to one of our computer drives (thus bypassing the need to run the Create a Vector Tile Package tool in Pro)?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088402#M5974</guid>
      <dc:creator>AspenN</dc:creator>
      <dc:date>2021-08-12T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API that will automatically generate downloadable vector tile packs from a hosted vector tile service in ArcGIS Online?</title>
      <link>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088584#M5975</link>
      <description>&lt;P&gt;Review the documentation here regarding &lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/offline/offline-maps/preplanned-vs-on-demand/" target="_self"&gt;offline preplanned workflows&lt;/A&gt;, maybe this can help you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/offline/offline-maps/preplanned-vs-on-demand/" target="_blank"&gt;https://developers.arcgis.com/documentation/mapping-apis-and-services/offline/offline-maps/preplanned-vs-on-demand/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 18:44:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088584#M5975</guid>
      <dc:creator>John-Foster</dc:creator>
      <dc:date>2021-08-12T18:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API that will automatically generate downloadable vector tile packs from a hosted vector tile service in ArcGIS Online?</title>
      <link>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088620#M5976</link>
      <description>&lt;P&gt;Hi Aspen.&lt;/P&gt;&lt;P&gt;When you say "&lt;EM&gt;publish out the content as a vector tile web layer to ArcGIS Online&lt;/EM&gt;", do you mean you have a feature service in ArcGIS Online and are publishing that to a Vector Tile Layer in ArcGIS Online? Or are you publishing the Vector Tile Layer from some other source?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 20:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088620#M5976</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-08-12T20:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API that will automatically generate downloadable vector tile packs from a hosted vector tile service in ArcGIS Online?</title>
      <link>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088635#M5977</link>
      <description>&lt;P&gt;Publishing out the content from ArcGIS Pro as a vector tile web layer to ArcGIS Online.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 20:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088635#M5977</guid>
      <dc:creator>AspenN</dc:creator>
      <dc:date>2021-08-12T20:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API that will automatically generate downloadable vector tile packs from a hosted vector tile service in ArcGIS Online?</title>
      <link>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088637#M5978</link>
      <description>&lt;P&gt;Thanks Aspen.&lt;/P&gt;&lt;P&gt;Is there some reason you cannot generate the VTPK in Pro directly from the source data then at the same time as you publish the Vector Tile Layer to ArcGIS Online? Granted, I'm not an expert in ArcGIS Pro, but you should be able to do that (I wouldn't be surprised if Pro is actually creating a VTPK behind the scenes and uploading that to ArcGIS Online anyway).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 20:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1088637#M5978</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-08-12T20:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API that will automatically generate downloadable vector tile packs from a hosted vector tile service in ArcGIS Online?</title>
      <link>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1089615#M5980</link>
      <description>&lt;P&gt;The issue is that we want the VTPK created and downloaded onto a file in our computer, not just to ArcGIS Online.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:08:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1089615#M5980</guid>
      <dc:creator>AspenN</dc:creator>
      <dc:date>2021-08-17T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API that will automatically generate downloadable vector tile packs from a hosted vector tile service in ArcGIS Online?</title>
      <link>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1089627#M5981</link>
      <description>&lt;P&gt;Right. I'd recommend you create a VTPK in Pro from the source data. You can then directly download or sideload that to your computer.&lt;/P&gt;&lt;P&gt;What you are currently doing is this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use ArcGIS Pro to publish a Vector Tile Layer to ArcGIS Online from the source data.&lt;/LI&gt;&lt;LI&gt;Connect Pro to the published layer.&lt;/LI&gt;&lt;LI&gt;Export the published layer as a VTPK using the ArcGIS Pro tool. This extracts and then downloads the data (or a portion of it) that you just uploaded to ArcGIS Online when publishing the layer. To do this, the service must do work to package up its data for download as a new VTPK.&lt;/LI&gt;&lt;LI&gt;Copy that downloaded VTPK to your app.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;What I'm suggesting is that you do this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use ArcGIS Pro to create a VTPK from the source data.&lt;/LI&gt;&lt;LI&gt;Copy that VTPK to your app.&lt;/LI&gt;&lt;LI&gt;If you need the vector tile layer service too, then also upload and publish the VTPK to ArcGIS Online.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;That way you're generating one VTPK, and not causing work on the server to create a new VTPK and download it.&lt;/P&gt;&lt;P&gt;Perhaps I'm misunderstanding something, but I'm working off this understanding:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You have the source data.&lt;/LI&gt;&lt;LI&gt;You need to have a vector tile layer of this data hosted in ArcGIS Online for some reason other than just to make a VTPK.&lt;/LI&gt;&lt;LI&gt;You have an application that uses a VTPK of this data.&lt;/LI&gt;&lt;LI&gt;You are using Pro to create a VTPK from the vector tile layer hosted in ArcGIS Online.&lt;/LI&gt;&lt;LI&gt;You are distributing the VTPK to a computer or computers running a custom app once it has been created by Pro.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There is nothing that will &lt;EM&gt;automatically&lt;/EM&gt; generate and download a VTPK whenever a vector tile layer is updated, but you can use the the &lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/offline/offline-data/#download-a-vector-tile-basemap-layer" target="_self"&gt;Runtime SDKs to export a VTPK&lt;/A&gt; or use the &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/export-tiles-vector-tile-service-.htm" target="_self"&gt;REST API's Export Tiles&lt;/A&gt; call when you know the service has been updated. I still think it could be more efficient to make the VTPK in Pro from the source data.&lt;/P&gt;&lt;P&gt;Does that help? I'm worried I haven't properly understood what you're asking.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/is-there-an-api-that-will-automatically-generate/m-p/1089627#M5981</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2021-08-17T15:43:27Z</dc:date>
    </item>
  </channel>
</rss>

