<?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: Drawing errors in county boundaries mapsgfk.us_all in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Drawing-errors-in-county-boundaries-mapsgfk-us-all/m-p/624718#M77375</link>
    <description>&lt;P&gt;2 options:&lt;/P&gt;
&lt;P&gt;- Long term: Contact SAS tech support so SAS fixes their maps&lt;/P&gt;
&lt;P&gt;- Short term: Zoom in onto that county with a where clause. Since it's a rectangle, there should just a handful of points. Add the missing points manually.&lt;/P&gt;
&lt;P&gt;I'd do both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 02:57:42 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-02-14T02:57:42Z</dc:date>
    <item>
      <title>Drawing errors in county boundaries mapsgfk.us_all</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Drawing-errors-in-county-boundaries-mapsgfk-us-all/m-p/624606#M77369</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was creating a US county level population distribution map using the most recent mapsgfk.us_all dataset and I noticed that two counties were not being mapped correctly, they are being cut in half diagonally. The two counties are Fayette County, Illinois and Cross County, Arkansas. It was fairly apparent on my full map as they are white spaces in an otherwise completed map. I include code below that will allow you to see the issue and I included a screenshot of the output. Is there a way to manually correct this or is this behavior somehow intentional? Any input would be appreciated. Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4 TS1M5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gmap map=mapsgfk.us_all data=mapsgfk.us_all /*all density=1*/;
   id id;
   choro county / nolegend /*levels=1*/;
   where statecode in ("IL", "AR");
run;
	quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IL and AR issue.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36109i452FEF5D678E66A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="IL and AR issue.png" alt="IL and AR issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 19:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Drawing-errors-in-county-boundaries-mapsgfk-us-all/m-p/624606#M77369</guid>
      <dc:creator>mitchell_keener</dc:creator>
      <dc:date>2020-02-13T19:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing errors in county boundaries mapsgfk.us_all</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Drawing-errors-in-county-boundaries-mapsgfk-us-all/m-p/624718#M77375</link>
      <description>&lt;P&gt;2 options:&lt;/P&gt;
&lt;P&gt;- Long term: Contact SAS tech support so SAS fixes their maps&lt;/P&gt;
&lt;P&gt;- Short term: Zoom in onto that county with a where clause. Since it's a rectangle, there should just a handful of points. Add the missing points manually.&lt;/P&gt;
&lt;P&gt;I'd do both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 02:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Drawing-errors-in-county-boundaries-mapsgfk-us-all/m-p/624718#M77375</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-14T02:57:42Z</dc:date>
    </item>
  </channel>
</rss>

