<?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 SGMap in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMap/m-p/923823#M363676</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using SAS 9.4, I have the attached code. I would like to control the size of the map that is produced. I am creating 2 separate maps based on ADI, score from 0-100, and one map is in a more concentrated area such that is shows roads&amp;nbsp;and city names. I would like the map to look like the second where it only shows the state names. Is it possible to control the map area to make both maps where they show the same areas, even if the same areas are not in both datasets? Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="SGMap33.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95422iB0A7A2D8DD64F442/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGMap33.png" alt="SGMap33.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGMap38.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95424iA795CFE1E6925AE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGMap38.png" alt="SGMap38.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgmap mapdata=locations_ge62 plotdata=locations_ge62 maprespdata=location_nodups;
    openstreetmap;
    scatter x=x y=y / markerattrs=(symbol=asterisk size=15) group=national_ADI_cat;
	label national_ADI= 'National ADI';
	Title 'Figure 4. Map of ADI by Zip Code- ADI &amp;gt;=62';
run;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2024 15:00:47 GMT</pubDate>
    <dc:creator>GS2</dc:creator>
    <dc:date>2024-04-10T15:00:47Z</dc:date>
    <item>
      <title>Proc SGMap</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMap/m-p/923823#M363676</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using SAS 9.4, I have the attached code. I would like to control the size of the map that is produced. I am creating 2 separate maps based on ADI, score from 0-100, and one map is in a more concentrated area such that is shows roads&amp;nbsp;and city names. I would like the map to look like the second where it only shows the state names. Is it possible to control the map area to make both maps where they show the same areas, even if the same areas are not in both datasets? Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="SGMap33.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95422iB0A7A2D8DD64F442/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGMap33.png" alt="SGMap33.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGMap38.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95424iA795CFE1E6925AE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGMap38.png" alt="SGMap38.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgmap mapdata=locations_ge62 plotdata=locations_ge62 maprespdata=location_nodups;
    openstreetmap;
    scatter x=x y=y / markerattrs=(symbol=asterisk size=15) group=national_ADI_cat;
	label national_ADI= 'National ADI';
	Title 'Figure 4. Map of ADI by Zip Code- ADI &amp;gt;=62';
run;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 15:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMap/m-p/923823#M363676</guid>
      <dc:creator>GS2</dc:creator>
      <dc:date>2024-04-10T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMap</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMap/m-p/923906#M363698</link>
      <description>&lt;P&gt;About your last question, you could make a special scatter point and make its size=0.&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt; scatter x=x y=y / markerattrs=(size=0);&lt;/LI-CODE&gt;
&lt;P&gt;This skill I learned is from&amp;nbsp;@GraphGuy&amp;nbsp; . Other questions&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;&amp;nbsp;(a.k.a Robert.Allison) might give you a hand.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 03:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMap/m-p/923906#M363698</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-04-11T03:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGMap</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SGMap/m-p/923936#M363700</link>
      <description>&lt;P&gt;how about adding:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics / widht=1600px widht=1200px;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;before proc sgmap ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 07:17:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SGMap/m-p/923936#M363700</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2024-04-11T07:17:58Z</dc:date>
    </item>
  </channel>
</rss>

