<?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: How to apply four colors theorem for polygon map in ArcGIS 10.2.1 in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28473#M326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you Kyle,&lt;/P&gt;&lt;P&gt;I downloaded the arcscript but wasn't able to proceed. Do you think it works with ArcGIS 10.2.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Almaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 19:08:46 GMT</pubDate>
    <dc:creator>AlmazNaizghi</dc:creator>
    <dc:date>2015-02-26T19:08:46Z</dc:date>
    <item>
      <title>How to apply four colors theorem for polygon map in ArcGIS 10.2.1</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28469#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have different neighborhood polygon features and would like to symbolize using only four colors automatically.&lt;/P&gt;&lt;P&gt;I do no how to do it. Any help please!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 16:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28469#M322</guid>
      <dc:creator>AlmazNaizghi</dc:creator>
      <dc:date>2015-02-26T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply four colors theorem for polygon map in ArcGIS 10.2.1</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28470#M323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Almaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try the following, if it suits your need.&lt;/P&gt;&lt;P&gt;1) Add a new field to attribute table (say "Mod_Code" with datatype=Short Integer).&lt;/P&gt;&lt;P&gt;2) Open Field Calculator of the above field, &lt;/P&gt;&lt;P&gt;Parser = Python (see code below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Mod.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/65849_Mod.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Symbolize the layer categorically, with Value_field "Mod_Code".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would symbolize your whole layer in 4 colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 16:58:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28470#M323</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-02-26T16:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply four colors theorem for polygon map in ArcGIS 10.2.1</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28471#M324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jay for your help.&lt;/P&gt;&lt;P&gt;The following image is my result. However, I want the adjacent polygons not to have the same color. I would like to apply the&lt;A href="http://en.wikipedia.org/wiki/Four_color_theorem"&gt; four color theorem &lt;/A&gt;in ArcGIS.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Print_screen2.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/65857_Print_screen2.jpg" style="width: 620px; height: 802px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 17:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28471#M324</guid>
      <dc:creator>AlmazNaizghi</dc:creator>
      <dc:date>2015-02-26T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply four colors theorem for polygon map in ArcGIS 10.2.1</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28472#M325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use this arcscript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=14820" title="http://arcscripts.esri.com/details.asp?dbid=14820"&gt;Map Coloring - Five Color a Map&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 17:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28472#M325</guid>
      <dc:creator>KyleSchaper</dc:creator>
      <dc:date>2015-02-26T17:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply four colors theorem for polygon map in ArcGIS 10.2.1</title>
      <link>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28473#M326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you Kyle,&lt;/P&gt;&lt;P&gt;I downloaded the arcscript but wasn't able to proceed. Do you think it works with ArcGIS 10.2.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Almaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 19:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/how-to-apply-four-colors-theorem-for-polygon-map/m-p/28473#M326</guid>
      <dc:creator>AlmazNaizghi</dc:creator>
      <dc:date>2015-02-26T19:08:46Z</dc:date>
    </item>
  </channel>
</rss>

