[GRASSLIST:1149] ps.map and EPS files

Hi all,

I have added eps, eps sites and rectangle options and enabled drawing
outside map region in ps.map. Examples:

eps 110% 5%
  epsfile ./epsf/pok.eps
  scale .5
  rotate 45
end

sites s2
  size_att 1 # eps picture is scaled by double attribute nr.1 from sites file
  rotate -15
  eps ./epsf/sites/s$.eps # $ is replaced by category number, i.e. for each category one eps file
end

rectangle 100% 15% 120% 25%
  color magenta
  fcolor yellow
  width 2
end

In CVS now.

Radim