<?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 Plotting coordinates onto modified US Map in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671537#M20266</link>
    <description>&lt;P&gt;I am trying to use the map mapsgfk.Us which has AK and HI in the lower left.&amp;nbsp; How do I go about plotting an annotate data set with normal X Y coordinates onto that?&amp;nbsp; Some of those points are in AK and HI, so I want them to appear on the modified location of that map.&amp;nbsp; An example would be helpful.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2020 18:50:35 GMT</pubDate>
    <dc:creator>RandoDando</dc:creator>
    <dc:date>2020-07-22T18:50:35Z</dc:date>
    <item>
      <title>Plotting coordinates onto modified US Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671537#M20266</link>
      <description>&lt;P&gt;I am trying to use the map mapsgfk.Us which has AK and HI in the lower left.&amp;nbsp; How do I go about plotting an annotate data set with normal X Y coordinates onto that?&amp;nbsp; Some of those points are in AK and HI, so I want them to appear on the modified location of that map.&amp;nbsp; An example would be helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 18:50:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671537#M20266</guid>
      <dc:creator>RandoDando</dc:creator>
      <dc:date>2020-07-22T18:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting coordinates onto modified US Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671576#M20270</link>
      <description>&lt;P&gt;Please define what you mean by "normal X Y" coordinates in this sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With the scale of that map I would be tempted, if at all practical, to find the location of the nearest city in the USCity data set and use the coordinates from that for the annotate X Y coordinates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 19:54:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671576#M20270</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-22T19:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting coordinates onto modified US Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671607#M20275</link>
      <description>I should have elaborated.  By normal coordinates I mean latitude and&lt;BR /&gt;longitude.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jul 2020 20:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671607#M20275</guid>
      <dc:creator>RandoDando</dc:creator>
      <dc:date>2020-07-22T20:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting coordinates onto modified US Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671644#M20279</link>
      <description>&lt;P&gt;If city centroids would be close enough for your points, you could use the x/y coordinates in mapsgfk.uscity, and annotate those onto mapsgfk.us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'tricky' part about mapsgfk.us is that Alaska and Hawaii are moved, resized, and projected differently than the 48 contiguous states. Therefore, in order for you to annotate your own arbitrary lat/long coordinates onto mapsgfk.us, you would need to know exactly how to move, resize, and project the coordinates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've found that the easiest way to do that is to "create my own" US map, with Alaska &amp;amp; Hawaii moved/resized/projected the way I want them, and then I know what values to apply to my annotated lat/long. Here is one example where I've done that:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd75/best_restaurants_2014_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd75/best_restaurants_2014_info.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 00:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671644#M20279</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2020-07-23T00:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting coordinates onto modified US Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671840#M20289</link>
      <description>Thanks!  When I first tried this I had copied the code when going from the Contiguous set to Alaska to Hawaii, and made the necessary changes.  I had omitted the NODATELINE option in the GPROJECT procedure which caused Alaska to be distorted. Adding that option fixed it.</description>
      <pubDate>Thu, 23 Jul 2020 14:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-coordinates-onto-modified-US-Map/m-p/671840#M20289</guid>
      <dc:creator>RandoDando</dc:creator>
      <dc:date>2020-07-23T14:48:28Z</dc:date>
    </item>
  </channel>
</rss>

