Best way to automate tile cache update every 5 minutes (and still have map references correctly pointed to the service)

745
0
07-27-2016 12:00 PM
FrankieEast
New Contributor III

Using the github update.py scripts we have several feature sets being kept current and that is working well.  Maps pointing against those feature services continue to work during and after each update (the service id remains the same when updated) and life is good.

I need to keep a few small tile sets up to date in much the same way.  I have an mxd that references the features in SDE that we update, and we use that map to update the AGOL feature set.  How can I also update a tile service based on the same features?  Because I'll generate tiles every five minutes I will be doing that on the load machine and then uploading and sharing that tile package to the world.  I can share it from arcmap fine, but I need to do all of this from python using scheduled tasks.

Any direction would be greatly appreciated.

0 Kudos
0 Replies