<?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 Proc GMAP Adjust Angle in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417238#M26858</link>
    <description>&lt;P&gt;I'm using the following simple code to create a simple test map of a (partial) North America:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;CODE class=" language-sas"&gt;proc gmap map=maps.namerica(where=(id in(260 926) and segment=1))
		  data=maps.namerica(obs=1)	all;
	id id;
	choro id / nolegend;
	run;
quit;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;When the graph comes out it's angled a bit backward (See below).&amp;nbsp; I think the NAMERICA table is already projected so I'm not using proc GPROJECT.&amp;nbsp; Is there a way to make it straight?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Angled Map" style="width: 525px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16915iB0DFF8CDAF1B5E9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="MAP.GIF" alt="Angled Map" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Angled Map&lt;/span&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks!!!&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2017 21:03:21 GMT</pubDate>
    <dc:creator>bendsteel6</dc:creator>
    <dc:date>2017-11-29T21:03:21Z</dc:date>
    <item>
      <title>Proc GMAP Adjust Angle</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417238#M26858</link>
      <description>&lt;P&gt;I'm using the following simple code to create a simple test map of a (partial) North America:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;CODE class=" language-sas"&gt;proc gmap map=maps.namerica(where=(id in(260 926) and segment=1))
		  data=maps.namerica(obs=1)	all;
	id id;
	choro id / nolegend;
	run;
quit;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;When the graph comes out it's angled a bit backward (See below).&amp;nbsp; I think the NAMERICA table is already projected so I'm not using proc GPROJECT.&amp;nbsp; Is there a way to make it straight?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Angled Map" style="width: 525px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16915iB0DFF8CDAF1B5E9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="MAP.GIF" alt="Angled Map" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Angled Map&lt;/span&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks!!!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 21:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417238#M26858</guid>
      <dc:creator>bendsteel6</dc:creator>
      <dc:date>2017-11-29T21:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP Adjust Angle</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417244#M26859</link>
      <description>&lt;P&gt;You should define what you mean by "straight".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the US portion to appear as it would when displaying maps.us then you will have to project it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 21:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417244#M26859</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-29T21:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP Adjust Angle</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417248#M26860</link>
      <description>&lt;P&gt;Newer files are available in the GSFK maps library instead of the older maps library. If you have access to it, I’d try that instead.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 21:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417248#M26860</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-29T21:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP Adjust Angle</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417388#M26876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;By 'straight' I mean not rotated backwards by about 10 degrees.&amp;nbsp; Also, I had tried projecting it and it came out backwards so I thought maybe it is already projected.&amp;nbsp; Please realize that I'm relatively new at this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try using the MAPSGFK library as Reeza has suggested in her post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 12:47:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/417388#M26876</guid>
      <dc:creator>bendsteel6</dc:creator>
      <dc:date>2017-11-30T12:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GMAP Adjust Angle</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/457794#M29490</link>
      <description>&lt;P&gt;data my_map; set maps.namerica(where=(id in(260 926) and segment&amp;lt;=1));&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc gproject data=my_map out=my_map latlong westlong radians;&lt;BR /&gt;id id;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc gmap map=my_map data=my_map all; &lt;BR /&gt;id id; &lt;BR /&gt;choro segment / levels=1 nolegend; &lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="namerica.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20171i56F21D8B7B3A10F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="namerica.png" alt="namerica.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-GMAP-Adjust-Angle/m-p/457794#M29490</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2018-04-26T15:44:55Z</dc:date>
    </item>
  </channel>
</rss>

