<?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: Vector Tiles and Styles in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395509#M4678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Support for exporting vtpks and style item resources is going to available on 100.2 release. You can use `ExportVectorTilesTask` to work directly with vector tile layers exposed as portal items&amp;nbsp; (access to tiles and custom style resources) or working directly with the service endpoints for tiles (but you don't have access to the custom styles this way). Offline you can use one tile cache and create new layers from it using different styles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/390276_pastedImage_1.png" style="width: 620px; height: 384px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2017 11:29:45 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2017-12-08T11:29:45Z</dc:date>
    <item>
      <title>Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395501#M4670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think one of the values of the Vector tiles is that you can customize the style without changing the tiles, right?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do I actually do that? In particular, offline?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the documentation for ArcGISVectorTiledLayer, you seemed to have locked all that out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no method called setStyle(String pathtolocalfile). I knew it wouldn't be that easy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this in the API documentation. It needs a mind mapping diagram, but I believe that you are able to specify a style sheet in a portal based map. So I guess I could do that if I create my own vector tile server on ArcGIS online. But I couldn't specify a different style sheet for one of your standard&amp;nbsp;vector&amp;nbsp;basemaps, or could I?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a table just to try to understand it, and I see at least one circular reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also states that a vector tile package should contain a style sheet and all the font and symbols needed to display the map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So let's see. Let's say I&amp;nbsp;created a 5 Gigabyte vector tile&amp;nbsp;package of a country. If I wanted to change the style, I would need to create another 5 Gigabyte vector tile package of the same country, exactly the same except with a different style sheet. Is that right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll note that I don't see any offline vector tile layer examples, nor any sample .vtpk&amp;nbsp;file.&amp;nbsp; I think that's needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; padding-bottom: 15px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;To create a vector tiled layer, the runtime client is given either a URI or a &lt;/SPAN&gt;portal&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; item. The URI can point to a vector tile source, a vector tile style sheet, or a local vector tile package file. The &lt;/SPAN&gt;portal&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; item will contain a URI to a vector tile stylesheet. The style sheet describes the appearance of the geometry and must be in the Mapbox GL Style format. The style sheet also contains a URI to a vector tile source. The source must be in the Mapbox TileJSON format. The source info includes a URI to a default style sheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; padding-bottom: 15px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;More than one vector tile style sheet can use the same source. Both the source info and the style sheet are human readable JSON files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; padding-bottom: 15px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Vector tile packages can also be downloaded from &lt;/SPAN&gt;an ArcGIS&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; Online vector tile service. The vector tile package is a single file (.vptk) that contains all of the tile data files, the source information, a style sheet, and the font and symbol marker resources required to display the map.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="799"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef; height: 25px;"&gt;&lt;TH style="width: 108px; height: 25px;"&gt;Parameter&lt;/TH&gt;&lt;TH style="width: 183px; height: 25px;"&gt;Points to&lt;/TH&gt;&lt;TH style="width: 109px; height: 25px;"&gt;Contains&lt;/TH&gt;&lt;TH style="width: 109px; height: 25px;"&gt;points to&lt;/TH&gt;&lt;TH style="width: 111px; height: 25px;"&gt;Header 5&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;URI&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;vector tile source&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;MapBoxTileJSON Format&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;URL&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;default style sheet&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;vector tile stylesheet&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;Mapbox GL Style Format&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;URI&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;vector tile source&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;local vector tile package&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;All the tile data files&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;Source information&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;vector tile stylesheet&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;font and symbols.&amp;nbsp;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;Portal&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;URI&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;vector tile stylesheet&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 25px;"&gt;&lt;TD style="width: 108px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 183px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 109px; height: 25px;"&gt;&lt;/TD&gt;&lt;TD style="width: 111px; height: 25px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 22:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395501#M4670</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-09-27T22:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395502#M4671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will note that this article.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-vector-tile-package.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-vector-tile-package.htm"&gt;Create Vector Tile Package—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does not mention a thing about stylesheets nor show anywhere to choose or edit them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So perhaps even having multiple .vtpk&amp;nbsp;won't work.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 22:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395502#M4671</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-09-27T22:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395503#M4672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this point a VTPK can have one and only one style associated with it. It's not possible to just swap out the style&amp;nbsp; and reuse the same data. So you would have to create multiple VTPK files with the same data but different styles packages inside them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is of course something we'd like to add support for in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 20:35:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395503#M4672</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-09-28T20:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395504#M4673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I certainly hope that is soon, because it defeats the purpose of stylesheets. Duplicate 5gig of data to change a 5k stylesheet is cumbersome. Offline maps are the ones that benefit the most from flexible styles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as for the other question, how do the stylesheets get into the VTPK?&amp;nbsp;Where does one make those style choices?&lt;/P&gt;&lt;P&gt;I don't see anything in those instructions that say to edit or&amp;nbsp;create a stylesheet in the process of exporting a VTPK.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 16:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395504#M4673</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-09-29T16:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395505#M4674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Morten mentioned, at the moment you can only use one style per vtpk since the styles are baked into the .vtpks directly. We are currently working to support for exporting .vtpk-files from the exportTiles enabled hosted Vector Tile Services with custom styles that are exposed through ArcGIS Portal (as a Vector Tile Layer). When this functionality is released, you can publish a single vector tile service and then point multiple Vector Tile Layers to it that exposes the custom parts and then you can export one or more .vtpk files with a default style (packaged to the vtpk file) and n*custom styles for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, here are some resources that should give you better understanding how to work with the Vector Tiles&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/mapping/map-authoring/author-a-map-for-vector-tile-creation.htm" title="http://pro.arcgis.com/en/pro-app/help/mapping/map-authoring/author-a-map-for-vector-tile-creation.htm"&gt;Author a map for vector tile creation—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-vector-tile-package.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-vector-tile-package.htm"&gt;Create Vector Tile Package—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="http://doc.arcgis.com/en/arcgis-online/create-maps/update-vector-tile-style.htm" title="http://doc.arcgis.com/en/arcgis-online/create-maps/update-vector-tile-style.htm"&gt;Update vector tile layer style—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://arcgis-content.maps.arcgis.com/apps/Cascade/index.html?appid=d0e213513a074d60aee9ed908bc53c91" title="https://arcgis-content.maps.arcgis.com/apps/Cascade/index.html?appid=d0e213513a074d60aee9ed908bc53c91"&gt;https://arcgis-content.maps.arcgis.com/apps/Cascade/index.html?appid=d0e213513a074d60aee9ed908bc53c91&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://communityhub.esriuk.com/geoxchange/2017/4/28/vector-tiles-part-1-styling" title="http://communityhub.esriuk.com/geoxchange/2017/4/28/vector-tiles-part-1-styling"&gt;Vector Tiles Part 2 - Styling — Esri UK&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 11:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395505#M4674</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-10-02T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395506#M4675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a lot of the information I need. From that, it looks like I can at least experiment with custom styles with my ArcGIS Online account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that if you are extra careful to only use simple styles when authoring the map, what it looks like on the screen in ArcGIS desktop will be&amp;nbsp;recorded as the stylesheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just some clarifications.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the future functionality is released, you will be able to have n*custom styles located outside the vtpk&amp;nbsp;file, or all baked in? I assume it will need a new version of the Runtime.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At present, can ArcGIS&amp;nbsp;Desktop tools (Basic) create .vtpk files from Vector Tile Services on the ArcGIS portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 17:39:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395506#M4675</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-10-02T17:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395507#M4676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the documentation indicates, as long as you avoid the non-supported symbols and effects it should be good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are targeting to support exporting vector tile packages and resources (custom styles) in next ArcGIS Runtime release. The Update 2 release should be out in December with the typical small print that this is subject to change etc.&amp;nbsp; For offline use, you can export a .vtpk file (vector tile cache) that contains the tiles and the default style (which is stored in the service) and then you can export item resource cache (style information that is stored in the portal item = read : custom styles). This can be done separately so the extra styles are not baked into the .vtpk file (but the default style is)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExportVector Tiles operation is not currently available on ArcGIS Portal that Desktop tools can use. If you use ArcGIS Portal hosted vector tile service, you can only use them as an online layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395507#M4676</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-10-03T09:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395508#M4677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope these things make it into 100.2.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 22:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395508#M4677</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-12-07T22:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395509#M4678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Support for exporting vtpks and style item resources is going to available on 100.2 release. You can use `ExportVectorTilesTask` to work directly with vector tile layers exposed as portal items&amp;nbsp; (access to tiles and custom style resources) or working directly with the service endpoints for tiles (but you don't have access to the custom styles this way). Offline you can use one tile cache and create new layers from it using different styles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/390276_pastedImage_1.png" style="width: 620px; height: 384px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 11:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/395509#M4678</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-12-08T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tiles and Styles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/1508443#M12890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any news on the vtpk and style in 200.4? Is it possible to style offline vtpk?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 08:48:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/vector-tiles-and-styles/m-p/1508443#M12890</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-07-23T08:48:18Z</dc:date>
    </item>
  </channel>
</rss>

