<?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 Center the map labels in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Center-the-map-labels/m-p/823061#M325000</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carte.PNG" style="width: 863px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73265i071ACAA757A3739C/image-size/large?v=v2&amp;amp;px=999" role="button" title="carte.PNG" alt="carte.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	title1 "Carte des communes - Scoring";
	proc gmap data = Carto_Synthese_Com1 map = carto_Communes1;	
   	id commune;
    choro Risque / legend = legend1 midpoints = "Obsolète" "Limite" "Vigilance" "Surveillance" "Critique" annotate = annotate_commune coutline = white;
	run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I try to put the labels in the center on the card but it shifts.&lt;BR /&gt;Here is the code. I don't know what's wrong.&lt;/P&gt;
&lt;P&gt;Can someone please help me and tell me what is wrong with my code.&lt;/P&gt;
&lt;P&gt;A code proposal will also be welcome.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Gick.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jul 2022 07:03:55 GMT</pubDate>
    <dc:creator>Gick</dc:creator>
    <dc:date>2022-07-13T07:03:55Z</dc:date>
    <item>
      <title>Center the map labels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Center-the-map-labels/m-p/823061#M325000</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carte.PNG" style="width: 863px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73265i071ACAA757A3739C/image-size/large?v=v2&amp;amp;px=999" role="button" title="carte.PNG" alt="carte.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	title1 "Carte des communes - Scoring";
	proc gmap data = Carto_Synthese_Com1 map = carto_Communes1;	
   	id commune;
    choro Risque / legend = legend1 midpoints = "Obsolète" "Limite" "Vigilance" "Surveillance" "Critique" annotate = annotate_commune coutline = white;
	run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I try to put the labels in the center on the card but it shifts.&lt;BR /&gt;Here is the code. I don't know what's wrong.&lt;/P&gt;
&lt;P&gt;Can someone please help me and tell me what is wrong with my code.&lt;/P&gt;
&lt;P&gt;A code proposal will also be welcome.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Gick.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 07:03:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Center-the-map-labels/m-p/823061#M325000</guid>
      <dc:creator>Gick</dc:creator>
      <dc:date>2022-07-13T07:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Center the map labels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Center-the-map-labels/m-p/823070#M325003</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Put labels on the map */
      %annomac;  
      proc sort data=carto_Communes; by commune;run; 
      %maplabel(carto_Communes,carto_Communes,annotate_commune,commune,commune ,font=Albany AMT, color=black, size=2.5, hsys=3); 
/*end*/  
	title1 "Carte des communes - Scoring";
	proc gmap data = Carto_Synthese_Com map = carto_Communes;	
   	id commune;
    choro Risque / legend = legend1 midpoints = "Obsolète" "Limite" "Vigilance" "Surveillance" "Critique" annotate = annotate_commune coutline = white;
	run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jul 2022 08:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Center-the-map-labels/m-p/823070#M325003</guid>
      <dc:creator>Gick</dc:creator>
      <dc:date>2022-07-13T08:38:12Z</dc:date>
    </item>
  </channel>
</rss>

