Show the projected map.


proc gmap map=skew data=skew all;
   id state;
   choro state / nolegend levels=1;
run;
quit;