<?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: How to update Vector Tile Layer, keeping the itemID in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567093#M28509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me sort out the irony here?&amp;nbsp; We are trying to figure a way to overwrite vector tiles while maintaining the item id.&amp;nbsp; We are using Portal, but so far it seems the only option is to create a new vector tile package, but this leads to a new item id which are not recognized in existing web maps.&amp;nbsp; However, ESRI has an awesome collection of vector basemaps available that are maintained regularly--how is ESRI keeping their basemaps current without creating new item id's?&amp;nbsp; (Or how is this handled otherwise?)&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2018 16:59:31 GMT</pubDate>
    <dc:creator>JeffBaker2</dc:creator>
    <dc:date>2018-10-16T16:59:31Z</dc:date>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567093#M28509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me sort out the irony here?&amp;nbsp; We are trying to figure a way to overwrite vector tiles while maintaining the item id.&amp;nbsp; We are using Portal, but so far it seems the only option is to create a new vector tile package, but this leads to a new item id which are not recognized in existing web maps.&amp;nbsp; However, ESRI has an awesome collection of vector basemaps available that are maintained regularly--how is ESRI keeping their basemaps current without creating new item id's?&amp;nbsp; (Or how is this handled otherwise?)&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 16:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567093#M28509</guid>
      <dc:creator>JeffBaker2</dc:creator>
      <dc:date>2018-10-16T16:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567094#M28510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff, this may not be an esri supported approach, but worked for me as I could not find a good solution to update several features in my vector basemap without recreating the service. Make sure everything is the same with the level of detail and layers, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can rename the new tile package vtpk extension as zip and extract the contents.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You then browse to the location of the vector tiles in my case:&amp;nbsp;&lt;/P&gt;&lt;P&gt;\\gisserver\c\arcgisserver\directories\arcgiscache\VectorCache\Hosted\VectorBaseMap\VectorTileServer\tile&lt;/P&gt;&lt;P&gt;and replace the L0* folders with the ones you unzipped and refresh the map view. Hopefully it works for you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 19:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567094#M28510</guid>
      <dc:creator>RichardPoche</dc:creator>
      <dc:date>2018-10-16T19:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567095#M28511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great observation. You are right in that Esri is able to update a vector tile service while maintaining the Item ID. This functionality is different in ArcGIS Enterprise than in the scripts in the last post, so I have branched this to make this specific solution more easier to find for others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using ArcGIS Enterprise 10.6.1 or above, there is functionality called Replace Layer. You can do this through on the item page. &lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/manage-hosted-tile-layers.htm#ESRI_SECTION1_CF8695C829AD41379E66E8D59AF6AF8E."&gt;http://enterprise.arcgis.com/en/portal/latest/use/manage-hosted-tile-layers.htm#ESRI_SECTION1_CF8695C829AD41379E66E8D…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Please note this is not available with ArcGIS Online currently Oct. 2018)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally you can make this change programmatically using the Python API:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#contentmanager" title="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#contentmanager"&gt;arcgis.gis module — arcgis 1.5.0 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR explore this option through the REST API:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/replace-service.htm"&gt;https://developers.arcgis.com/rest/users-groups-and-items/replace-service.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Let me know if you have questions or if this helps with your workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;A href="https://community.esri.com/space/2100"&gt;ArcGIS Enterprise&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;-Kelly&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 23:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567095#M28511</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2018-10-16T23:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567096#M28512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your first link does not work.&amp;nbsp; I do not see anything on the item page related to Replace Layer.&amp;nbsp; And its not available in ArcGIS Online?&amp;nbsp; If that's true, what item page are you referring to?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The irony is very real when&amp;nbsp;you are looking to update and maintain your own base maps.&amp;nbsp; I can't quite understand why vector tiles get pushed so hard, when their isn't a streamlined approach to updating base maps.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 14:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567096#M28512</guid>
      <dc:creator>deleted-user-uob-CFJkiST8</dc:creator>
      <dc:date>2019-02-08T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567097#M28513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Took the words out of my mouth.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 23:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567097#M28513</guid>
      <dc:creator>deleted-user-8TJ6jZDO1Rfr</dc:creator>
      <dc:date>2019-03-04T23:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567098#M28514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The links seem to work for me. Can you check again? This workflow is only available with&amp;nbsp;through the UI with ArcGIS Enterprise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REST API calls for replace service is available with ArcGIS Enterprise and ArcGIS Online:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/rest/users-groups-and-items/replace-service.htm" title="https://developers.arcgis.com/rest/users-groups-and-items/replace-service.htm"&gt;Replace Service—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be the recommended workflow for performing this swap in ArcGIS Online. The addition of this workflow for the UI of ArcGIS Online is planned for a future release of ArcGIS Online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567098#M28514</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2019-03-11T20:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567099#M28515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With AGS Portal 10.5+, can you use the following REST URL to update an existing vector tile layer using a vector tile package that is generated via ArcGIS Pro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a map and publish a vector tile service&lt;/P&gt;&lt;P&gt;2. Find the service in portal and go to the following end point&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[host]/arcgis/sharing/rest/content/users/[username]/items/[itemId]/update"&gt;https://[host]/arcgis/sharing/rest/content/users/[username]/items/[itemId]/update&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. Change the map, use the create title package geoprocessing service to create a new vtpk file&lt;/P&gt;&lt;P&gt;4. Upload the vtpk using the&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #e5eff7; font-size: 12.8px;"&gt;File To Upload of&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/[host]/arcgis/sharing/rest/content/users/[username]/items/[itemId]/update" style="color: #2989c5; text-decoration: none;"&gt;https://[host]/arcgis/sharing/rest/content/users/[username]/items/[itemId]/update&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #e5eff7; font-size: 12.8px;"&gt;@esri &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #e5eff7; font-size: 12.8px;"&gt;Does this work?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2019 07:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567099#M28515</guid>
      <dc:creator>MarkoPolo</dc:creator>
      <dc:date>2019-05-02T07:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567100#M28516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to update the vector tile layer from the vector tile package or change the service url of an existing vector tile layer?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest endpoint mentioned above will not update an item with a new vector tile package.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Top update a vector tile layer, I would recommend publishing a new layer, and then using the replace logic to swap out the actual url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that you need to be at Enterprise v. 10.6, but you could check to see if the endpoint is available in 10.5.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 15:26:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567100#M28516</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2019-05-06T15:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Vector Tile Layer, keeping the itemID</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567101#M28517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize this a newer feature and I hope I'm missing something, but as far as I've experimented with replacing VTPKs, it is not a seamless workflow for the Collector users.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have several layers in our various Collector apps based on&amp;nbsp;SDE read-only type services we're moving to VTPK format, but they would ideally be updated once a month to reflect new data collection. While experimenting with the replace web layer functionality to ideally automate this on a task scheduler, I have not been able to replace the&amp;nbsp;VTPKs and have them successfully show up in Collector without downloading a new offline area. Meaning that when I sync my previously downloaded offline area, the updated&amp;nbsp;VTPK that has replaced the old one should be there, but it is not, which interrupts the whole uninterrupted workflow pitch. However, the replaced VTPK is there if I download a new offline area. Am I missing some step that is crucial to the uninterrupted workflow part?&amp;nbsp;Or is it a portal thing? Any help or insight into replacing/updating VTPKs without having to download new offline areas to reflect updates would be very much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 22:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/re-how-to-update-vector-tile-layer-keeping-the/m-p/567101#M28517</guid>
      <dc:creator>NR_-_MorganVoss__GISS_</dc:creator>
      <dc:date>2019-12-05T22:03:08Z</dc:date>
    </item>
  </channel>
</rss>

