| The GMAP Procedure |
| Procedure features: |
| |||||||||
| Sample library member: | GMPROSUR |
![[Rotating and Tilting a Surface Map]](images/gmprosur.gif)
This example tilts and rotates the surface map and uses more lines to draw the surface.
| |
goptions reset=all border; |
| |
title1 "Population in Europe (2005)"; footnote1 j=r "GMPROSUR"; |
| |
proc gmap map=maps.europe data=sashelp.demographics;
id id;
surface pop / constant=4
nlines=100
rotate=40
tilt=60;
run;
quit; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.