[GRASS-dev] ps.map: pattern for vpoints ?

Hello all, but especially Hamish,

How difficult would it be to enable the pat option for vpoints in ps.map ?
We would like to be able to use patterns in circles of differents sizes.

Moritz

Moritz Lennert wrote:

How difficult would it be to enable the pat option for vpoints in
ps.map ? We would like to be able to use patterns in circles of
differents sizes.

I guess not difficult, just copy over the .eps code from vareas. I don't
have time to work on this right now, but feel free to file a wish.

an easy work-around is to use "v.buffer bufcol=" to create circles then
use ps.map's vareas with the pat instruction.

Hamish