[GRASSLIST:6212] the order of draw in ps.map

Greeting to all:

i'm using the ps.map and don't know how do chages the
order in which draw?. I saw that first draw the POINT
vector, after the LINE vector and the last the AREA
vector and the LABELS, i need first to draw AREA
vector, after LINE vector, after POINT vector and
LABELS.

In the instruction file to ps.map i put the
instructions in the order that a wish but when runs it
draw in different order.

Which help will be best regards, tks. Miguel ;%)

LCA Miguel A. Altamirano del C.
"Los Mexicanos llevamos la fiesta en la garganta"

Tel. 01(232)32 45208

La belleza de la meteorología radica en saber
pronosticarla y no simplemente en estudiarla
      (Miguel A. Altamirano 28-5-00)

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

i'm using the ps.map and don't know how do chages the
order in which draw?. I saw that first draw the POINT
vector, after the LINE vector and the last the AREA
vector and the LABELS, i need first to draw AREA
vector, after LINE vector, after POINT vector and
LABELS.

In the instruction file to ps.map i put the
instructions in the order that a wish but when runs it
draw in different order.

from the ps.map help page:

"The order of commands is generally unimportant but may affect how some
layers are drawn. For example to plot vpoints above vareas list the
vpoints entry first."

http://grass.ibiblio.org/grass60/manuals/html60_user/ps.map.html

Hamish