<?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: Can we really restyle vector tile maps? Attributes stripped out.  in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202086#M8951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="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&lt;/A&gt;....&lt;/P&gt;&lt;P&gt;Under &lt;STRONG&gt;Retain Relevant Attribution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There is a whole section on bringing other field information in... and they point to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #4d4d4d; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 23.82px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;To bring specific fields into the vector tiles, highlight them in the &lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; color: #4d4d4d; font-family: &amp;amp;quot; lucida grande&amp;amp;quot;,&amp;amp;quot;segoe ui&amp;amp;quot;,&amp;amp;quot;arial&amp;amp;quot;,sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Fields&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #4d4d4d; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 23.82px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; view of the layer. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that this doesn't work? or that it isn't obvious how to do it? or it is too complicated?&amp;nbsp; Not sure I caught your whole concern, or even if this section applies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Dec 2017 05:10:41 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-12-30T05:10:41Z</dc:date>
    <item>
      <title>Can we really restyle vector tile maps? Attributes stripped out.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202085#M8950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vector Tiled maps show promise of allowing you to style them later in different ways.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, that doesn't actually work, does it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have observed that ArcGIS PRO, when creating a vector tile package, strips all attributes it doesn't think it needs for the style defined on the map in ArcGIS PRO.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For size, this is a good optimization. But we do not have control over what attributes are kept.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, it also&amp;nbsp;changes the attributes it does keep to have names and value ranges of its own choosing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp;there may a rule to apply a certain&amp;nbsp;style to a line if height%100 =0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resulting vector&amp;nbsp;tile will have something like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"_symbol": "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making the attributes unrecognizable to anyone who would want to create changes to the style.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this means is that we would have to anticipate every possible style rule before exporting a Vector Tile Package. You could change colors later, but that is about all.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you colored all roads green, and later want to make the major freeways yellow and bolder, you are out of luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe you would want to get your first style right, and then come back to ArcGIS PRO to restyle, create a new style, and then export the style without exporting all the tiles again. But you can't do that either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you managed to find a perfect style in mapbox vector style specification, you would have to reverse engineer all its rules and try to recreate them in ArcGIS Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll note that there are tools out there, even open source&amp;nbsp;ones, that can create vector tiles in a more predictable fashion.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, ESRI has worked really hard to make sure that the server or runtime does not work with any vector tiles not created by ArcGIS PRO.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct, or is there something I am missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 00:26:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202085#M8950</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-12-30T00:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can we really restyle vector tile maps? Attributes stripped out.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202086#M8951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="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&lt;/A&gt;....&lt;/P&gt;&lt;P&gt;Under &lt;STRONG&gt;Retain Relevant Attribution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There is a whole section on bringing other field information in... and they point to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #4d4d4d; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 23.82px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;To bring specific fields into the vector tiles, highlight them in the &lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; color: #4d4d4d; font-family: &amp;amp;quot; lucida grande&amp;amp;quot;,&amp;amp;quot;segoe ui&amp;amp;quot;,&amp;amp;quot;arial&amp;amp;quot;,sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Fields&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #4d4d4d; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 23.82px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; view of the layer. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that this doesn't work? or that it isn't obvious how to do it? or it is too complicated?&amp;nbsp; Not sure I caught your whole concern, or even if this section applies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 05:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202086#M8951</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-30T05:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can we really restyle vector tile maps? Attributes stripped out.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202087#M8952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last time I read that article, I may not have looked deeply enough at Retain Relevant Attribution, because I may have assumed it meant "Keep Copyright Notices".&amp;nbsp;The word attributions is&amp;nbsp;used to mean that in other documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/attribution-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/attribution-amd.html"&gt;Attribution | API Reference | ArcGIS API for JavaScript 3.23&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it, because I think it is what I am looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the schema is predictable, I can also work on the style independently of the data.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 21:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202087#M8952</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2017-12-30T21:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can we really restyle vector tile maps? Attributes stripped out.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202088#M8953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;an easy assumption to make.....&lt;/P&gt;&lt;P&gt;attribution... leverage....&lt;/P&gt;&lt;P&gt;it seems that the secondary/tertiary meanings of words are used quite a lot in current parlance &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; ....&lt;/P&gt;&lt;P&gt;the hashtag writing style and era I suppose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 21:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202088#M8953</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-30T21:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can we really restyle vector tile maps? Attributes stripped out.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202089#M8954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is one remaining issue in creating new styles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't appear to have any control over how the sprite.json&amp;nbsp;and sprite.png are generated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to make sure symbols make it in if not all symbols are used in the first style published.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, no known equivalent to what we did to retain fields in order to retain symbols.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I had a designer create a custom sprite page, I would have to have to manually insert it into the VTPK before upload.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought perhaps that I could point the style to a different&amp;nbsp;sprite link - perhaps a content item I upload to ArcGIS Online. It won't allow me to upload a .json, although it does accept a .png.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I hosted a new sprite.png and sprite.json&amp;nbsp;on my own domain, will that cause cross domain problems?&lt;/P&gt;&lt;P&gt;And will&amp;nbsp;they still get included in offline vector downloads?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 18:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-we-really-restyle-vector-tile-maps-attributes/m-p/202089#M8954</guid>
      <dc:creator>NathanMellor</dc:creator>
      <dc:date>2018-02-08T18:00:09Z</dc:date>
    </item>
  </channel>
</rss>

