Show projected map.
proc gmap map=reflib.us48proj
          data=reflib.us48proj all;
   id state;
   choro state / nolegend;
run;
quit;