<?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: Making Maps on SAS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779226#M22299</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I would like to color the countries of birth. I would like to make a map like this one, except without dots on the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ncbi.nlm.nih.gov/core/lw/2.0/html/tileshop_pmc/tileshop_pmc_inline.html?title=Click%20on%20image%20to%20zoom&amp;amp;p=PMC3&amp;amp;id=5837706_dyw056f1.jpg" target="_blank"&gt;https://www.ncbi.nlm.nih.gov/core/lw/2.0/html/tileshop_pmc/tileshop_pmc_inline.html?title=Click%20on%20image%20to%20zoom&amp;amp;p=PMC3&amp;amp;id=5837706_dyw056f1.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 21:25:14 GMT</pubDate>
    <dc:creator>zaldarsa</dc:creator>
    <dc:date>2021-11-08T21:25:14Z</dc:date>
    <item>
      <title>Re: Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779033#M22288</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4 through my university's portal system, Apporto.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 22:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779033#M22288</guid>
      <dc:creator>zaldarsa</dc:creator>
      <dc:date>2021-11-07T22:27:00Z</dc:date>
    </item>
    <item>
      <title>Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779029#M22289</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I would like to make a map of the world indicating where all the participants in my study were born. I stumbled upon the proc GMAP procedure, but I am a bit confused on how to use it. I tried the following code but it didn't work. The following error message appeared:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GMAP MAP=merged&lt;BR /&gt;DATA=merged;&lt;BR /&gt;ID W_d_country;&lt;BR /&gt;CHORO w_D_country;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 21:38:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779029#M22289</guid>
      <dc:creator>zaldarsa</dc:creator>
      <dc:date>2021-11-07T21:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779032#M22290</link>
      <description>&lt;P&gt;Hi, you posted this in the SAS Visual Analytics forum - can you quickly confirm what SAS environment you use? If you do use SAS Visual Analytics then creating geographical maps is just a matter of loading data in your environment and drag one of the geo objects (e.g. Geo Region) to the report canvas and assign roles. If you do use a programming environment - we may have to move this discussion to the appropriate forum.&lt;/P&gt;
&lt;P&gt;Thank you! Falko&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 22:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779032#M22290</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2021-11-07T22:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779035#M22291</link>
      <description>&lt;P&gt;Thank you. I have moved your question to the Graphics Programming forum - I'm sure folks here can better help you with using PROC's in order to create geo maps.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Nov 2021 22:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779035#M22291</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2021-11-07T22:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779036#M22292</link>
      <description>Also - you mentioned - you have seen an error message using PROC GMAP but you did not include that in your original post. Can you share more details on what exactly didn't work?&lt;BR /&gt;&lt;BR /&gt;Also wanted to share the official doc for proc gmap in case that is helpful &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grmapref/n1rfysveimrpeon1gw5c8grv4hgs.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grmapref/n1rfysveimrpeon1gw5c8grv4hgs.htm&lt;/A&gt; - there are plenty of additional examples to get started.&lt;BR /&gt;&lt;BR /&gt;Falko</description>
      <pubDate>Sun, 07 Nov 2021 22:42:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779036#M22292</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2021-11-07T22:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779127#M22296</link>
      <description>&lt;P&gt;I think you would find this easier to create using PROC SGMAP instead of PROC GMAP. To create your example, I would probably overlay a SCATTER plot on an OPENSTREETMAP. The code would look something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgmap plotdata=birth;&lt;/P&gt;
&lt;P&gt;openstreetmap;&lt;/P&gt;
&lt;P&gt;scatter x=lat y=lomg;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 14:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779127#M22296</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2021-11-08T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779173#M22297</link>
      <description>&lt;P&gt;Do you want to plot markers on the exact lat/long where they were born, or do you want to color the countries where they were born?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any other specific things you'd like to do in the map?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 17:56:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779173#M22297</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2021-11-08T17:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779226#M22299</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I would like to color the countries of birth. I would like to make a map like this one, except without dots on the map.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ncbi.nlm.nih.gov/core/lw/2.0/html/tileshop_pmc/tileshop_pmc_inline.html?title=Click%20on%20image%20to%20zoom&amp;amp;p=PMC3&amp;amp;id=5837706_dyw056f1.jpg" target="_blank"&gt;https://www.ncbi.nlm.nih.gov/core/lw/2.0/html/tileshop_pmc/tileshop_pmc_inline.html?title=Click%20on%20image%20to%20zoom&amp;amp;p=PMC3&amp;amp;id=5837706_dyw056f1.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 21:25:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779226#M22299</guid>
      <dc:creator>zaldarsa</dc:creator>
      <dc:date>2021-11-08T21:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Making Maps on SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779243#M22300</link>
      <description>&lt;P&gt;Here's a similar example I created, using Proc Gmap:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd99/visa_overstay.htm" target="_blank"&gt;http://robslink.com/SAS/democd99/visa_overstay.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here is the SAS code (there are several different ways you can control the color, using numeric or character data):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://robslink.com/SAS/democd99/visa_overstay.sas" target="_blank"&gt;https://robslink.com/SAS/democd99/visa_overstay.sas&lt;/A&gt;&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="world_map.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65504iE367BB63FEE76257/image-size/large?v=v2&amp;amp;px=999" role="button" title="world_map.png" alt="world_map.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 22:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Making-Maps-on-SAS/m-p/779243#M22300</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2021-11-08T22:43:29Z</dc:date>
    </item>
  </channel>
</rss>

