Hi, I'm using the proc gmap to display some information connected to certain regions. To do this I used an annotation dataset point to the different regions. There are however parts of the annotation data set that have coordinates outside the actual display map. Is there anyway to increase the whitespace, zoom out or pan the map to include the whole anno dataset? Thanks! goptions reset=all border cback=white noborder ;* xpixels=1000 ypixels=1000;
legend1 label=('Applications') across=1 frame position=(bottom right outside) ;
proc gmap map=maps.SWEDEN data=both_maps_info;
id ID;
choro No_Disbursed/anno=LTV_Anno2 coutline=graycc legend=legend1;
%titlefix1(Disbursed MM and median LTV per county);
run;
... View more