<?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: Help on Vector Tile tools is incorrect in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41437#M1689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This tool coincides with ArcGIS Pro releases. It was logged at the current version (1.3) and version 1.4 is set to be released later this month. Unfortunately, I don't see any indication that this has been fixed for the 1.4 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is caused by an invalid in_map parameter but fortunately there is a workaround.&amp;nbsp;The &lt;EM&gt;arcpy.CreateVectorTilePackage_management&lt;/EM&gt; function only recognize a map name as valid &lt;EM&gt;in_map&lt;/EM&gt; parameter instead of a map object. The explanation of the &lt;EM&gt;in_map&lt;/EM&gt; parameter in the &lt;EM&gt;Create Vector Tile Package&lt;/EM&gt; tool documentation (&lt;A class="link-titled" href="http://arcg.is/2iwVbz8" title="http://arcg.is/2iwVbz8"&gt;Create Vector Tile Package—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;) is incorrect by saying that &lt;EM&gt;in_map&lt;/EM&gt; is "The map from which tiles are generated and packaged". Further, the sample codes in the documentation are incorrect too because it uses the map as &lt;EM&gt;Input Map&lt;/EM&gt; instead of the map name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the following code will generate ERROR 000623:&lt;/P&gt;&lt;P&gt;p = arcpy.mp.ArcGISProject("c:\\temp\\myproject.aprx")&lt;BR /&gt;m = p.listMaps("Map")[0]&lt;BR /&gt;arcpy.CreateVectorTilePackage_management(m, m.name + '.vtpk', "ONLINE")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By modifying m to m.name, the code will work:&lt;/P&gt;&lt;P&gt;p = arcpy.mp.ArcGISProject("c:\\temp\\myproject.aprx")&lt;BR /&gt;m = p.listMaps("Map")[0]&lt;BR /&gt;arcpy.CreateVectorTilePackage_management(m.name, m.name + '.vtpk', "ONLINE")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully these issues (the bug and the documentation) will be resolved soon and this workaround allows you to continue your project successfully.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jan 2017 22:55:55 GMT</pubDate>
    <dc:creator>ColinLawrence</dc:creator>
    <dc:date>2017-01-03T22:55:55Z</dc:date>
    <item>
      <title>Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41434#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;The help for the Vector Tile tools is wrong.&amp;nbsp; This code from the help does not work.&amp;nbsp; It keeps saying the value type for in_map is wrong.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fpro.arcgis.com%2Fen%2Fpro-app%2Ftool-reference%2Fdata-management%2Fcreate-vector-tile-package.htm" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;Create Vector Tile Package—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;mp&lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;ArcGISProject&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #a31515;"&gt;"c:&lt;/SPAN&gt;&lt;SPAN class="se" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #a31515;"&gt;\\&lt;/SPAN&gt;&lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #a31515;"&gt;temp&lt;/SPAN&gt;&lt;SPAN class="se" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #a31515;"&gt;\\&lt;/SPAN&gt;&lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #a31515;"&gt;myproject.aprx"&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="k" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: blue;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;m&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="ow" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: blue;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;p&lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;listMaps&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;():&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="k" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: blue;"&gt;print&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #a31515;"&gt;"Packaging"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;m&lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;name&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;CreateVectorTilePackage_management&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;m&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;m&lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #a31515;"&gt;'.vtpk'&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #a31515;"&gt;"INDEXED"&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="mf" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #666666;"&gt;295828763.795777&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="mf" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #666666;"&gt;1128.497176&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.esri.com/legacyfs/online/194350_pastedImage_0.png" target="_blank"&gt;&lt;IMG class="image-1 jive-image" height="161" src="https://community.esri.com/legacyfs/online/194560_pastedImage_0.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="388" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: 'times new roman', times; color: #4d4d4d;"&gt;It just has "Map" for the in_map when copied from the python snippet but that of course does not work in script. I have yet to find anything it likes.&amp;nbsp; Any hints?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;arcpy.management.CreateVectorTilePackage("Map", r"C:\Vector\Settings.vtpk", "ONLINE", None, "INDEXED", 295828763.795778, 564.248588, r"C:\Vector\SettingsIndex.shp", None, None)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;The tool to create the vector index will also not accept in_map.&amp;nbsp; Its help has a sample from some other tool??&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fpro.arcgis.com%2Fen%2Fpro-app%2Ftool-reference%2Fdata-management%2Fcreate-vector-tile-index.htm" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;Create Vector Tile Index—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="codeblock-desc" style="margin-bottom: 1.71429em; font-size: 0.875rem; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; color: #4d4d4d; background-color: #fefefe;"&gt;The following Python window script demonstrates how to use the &lt;SPAN class="usertext" style="font-weight: bold; font-style: inherit; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace;"&gt;CreateVectorTileIndex&lt;/SPAN&gt; tool in immediate mode.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="kn" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: blue;"&gt;import&lt;/SPAN&gt; &lt;SPAN class="nn" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;arcpy&lt;/SPAN&gt; &lt;SPAN class="kn" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: blue;"&gt;from&lt;/SPAN&gt; &lt;SPAN class="nn" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;arcpy&lt;/SPAN&gt; 
&lt;SPAN class="kn" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: blue;"&gt;import&lt;/SPAN&gt; &lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;env&lt;/SPAN&gt; 
&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;env&lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;workspace&lt;/SPAN&gt; &lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a31515;"&gt;"C:/data/cartography.gdb/transportation"&lt;/SPAN&gt; 
&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;CreateIndexTiles_cartography&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a31515;"&gt;"CURRENT"&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;,&lt;/SPAN&gt; &lt;SPAN class="s" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a31515;"&gt;"tiles"&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;,&lt;/SPAN&gt; &lt;SPAN class="mi" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666666;"&gt;10000&lt;/SPAN&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;Also when copying the snippet from Pro it has another parameter with the value ONLINE that does not exist in the help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;#arcpy.management.CreateVectorTileIndex("Map", r"C:\Vector\SettingsIndex.shp", "ONLINE", None, 10000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;Please let me know the correct params or point me to help files that are correct. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="p" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; color: #4d4d4d;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:36:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41434#M1686</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-12-10T21:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41435#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it has been some time since you posted this but it looks like you are experiencing a bug that was recently logged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUG-000098329 - Create Vector Tile Package fails with "ERROR 000623: Invalid value type for parameter in_map" when run as a standalone script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Create Vector Tile Package tool will run just fine in Pro and you should also be able to run it from the built in python window: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;arcpy.env.workspace = "C:/TilePackageExample"&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;arcpy.CreateVectorTilePackage_management('Map', 'Example.vtpk', 'ONLINE') &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;The issue seems to occur when trying to run as a standalone script and it doesn't seem to recognize the input type. I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;Colin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 00:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41435#M1687</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2016-08-06T00:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41436#M1688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if this bug is still present in 10.5? &amp;nbsp;I just ran into this in 10.4.1 and being able to create vector tile packages from standalone scripts is critical for us. &amp;nbsp;That's how we currently prepare tile packages for our customers and we need the ability to do the same thing with vector tiles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 21:27:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41436#M1688</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-03T21:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41437#M1689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This tool coincides with ArcGIS Pro releases. It was logged at the current version (1.3) and version 1.4 is set to be released later this month. Unfortunately, I don't see any indication that this has been fixed for the 1.4 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is caused by an invalid in_map parameter but fortunately there is a workaround.&amp;nbsp;The &lt;EM&gt;arcpy.CreateVectorTilePackage_management&lt;/EM&gt; function only recognize a map name as valid &lt;EM&gt;in_map&lt;/EM&gt; parameter instead of a map object. The explanation of the &lt;EM&gt;in_map&lt;/EM&gt; parameter in the &lt;EM&gt;Create Vector Tile Package&lt;/EM&gt; tool documentation (&lt;A class="link-titled" href="http://arcg.is/2iwVbz8" title="http://arcg.is/2iwVbz8"&gt;Create Vector Tile Package—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;) is incorrect by saying that &lt;EM&gt;in_map&lt;/EM&gt; is "The map from which tiles are generated and packaged". Further, the sample codes in the documentation are incorrect too because it uses the map as &lt;EM&gt;Input Map&lt;/EM&gt; instead of the map name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the following code will generate ERROR 000623:&lt;/P&gt;&lt;P&gt;p = arcpy.mp.ArcGISProject("c:\\temp\\myproject.aprx")&lt;BR /&gt;m = p.listMaps("Map")[0]&lt;BR /&gt;arcpy.CreateVectorTilePackage_management(m, m.name + '.vtpk', "ONLINE")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By modifying m to m.name, the code will work:&lt;/P&gt;&lt;P&gt;p = arcpy.mp.ArcGISProject("c:\\temp\\myproject.aprx")&lt;BR /&gt;m = p.listMaps("Map")[0]&lt;BR /&gt;arcpy.CreateVectorTilePackage_management(m.name, m.name + '.vtpk', "ONLINE")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully these issues (the bug and the documentation) will be resolved soon and this workaround allows you to continue your project successfully.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41437#M1689</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2017-01-03T22:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41438#M1690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response. &amp;nbsp;I tried your suggestion with m.name and am getting a different error now:&lt;/P&gt;&lt;P&gt;ERROR 000735: Input Map: Value is required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.CreateVectorTilePackage_management(m.name, m.name + ".vtpk", "ONLINE")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 23:35:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41438#M1690</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-03T23:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41439#M1691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im sorry that didn't work. Please reach out to Tech Support so we can troubleshoot this issue for you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/contact-tech-support" title="https://support.esri.com/contact-tech-support"&gt;https://support.esri.com/contact-tech-support&lt;/A&gt;&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>Wed, 04 Jan 2017 17:36:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41439#M1691</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2017-01-04T17:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41440#M1692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Colin.  Will do …&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 19:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41440#M1692</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-04T19:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41441#M1693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We did end up calling in an Esri support ticket, but none of Esri's resources could figure this out so it was logged as a bug. &amp;nbsp;In the meantime one of my co-workers cracked the nut on this one, albeit with a pretty obscure workaround. &amp;nbsp;We are definitely blaming the inadequate documentation for this debacle, although I still feel like supplying either the map object in the APRX or the name of that map should work. &amp;nbsp;So hopefully that gets addressed in a future version of Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what ended up working was&amp;nbsp;exporting the map to a MAPX file. &amp;nbsp;You will find the tool to do that on the Share tab. &amp;nbsp;You can then supply the path and name to that MAPX file as your first parameter and the Python script will do its thing. &amp;nbsp;Now on to another vector tile issue - the inability to specify the extent for which you want to generate the vector tile package ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 00:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41441#M1693</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-19T00:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41442#M1694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy - Since you are the only one I know making vector tiles maybe you know this. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have to found any way to have attributes at all? &amp;nbsp;Even just one attribute. &amp;nbsp;This blog post talks about changing the spot elevation response. &amp;nbsp;&lt;A class="link-titled" href="https://blogs.esri.com/esri/arcgis/2017/01/13/updates-to-the-esri-vector-basemaps/" title="https://blogs.esri.com/esri/arcgis/2017/01/13/updates-to-the-esri-vector-basemaps/"&gt;Esri Vector Basemaps: Updated Data and New Creative Style | ArcGIS Blog&lt;/A&gt;&amp;nbsp;&amp;nbsp; But I see no way to do this for other layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some map services let you point to a feature service when clicked. &amp;nbsp;This concept would be cool for vector tiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also had an idea that if it can have 1 attribute as the blog post says that attribute could be a global id. &amp;nbsp;That global id would be used to build a query url into a HFS - returning the attributes in a pop up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have had luck burning in labels to the vtpk. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main issue has been when using a scene in AGO. &amp;nbsp;The vector tiles are fast but no attributes. &amp;nbsp;A HFS can not be used if there are more than 2000 features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any hints&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 00:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41442#M1694</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2017-01-19T00:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41443#M1695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can’t help you out here.  Attributes are of paramount importance to my app so I don’t even mess with vector tiles in that vein.  I use SQLite geodatabases under the hood for all my attribution needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 13:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41443#M1695</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-19T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41444#M1696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Andy, got any suggestions on building custom vector tile schemes? Or do you just use the google/web-mercator style?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep running into this issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/188936-vector-tile-custom-scheme"&gt;https://community.esri.com/thread/188936-vector-tile-custom-scheme&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 21:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41444#M1696</guid>
      <dc:creator>GreggRoemhildt1</dc:creator>
      <dc:date>2017-01-20T21:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41445#M1697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Gregg.  We haven’t had any reason to go outside the usual google/arcgis online tile format, so I don’t have any suggestions for you on this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 22:01:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41445#M1697</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-20T22:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41446#M1698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doug,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does seem like only a small handful of us are trying to work with vector tiles so far. I found something recently that might be helpful for your question:&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;To keep the resulting tiles as small and efficient as possible, only those fields necessary to draw the features are passed into the vector tiles when they're created from a map. In some cases, extra fields are derived to help with quick rendering. For example, layers drawn with &lt;A href="http://pro.arcgis.com/en/pro-app/help/mapping/symbols-and-styles/graduated-colors.htm" style="color: #007ac2;"&gt;graduated colors&lt;/A&gt; or &lt;A href="http://pro.arcgis.com/en/pro-app/help/mapping/symbols-and-styles/graduated-symbols.htm" style="color: #007ac2;"&gt;graduated symbols&lt;/A&gt; symbology will include new fields of integer values corresponding to the class break values.&lt;BR /&gt;&lt;BR /&gt;Since vector tiles can be customized by editing their associated style file, there may be instances when you bring other fields into the vector tiles to support this customization. For example, you can leverage a different field that contains place name label strings in different (local) languages and access them in the style file. To bring specific fields into the vector tiles, highlight them in the &lt;SPAN class="" style="font-weight: bold;"&gt;Fields&lt;/SPAN&gt; view of the layer.&lt;/P&gt;&lt;P style="color: #4d4d4d; background-color: #fefefe; font-size: 0.875rem; margin-top: 0em; margin-bottom: 1.71429em;"&gt;Source:&amp;nbsp;&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;/P&gt;&lt;P style="color: #4d4d4d; background-color: #fefefe; font-size: 0.875rem; margin-top: 0em; margin-bottom: 1.71429em;"&gt;I have yet to use this successfully, so let us know if you try it.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 20:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41446#M1698</guid>
      <dc:creator>KateLeroux</dc:creator>
      <dc:date>2017-02-09T20:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41447#M1699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick update for everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;BUG-000098329 has been resolved with the latest release (Pro 1.4.1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/get-started/release-notes-1-4.htm" title="http://pro.arcgis.com/en/pro-app/get-started/release-notes-1-4.htm"&gt;Release Notes for ArcGIS Pro 1.4—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;Hopefully no further issues are discovered!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 20:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41447#M1699</guid>
      <dc:creator>ColinLawrence</dc:creator>
      <dc:date>2017-02-09T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41448#M1700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;Hello Collin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;Indeed, after updating to latest release 1.4.1, I was finally able to generate a Vector Tile using ArcPy with tools&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;&lt;STRONG&gt;arcpy.CreateVectorTileIndex_management&lt;/STRONG&gt; and &lt;STRONG&gt;arcpy.CreateVectorTilePackage_management&lt;/STRONG&gt; but only when using a map with FGBD source. Both tool doesn't work when using standalone script and map with Layer type source: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 15px;"&gt;&lt;EM&gt;&lt;STRONG&gt;ERROR 001852: Layer type is not supported for vector tile packages.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;However when use within ArcGIS Pro, those tools are working with any Layer type (ex. Oracle source).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;I was wondering if this is supposed to be the steps to follow, are we to convert first all source to a FGBD before using tools for Creating a Vector Tile with the standalone script? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;Currently, we are working on a tiling project for one of our client: we are evaluating possible solutions for improving the user experience on a WebGIS application. One of the potential solution would be to implement vector tiling for some of the more static layers instead of dynamic service layers that the WebGIS is using at the moment. The client would have to re-generate all the vector tiling on a daily basis with a target time of 30 min.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;We were amazed at how fast the entire creation process generated the Vector Tile Package compared to a normal generation of a standard raster Tile Cache so we pushed this solution a little more. In order to meet the client criteria, it is imperative to be able to use the tools on the Oracle source directly, have extra steps for converting oracle source to a FGBD format would be lost of time effort and would render the project impossible using Vector tiling.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;Do you know if this is a BUG? Does ESRI is aware of it and if so when do they plan to resolve the matter in a near future?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; text-align: justify;"&gt;&lt;SPAN style="font-size: 15px;"&gt;or do you have a alternative solution for this problem that I didn't discover yet?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 15px;"&gt;Thanks in advance for your help in this matter,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;DIV style="margin-top: 0; margin-bottom: 0;"&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri,sans-serif;"&gt;&lt;STRONG&gt;Yann&amp;nbsp;Deschênes &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Algerian;"&gt;| &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri,sans-serif;"&gt;&lt;STRONG&gt;Geomatic Consultant&lt;SPAN style="color: #1f497d; font-family: Calibri,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: Algerian;"&gt;| &lt;/SPAN&gt;&lt;STRONG&gt; &lt;SPAN style="color: red; font-family: Calibri,sans-serif;"&gt;CGI&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 19:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41448#M1700</guid>
      <dc:creator>YannDeschenes</dc:creator>
      <dc:date>2017-04-07T19:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Vector Tile tools is incorrect</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41449#M1701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm on 2.2.4 and this script still doesn't work. Still getting Input Map: Value is Required when using an .aprx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 13:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-on-vector-tile-tools-is-incorrect/m-p/41449#M1701</guid>
      <dc:creator>RyanColeman</dc:creator>
      <dc:date>2018-12-21T13:49:45Z</dc:date>
    </item>
  </channel>
</rss>

