Show the unreduced map. The ID statement specifies the variable in the map data set that defines unit areas.


proc gmap map=maps.canada2 data=maps.canada2 all;
  id province;
  choro province / nolegend;
run;