Tue, Jun 7 2005
18:59:00
|
|
Request created by jidanni@jidanni.org
|
|
Return-Path |
<jidanni@jidanni.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
To |
grass-bugs@intevation.de
|
Subject |
man v.label ps.map d.vect, etc.
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
Date |
Wed, 08 Jun 2005 00:54:40 +0800
|
Message-ID |
<877jh6p0of.fsf@jidanni.org>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
$ man v.label
v.label is all or nothing: no where=, no cats=3,5,4.
labels=string
Name of a paint-label file
Is that the output file? If so, say so.
Flags:
-a Create labels along lines
Nobody grasps the meaning of this without further explanation.
Also mention how the program figures where along the line to put a
label(s). Say how to make pretty contour lines values, and give a way
to say how many times to repeat the value along the contour line.
p.map is mentioned but it doesn't exist now.
font Font
default: standard
Mention what else we can choose.
Wait, I even see font=zzzzzzzzz works. Oh.
P.S.,
$ man ps.map
EXAMPLE:
labels town.names
You need an "end" after this!!
labels
Selects a labels file for output (see manual entry for p.labels ).
USAGE: labels labelfile|list
font font name
end
Seems like changing the font name here has no effect. Also say
font_name, one word. And if we can change the font name here, why not
also the font size, etc.
$ man d.vect
-i Use values from 'cat' option as line id
You mean cats option.
Also say if -i is equivalent to saying some other options. And
explain further what is going on.
Parameters:
map=string
echo "update testisola set GRASSRGB='123:45:237' where cat=139"
|
db.execute
Say cats=
-x Don't add to list of vectors and commands in monitor
Explain further.
P.S.,
$ echo ALTER TABLE c3a ADD COLUMN house int|db.execute
$ echo UPDATE c3a SET house=cat|db.execute
DBMI-DBF driver error:
SQL parser error in statement:
UPDATE c3a SET house=cat
Error in db_execute_immediate()
ERROR: Error while executing: "UPDATE c3a SET house=cat
Gee, sorry. 6.0.0
P.S., I see binary junk appended:
$ cat -v grassdata/shangcheng/addressing/hist/c2|tail -7
generated by v.surf.rst
tension=40.000000, smoothing=0.100000
...
zmin_int=6.386416, zmax_int=1209.749824
@M-^Hk@^A
|
|
Wed, Jul 6 2005
13:28:38
|
|
Comments added by hbowman
|
|
fixed some of the v.labels and ps.map issues.
p.map
labels end
labels fontname
Hamish
|
|
Wed, Jul 6 2005
13:40:55
|
|
Comments added by hbowman
|
|
|
Sat, Aug 13 2005
13:21:15
|
|
Area changed to grass6.1 by msieczka
|
|
Wed, Aug 31 2005
20:51:55
|
|
Area changed to grass6 by mneteler
|
|
Thu, Sep 1 2005
01:56:03
|
|
Comments added by dcalvelo
|
|
WRT:
======quote======
P.S.,
$ echo ALTER TABLE c3a ADD COLUMN house int|db.execute
$ echo UPDATE c3a SET house=cat|db.execute
DBMI-DBF driver error:
SQL parser error in statement:
UPDATE c3a SET house=cat
Error in db_execute_immediate()
ERROR: Error while executing: "UPDATE c3a SET house=cat
Gee, sorry. 6.0.0
======/quote======
This is resolved.
Daniel. |
|
Thu, Nov 3 2005
07:53:41
|
|
Comments added by dcalvelo
|
|
They are all resolved, then? It seems so to me... |
|
Thu, Nov 3 2005
20:54:29
|
|
Comments added by dcalvelo
|
|
d.vect -x unclear fixed in CVS. That was the last one. Resolving. |
|
Thu, Nov 3 2005
20:54:38
|
|
Status changed to resolved by dcalvelo
|
|