Show reduced map with density levels 0-2. The DENSITY= option specifies the density levels that are used.
proc gmap map=can2 data=can2 all density=2; id province; choro province / nolegend; run; quit;