<?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 Vary polygon color and texture by two different attributes in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/vary-polygon-color-and-texture-by-two-different/m-p/1295744#M69845</link>
    <description>&lt;P&gt;I must not know how exactly to describe what I'm looking for, since I can't find much currently on Google. I'm using ArcGIS Pro desktop. I would like to vary color by one attribute (vegetation class) and texture/image/hatching by another attribute (canopy density class). How do I go about it?&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 12:05:11 GMT</pubDate>
    <dc:creator>luthar9366</dc:creator>
    <dc:date>2023-06-05T12:05:11Z</dc:date>
    <item>
      <title>Vary polygon color and texture by two different attributes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/vary-polygon-color-and-texture-by-two-different/m-p/1295744#M69845</link>
      <description>&lt;P&gt;I must not know how exactly to describe what I'm looking for, since I can't find much currently on Google. I'm using ArcGIS Pro desktop. I would like to vary color by one attribute (vegetation class) and texture/image/hatching by another attribute (canopy density class). How do I go about it?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 12:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/vary-polygon-color-and-texture-by-two-different/m-p/1295744#M69845</guid>
      <dc:creator>luthar9366</dc:creator>
      <dc:date>2023-06-05T12:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vary polygon color and texture by two different attributes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/vary-polygon-color-and-texture-by-two-different/m-p/1307835#M71012</link>
      <description>&lt;P&gt;Look at &lt;STRONG&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/attribute-driven-symbology.htm#:~:text=to%20ensure%20that%20Allow%20symbol,matching%20field%20types%20and%20values." target="_self"&gt;attribute driven symbology&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Symbol Property Connections&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It will allow you to vary &lt;EM&gt;some&lt;/EM&gt; attributes, such as symbol color, outline width and transparency &lt;EM&gt;if&lt;/EM&gt; you have fields in your data to specify what they should be.&amp;nbsp;Like life, you can't control everything.&lt;BR /&gt;&lt;BR /&gt;I used a set of test polygons with three attributes to drive symbology {class, color, width}.&amp;nbsp;&lt;BR /&gt;I set the symbology initially to a single symbol using a 10% hatch.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicZatorsky_AEC_0-1689229992561.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75298i6F418018E35575B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicZatorsky_AEC_0-1689229992561.png" alt="MicZatorsky_AEC_0-1689229992561.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then enabled allow symbol property connections:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicZatorsky_AEC_1-1689230068214.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75299iFBA5A6C779C62FB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicZatorsky_AEC_1-1689230068214.png" alt="MicZatorsky_AEC_1-1689230068214.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Navigate to symbol properties, a database icon appears next to what you can control:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicZatorsky_AEC_2-1689230216309.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75300iC554853464FBEDCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicZatorsky_AEC_2-1689230216309.png" alt="MicZatorsky_AEC_2-1689230216309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here, color is driven using the &lt;EM&gt;color&lt;/EM&gt; field, and outline width is using the &lt;EM&gt;width&lt;/EM&gt; field:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicZatorsky_AEC_3-1689230320764.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75302i5A3E6995BABEF201/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicZatorsky_AEC_3-1689230320764.png" alt="MicZatorsky_AEC_3-1689230320764.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The hatch (pattern)&amp;nbsp;&lt;EM&gt;separation&lt;/EM&gt; is controllable, as is the &lt;EM&gt;angle&lt;/EM&gt;, so I set those using a custom formula (where angle = width *45 and separation = (width * 2) + 5)&amp;nbsp; kinda silly, but you get the idea).&amp;nbsp; Then set the hatch color to the same color as the outline:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicZatorsky_AEC_4-1689230748609.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75303i2D33FB878DC4AADD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicZatorsky_AEC_4-1689230748609.png" alt="MicZatorsky_AEC_4-1689230748609.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think I could have used a thematic map to set the symbol style to unique values so you may not be limited to one symbol type, but then you'd have to plug in the attributes to drive each.&lt;/P&gt;&lt;P&gt;Notice though, that the legend does &lt;U&gt;not&lt;/U&gt; reflect any of this.&amp;nbsp; You would have to devise a creative solution for communicating the meaning of colors, angles and thicknesses to the reader.&lt;/P&gt;&lt;P&gt;See also &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/vary-symbology-by-attribute-what-does-quot-allow/td-p/479732" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-questions/vary-symbology-by-attribute-what-does-quot-allow/td-p/479732&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 06:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/vary-polygon-color-and-texture-by-two-different/m-p/1307835#M71012</guid>
      <dc:creator>MicZatorsky_AEC</dc:creator>
      <dc:date>2023-07-13T06:55:03Z</dc:date>
    </item>
  </channel>
</rss>

