<?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 Combine themes of two layers in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1243992#M63794</link>
    <description>&lt;P&gt;I have two layers that point to the same feature source.&lt;/P&gt;&lt;P&gt;Both layers have around 25 classifications coming from the same field (store_type)&lt;/P&gt;&lt;P&gt;I want to combine the two layer definitions so I end up with a single layer that has all 50 symbols.&lt;/P&gt;&lt;P&gt;Is there an way to automatically combine them?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy and paste the lyrx files?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2022 15:58:00 GMT</pubDate>
    <dc:creator>LondonPoliceGISAnalyst</dc:creator>
    <dc:date>2022-12-28T15:58:00Z</dc:date>
    <item>
      <title>Combine themes of two layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1243992#M63794</link>
      <description>&lt;P&gt;I have two layers that point to the same feature source.&lt;/P&gt;&lt;P&gt;Both layers have around 25 classifications coming from the same field (store_type)&lt;/P&gt;&lt;P&gt;I want to combine the two layer definitions so I end up with a single layer that has all 50 symbols.&lt;/P&gt;&lt;P&gt;Is there an way to automatically combine them?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy and paste the lyrx files?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 15:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1243992#M63794</guid>
      <dc:creator>LondonPoliceGISAnalyst</dc:creator>
      <dc:date>2022-12-28T15:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Combine themes of two layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1243994#M63796</link>
      <description>&lt;P&gt;bring them into a map and&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/merge.htm" target="_blank"&gt;Merge (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then save the result to a new lyrx&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 16:03:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1243994#M63796</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-12-28T16:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combine themes of two layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1243996#M63798</link>
      <description>&lt;P&gt;The data is technically already 'merged'.&amp;nbsp; Its a single feature source.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two separate Layers that point to that one single feature source (stores).&lt;/P&gt;&lt;P&gt;Each are themed 24 icons for one, 26 icons for the other. (field: store_type)&lt;/P&gt;&lt;P&gt;I need a single layer with 50 icons without the hassle of recreating all the icons based on store_type.&lt;/P&gt;&lt;P&gt;Basically I need a layer merge (lyrx), not a data merge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 16:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1243996#M63798</guid>
      <dc:creator>LondonPoliceGISAnalyst</dc:creator>
      <dc:date>2022-12-28T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Combine themes of two layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1244003#M63799</link>
      <description>&lt;P&gt;For those who are interested, there is a great tool for just this issue:&lt;/P&gt;&lt;P&gt;"Apply Symbology from Layer"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This allows you to take all the symbology (symbols, line types, etc) and apply it to an existing layer.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I solved this by taking my layer with 26 symbols (Input Layer) and merged with the 24 symbols (Symbology Layer).&lt;BR /&gt;The result is that I now have all 50 symbols in my Layer all themed to the column I chose.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 16:30:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1244003#M63799</guid>
      <dc:creator>LondonPoliceGISAnalyst</dc:creator>
      <dc:date>2022-12-28T16:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Combine themes of two layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1244007#M63801</link>
      <description>&lt;P&gt;Glad you found a method that worked, another option is to use the "Match Layer Symbology to a Style"&amp;nbsp;&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/match-layer-symbology-to-a-style.htm" target="_self"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/match-layer-symbology-to-a-style.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 16:43:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-themes-of-two-layers/m-p/1244007#M63801</guid>
      <dc:creator>CarlMorrison</dc:creator>
      <dc:date>2022-12-28T16:43:19Z</dc:date>
    </item>
  </channel>
</rss>

