Features: |
MAP= required argument referring to traditional map data DATA= required argument referring to response data ID statement
|
Other features: |
The global PATTERN statement Annotate Facility |
Data set: | MAPS.BELARUS (map data) |
Sample library member: | GMPLABEL |
goptions reset=all border;
title "Labeling Provinces with the MAPLABEL Macro";
pattern1 value=empty color=blue repeat=6;
%annomac; %maplabel (maps.belarus, maps.belarus2, work.labelout, idname, id, font=Arial Black, color=crimson, size=4, hsys=3);
proc gmap map=maps.belarus data=maps.belarus; id id; choro id / stat=sum nolegend annotate=labelout; run; quit;
%annomac; %maplabel (maps.belarus, maps.belarus2, work.labelout, idname, id, font=Arial Black, color=crimson, size=4, hsys=3);