[GRASS-dev] nviz colored vectors

Here is colored vector patch for nviz. It uses grassrgb attribute to get line
colors. Displaying of line vectors should work, area vectors aren't
implemented.

Radek Bartoň

(attachments)

diff.txt (4.42 KB)

Here is colored vector patch for nviz. It uses grassrgb attribute to
get line colors. Displaying of line vectors should work, area vectors
aren't implemented.

Hi Radek,

thanks for the patch, can you please re-send it as a "unidiff"?

cvs diff -u grass6/lib/ogsf/

"diff -u" provides context to the changes and is safer to use.

thanks,
Hamish

Hamish wrote:

> Here is colored vector patch for nviz. It uses grassrgb attribute to
> get line colors. Displaying of line vectors should work, area vectors
> aren't implemented.

Hi Radek,

thanks for the patch, can you please re-send it as a "unidiff"?

cvs diff -u grass6/lib/ogsf/

Better still, add "diff -u" to your ~/.cvsrc file.

Nobody uses diff's default output format; most people use either the
context (-c) or unified (-u) formats.

--
Glynn Clements <glynn@gclements.plus.com>

Hamish wrote:
> > Here is colored vector patch for nviz. It uses grassrgb attribute to
> > get line colors. Displaying of line vectors should work, area vectors
> > aren't implemented.
>
> Hi Radek,
>
> thanks for the patch, can you please re-send it as a "unidiff"?
>
> cvs diff -u grass6/lib/ogsf/

Better still, add "diff -u" to your ~/.cvsrc file.

Nobody uses diff's default output format; most people use either the
context (-c) or unified (-u) formats.

OK, here is new diff.

--
الظفر بالضعيف هزيمة

(attachments)

diff2.txt (6.42 KB)