<?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 Controlling ESRI background map fonts and borders in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574326#M18510</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm plotting US and some CA datapoints using SGMAP with ESRI background map.&amp;nbsp; ESRI map has cities and state labels and I want to make the cities and states text font larger and to thicken the states borders.&lt;BR /&gt;&lt;BR /&gt;My code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics /&lt;BR /&gt;width=16in height=14in;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgmap&lt;BR /&gt;plotdata=Info_us ;&lt;BR /&gt;esrimap url="&lt;A href="http://services.arcgisonline.com/arcgis/rest/services/World_Street_Map" target="_blank"&gt;http://services.arcgisonline.com/arcgis/rest/services/World_Street_Map&lt;/A&gt;";&lt;BR /&gt;scatter x=long y=lat / markerattrs=(symbol=circlefilled size=4pt color='blue') ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2019 18:54:01 GMT</pubDate>
    <dc:creator>NNguy</dc:creator>
    <dc:date>2019-07-17T18:54:01Z</dc:date>
    <item>
      <title>Controlling ESRI background map fonts and borders</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574326#M18510</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm plotting US and some CA datapoints using SGMAP with ESRI background map.&amp;nbsp; ESRI map has cities and state labels and I want to make the cities and states text font larger and to thicken the states borders.&lt;BR /&gt;&lt;BR /&gt;My code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics /&lt;BR /&gt;width=16in height=14in;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgmap&lt;BR /&gt;plotdata=Info_us ;&lt;BR /&gt;esrimap url="&lt;A href="http://services.arcgisonline.com/arcgis/rest/services/World_Street_Map" target="_blank"&gt;http://services.arcgisonline.com/arcgis/rest/services/World_Street_Map&lt;/A&gt;";&lt;BR /&gt;scatter x=long y=lat / markerattrs=(symbol=circlefilled size=4pt color='blue') ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 18:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574326#M18510</guid>
      <dc:creator>NNguy</dc:creator>
      <dc:date>2019-07-17T18:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ESRI background map fonts and borders</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574593#M18514</link>
      <description>&lt;P&gt;When using the Esri (or Openstreetmap) maps in the background, you cannot control the thickness of the borders/roads/etc, or the size of the text (city names, etc). These are all images handed down from the Esri (or Openstreetmap) server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 14:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574593#M18514</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2019-07-18T14:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ESRI background map fonts and borders</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574607#M18515</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;&amp;nbsp;said, you can't do anything about the tile information; but if you want thicker state borders, you can overlay a CHOROMAP of the US without any response variable, which should give you thicker outlines of the states.&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>Thu, 18 Jul 2019 14:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574607#M18515</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-07-18T14:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ESRI background map fonts and borders</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574609#M18516</link>
      <description>&lt;P&gt;Thanks Robert.&lt;BR /&gt;&lt;BR /&gt;What would you recommend if I do if I want to recreate that map?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like map with interstate system, state and territory borders.&amp;nbsp; Maybe Alber projection.&lt;BR /&gt;&lt;BR /&gt;Should I import my data in ArcGIS and map it in with ArcGIS? Or should I get US and Canada shapefiles and map with SAS?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 14:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574609#M18516</guid>
      <dc:creator>NNguy</dc:creator>
      <dc:date>2019-07-18T14:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ESRI background map fonts and borders</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574673#M18518</link>
      <description>&lt;P&gt;Do you have an example of what you'd like the final map to look like?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 16:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574673#M18518</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2019-07-18T16:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ESRI background map fonts and borders</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574725#M18522</link>
      <description>Ideally this map but with legible city and state names and thicker border around states.&lt;BR /&gt;&lt;BR /&gt;I would like to show US interstate HW, which is why i'm using ESRI World_Street_Map as a background, the topology is a nice touch too. They data points are Trauma Centers that are in my program and in the near future I would like to incorporate geospatial statistics such as transfer times and rurality (but that's a long ways away).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have to go just a bit north of Edmonton since I have datapoints there and suppressing Mexico would be nice because I don't have datapoints south of continental US.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pbs.twimg.com/media/D_sGXsPXoAALDwl.jpg:large" target="_blank"&gt;https://pbs.twimg.com/media/D_sGXsPXoAALDwl.jpg:large&lt;/A&gt;</description>
      <pubDate>Thu, 18 Jul 2019 19:04:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-ESRI-background-map-fonts-and-borders/m-p/574725#M18522</guid>
      <dc:creator>NNguy</dc:creator>
      <dc:date>2019-07-18T19:04:24Z</dc:date>
    </item>
  </channel>
</rss>

