<?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: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177910#M6535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Format works perfectly, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;%let _ODSOPTIONS=gtitle gfootnote;&lt;/P&gt;&lt;P&gt;create a real png as you said.&lt;/P&gt;&lt;P&gt;However I cannot force titles and footnotes in the png as it would burden users to remove it every time.&lt;/P&gt;&lt;P&gt;You see another solution than screenshots to download the png ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 14:46:56 GMT</pubDate>
    <dc:creator>mathias</dc:creator>
    <dc:date>2013-12-19T14:46:56Z</dc:date>
    <item>
      <title>proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177902#M6527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How come the RANGE attribute has no effect whit MIDPOINTS=OLD ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13874587783601865" jivemacro_uid="_13874587783601865"&gt;
&lt;P&gt;PROC GMAP DATA=&amp;amp;WorkingTable._INCIDENCE&lt;/P&gt;
&lt;P&gt;MAP=Common.BE_ARROND(where=(&amp;amp;mapFilter))&lt;/P&gt;
&lt;P&gt;ALL density=1 ;&lt;/P&gt;
&lt;P&gt;ID NIS2;&lt;/P&gt;
&lt;P&gt;choro casesper100k /&lt;/P&gt;
&lt;P&gt;/* */&lt;/P&gt;
&lt;P&gt;MIDPOINTS=OLD&lt;/P&gt;
&lt;P&gt;uniform&lt;/P&gt;
&lt;P&gt;levels=5&lt;/P&gt;
&lt;P&gt;range&lt;/P&gt;
&lt;P&gt;LEGEND=LEGEND1&lt;/P&gt;
&lt;P&gt;&amp;amp;AnnotateStatement&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;amp;ByStatement;&lt;/P&gt;
&lt;P&gt;RUN;QUIT;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11572i40C3915AA51C7F50/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:13:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177902#M6527</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2013-12-19T13:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177903#M6528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the general case, the range option does work with midpoints=old, such as ...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;proc gmap data=maps.us map=maps.us;&lt;/P&gt;&lt;P&gt;id state;&lt;/P&gt;&lt;P&gt;choro state / levels=5 midpoints=old range;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps something else is coming into play in your map? ... Version of SAS, format of your choro variable, your legend statement, your data (numeric/char?), device you're using (png, gif, javaimg, actximg), etc.&amp;nbsp; We would probably need the rest of your sas job, and your data, to experiment and figure this one out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="foo.png" class="jive-image-thumbnail jive-image" height="499" src="https://communities.sas.com/legacyfs/online/4650_foo.png" width="708" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:25:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177903#M6528</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-12-19T13:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177904#M6529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy to know it can be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Version of SAS : &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SAS base 9.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I dont use a format I think, the variable is rounded after the first decimal so i would say the format of&amp;nbsp; CasesPers100k is *.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- legend statement i don't see what could cause this :&lt;/P&gt;&lt;P&gt;LEGEND1&lt;/P&gt;&lt;P&gt;ACROSS=1&lt;/P&gt;&lt;P&gt;POSITION=(BOTTOM LEFT INSIDE)&lt;/P&gt;&lt;P&gt;LABEL=("[Reported cases / 1E5 inhabitants]" position=(right bottom))&lt;/P&gt;&lt;P&gt;MODE=PROTECT&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- data is numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;device &lt;/SPAN&gt;is PNG I believe (it's the output of a stored process, so titles are HTML and the image is png)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its difficult to assemble all data and code because it's a stored process accessing macros within marcos. i'll try to gather everything as clean as possible and post it in a few minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177904#M6529</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2013-12-19T13:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177905#M6530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha! - The "stored process" hint might be the key here!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your stored process server is on Windows, then it silently defaults to device=actximg unless you override it ... and device=activeximg/activex does not support the 'range' option (as mentioned in the gmap choro doc). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how you can code a stored process to use device=png instead of taking the default. Note that in a stored process you cannot simply put "goptions device=png;" in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; %let _GOPT_DEVICE=png;&lt;/P&gt;&lt;P&gt; %let _ODSOPTIONS=gtitle gfootnote style=sasweb;&lt;/P&gt;&lt;P&gt; %stpbegin;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177905#M6530</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-12-19T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177906#M6531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here it is&lt;/P&gt;&lt;P&gt;- the map = be_arrond.sas7bdat&lt;/P&gt;&lt;P&gt;- the data = &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;postcodes_test.sas7bdat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;- the code &lt;/SPAN&gt;= &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;arrond_map_test.sas&lt;/SPAN&gt; (=macro + execution)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace "Common.BE_ARROND" on line 232 with the map&lt;/P&gt;&lt;P&gt;replace "WORK._0UPLOADTESTEPISTAT_PC" on line 334 with the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should produce &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;output.PNG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for helping me&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11612i24ACD8E76CABB2A9/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output.PNG" title="output.PNG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:59:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177906#M6531</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2013-12-19T13:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177907#M6532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a call to the stpbegin macro in your code.&lt;/P&gt;&lt;P&gt;How are you setting up the stored process? - through EG or something?&lt;/P&gt;&lt;P&gt;If so, you'll need to figure out how to override the actximg default, and use device=png via that interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that just because the image is a png file, doesn't mean that device=png is being used ... device=actximg produces a png file also (but it doesn't use SAS' device=png driver).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:04:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177907#M6532</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-12-19T14:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177908#M6533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I think you found it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;the macro is called by a very big stored process which writes this before the %stpbegin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;options mstored sasmstore=common fmtsearch=(common) minoperator;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;option noxwait xsync;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ODS path (PREPEND) WORK.TEMPLAT(WRITE);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ODS path (PREPEND) COMMON.TEMPLAT(READ);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ODS path show;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let _ODSDEST = html ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let _ODSSTYLE = wivisp1 ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let _ODSSTYLESHEET = ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%STPBEGIN ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I just added &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;%let _GOPT_DEVICE=png;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;before the %stpbegin and It made me ranges &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;IMG alt="Capture2.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4654_Capture2.PNG" width="450" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Great !&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;How can I round the values ? do I need to round up my choro variable ?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Also, now when I right-clic on the image and ask "Save as..." it creates an .htm file. Is this normal ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:18:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177908#M6533</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2013-12-19T14:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177909#M6534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a 'format' statement to apply a format to your choro variable, and it will generally use that in the numbers shown in the range.&amp;nbsp; Here is an example where I use a format statement to add 2 decimal places (in your case, you'll probably want to use a format such as comma10.0 to show 0 decimal places)...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;proc gmap data=maps.us map=maps.us;&lt;/P&gt;&lt;P&gt;format state comma10.2;&lt;/P&gt;&lt;P&gt;id state;&lt;/P&gt;&lt;P&gt;choro state / levels=5 midpoints=old range;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS/Graph device=png output created with ods html generally has both html and one (or more) png files. The html would have mouse-over text and drilldowns (if you used the html= option to specify them), and in your case the titles &amp;amp; footnotes (since the stored process defaults to nogtitle and nogfootnote). I would recommend using the options I recommended (above) to have the stored process use gtitles and gfootnotes, so that both your graph and the titles/footnotes are in the png file, and then all you have to worry about saving is just the png file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="format_map.png" class="jive-image-thumbnail jive-image" height="516" src="https://communities.sas.com/legacyfs/online/4655_format_map.png" width="731" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177909#M6534</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-12-19T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177910#M6535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Format works perfectly, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;%let _ODSOPTIONS=gtitle gfootnote;&lt;/P&gt;&lt;P&gt;create a real png as you said.&lt;/P&gt;&lt;P&gt;However I cannot force titles and footnotes in the png as it would burden users to remove it every time.&lt;/P&gt;&lt;P&gt;You see another solution than screenshots to download the png ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177910#M6535</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2013-12-19T14:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177911#M6536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically, when viewing SAS/Graph device=png (or even device=actximg) output in a web browser, I can right-click on the graph and save-as the png file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps the "thing" that's displaying the stored process is adding another layer of something? What browser are you using (IE, Chrome, Firefox, etc). And how are you displaying the stored process? (directly via stored process webapp url? via something in the BI portal? other?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177911#M6536</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-12-19T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmap choro : RANGE is not taken into account with MIDPOINTS=OLD</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177912#M6537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it's saving in png... chrome &amp;amp; firefox&lt;/P&gt;&lt;P&gt;strange..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perfect job &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 15:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gmap-choro-RANGE-is-not-taken-into-account-with-MIDPOINTS/m-p/177912#M6537</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2013-12-19T15:27:19Z</dc:date>
    </item>
  </channel>
</rss>

