[GRASS5] [bug #3170] (grass) v.label help mentions p.map, which is gone

Dan Jacobson <jidanni@jidanni.org> wrote:

v.label help mentions p.map, which is gone.
d.paint.labels help also mentions some p things.
g.manual v.label doesn't say what d program one uses to display the labels.

These are fixed as I can see.

And this probably is busted these days:
v.label -a map=contourtest5 column=level labels=contourtest8
Labeled 57 lines.
d.paint.labels labels=contourtest8Dan
Error: rotate: 15.924559...
Without the -a the error messages are gone, but it just draws circles on
the monitor, just the same.

What about this one? Anybody?

P.S.
v.out.ascii contourtest5 out=contourtest99
find ~jidanni/tmp/grassdata -cmin -1
doesn't find anything, nor does -mmin, i.e., v.out.ascii doesn't do anything
anymore.

And this, does anybody know?

Maciek

P.S.

Dan, could you retest and post an update or tell me to close the bug?

-------------------------------------------- Managed by Request Tracker

>And this probably is busted these days:
>v.label -a map=contourtest5 column=level labels=contourtest8
>Labeled 57 lines.
>d.paint.labels labels=contourtest8Dan
>Error: rotate: 15.924559...
>Without the -a the error messages are gone, but it just draws circles
>on the monitor, just the same.

What about this one? Anybody?

I did a bit of a fix up on d.paint.labels in June to support rotated
text. Everything should be a-ok now.

>v.out.ascii contourtest5 out=contourtest99
>find ~jidanni/tmp/grassdata -cmin -1
>doesn't find anything, nor does -mmin, i.e., v.out.ascii doesn't do
>anything anymore.

And this, does anybody know?

Only features with a category number will be exported. In points mode
only points will be exported. I've added a note to the help page.

Closing the bug.

Hamish