<?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: Copying colours from lines to points in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/copying-colours-from-lines-to-points/m-p/309819#M3257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the layer file option (and importing from one) works fine with the same geometry type, but not between different geometry types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did manage to find the script I had seen before.&amp;nbsp; I have updated it slightly to make it work in the more recent versions of ArcMap and created an Add-In.&amp;nbsp; Seems to work OK &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I have attached the Add-In here if anyone wants it.&amp;nbsp; Original code wasn't mine - credit to &lt;A href="https://community.esri.com/migrated-users/13282"&gt;Tim Whiteaker&lt;/A&gt; for his answer to &lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1730&amp;amp;t=143780&amp;amp;mc=2#msgid418655" title="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1730&amp;amp;t=143780&amp;amp;mc=2#msgid418655"&gt;Import colors.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 00:49:06 GMT</pubDate>
    <dc:creator>MikeLouwrens</dc:creator>
    <dc:date>2015-10-08T00:49:06Z</dc:date>
    <item>
      <title>Copying colours from lines to points</title>
      <link>https://community.esri.com/t5/mapping-questions/copying-colours-from-lines-to-points/m-p/309817#M3255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two related layers in my map, one a line layer the other a point layer.&amp;nbsp; Both layers have a field that holds the same info, referring to zones in the city.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to symbolise my layers based on the zone, using different colours for each zone, which is fine, but I want those same colours for each zone on both layers.&amp;nbsp; e.g. if "Zone 1" on the line layer is coloured Red, I want "Zone 1" on the point layer to also be Red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had an old arcscript years ago that worked in version 9.x that allowed me to copy the colours from one layer to another, but I can't find it anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a tool/add-in/script that will help me do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 22:49:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/copying-colours-from-lines-to-points/m-p/309817#M3255</guid>
      <dc:creator>MikeLouwrens</dc:creator>
      <dc:date>2015-10-07T22:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copying colours from lines to points</title>
      <link>https://community.esri.com/t5/mapping-questions/copying-colours-from-lines-to-points/m-p/309818#M3256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest using a layer file (lyr) but they are geometry specific and can't be intermixed&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/creating-tools/setting-output-symbology-in-scripts.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/creating-tools/setting-output-symbology-in-scripts.htm"&gt;Setting output symbology in scripts—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't know if map styles will help to at least standardize your workflow&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/map/styles-and-symbols/managing-style-contents.htm" title="http://desktop.arcgis.com/en/desktop/latest/map/styles-and-symbols/managing-style-contents.htm"&gt;Managing style contents—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The can be defined, modified and saved.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 23:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/copying-colours-from-lines-to-points/m-p/309818#M3256</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-07T23:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Copying colours from lines to points</title>
      <link>https://community.esri.com/t5/mapping-questions/copying-colours-from-lines-to-points/m-p/309819#M3257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the layer file option (and importing from one) works fine with the same geometry type, but not between different geometry types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did manage to find the script I had seen before.&amp;nbsp; I have updated it slightly to make it work in the more recent versions of ArcMap and created an Add-In.&amp;nbsp; Seems to work OK &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I have attached the Add-In here if anyone wants it.&amp;nbsp; Original code wasn't mine - credit to &lt;A href="https://community.esri.com/migrated-users/13282"&gt;Tim Whiteaker&lt;/A&gt; for his answer to &lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1730&amp;amp;t=143780&amp;amp;mc=2#msgid418655" title="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1730&amp;amp;t=143780&amp;amp;mc=2#msgid418655"&gt;Import colors.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 00:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/copying-colours-from-lines-to-points/m-p/309819#M3257</guid>
      <dc:creator>MikeLouwrens</dc:creator>
      <dc:date>2015-10-08T00:49:06Z</dc:date>
    </item>
  </channel>
</rss>

