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)?
Hi Aspen.
When you say "publish out the content as a vector tile web layer to ArcGIS Online", 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?
Publishing out the content from ArcGIS Pro as a vector tile web layer to ArcGIS Online.
Thanks Aspen.
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).
The issue is that we want the VTPK created and downloaded onto a file in our computer, not just to ArcGIS Online.
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.
What you are currently doing is this:
What I'm suggesting is that you do this:
That way you're generating one VTPK, and not causing work on the server to create a new VTPK and download it.
Perhaps I'm misunderstanding something, but I'm working off this understanding:
There is nothing that will automatically generate and download a VTPK whenever a vector tile layer is updated, but you can use the the Runtime SDKs to export a VTPK or use the REST API's Export Tiles 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.
Does that help? I'm worried I haven't properly understood what you're asking.