Sun, Jun 5 2005
22:50:21
|
|
Request created by jidanni@jidanni.org
|
|
Return-Path |
<jidanni@jidanni.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
To |
grass-bugs@intevation.de
|
Subject |
Some GRASS 6.0.0 bugs
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
Date |
Mon, 06 Jun 2005 04:01:10 +0800
|
Message-ID |
<87ll5oefp5.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 |
|
Some GRASS 6.0.0 bugs that would take too much modem time to mail separately:
d.zoom: vector layer shows beyond raster layer to fill up empty part
of monitor.
man page says v.univar is for rasters:
DESCRIPTION
v.univar calculates univariate statistics of a raster map
$ v.info ...
Type of Map: Vector (level: 2)
It should say "levels: 2", No?
v.what.rast sends six bells (^G) to the screen each run.
This returns an error but doesn't say why.
$ d.vect display=attr,shape attrcol=address map=bends2 xref=center \
lcolor=black lsize=7 bgcolor=white; echo $?
1
It only draws the shapes.
Oh, I needed llayer=2. Well it should still say something instead of
just exiting 1.
This allows me to say attrcol without causing an error:
$ d.vect display=cat attrcol=address map=bends2 xref=center \
lcolor=black lsize=7 bgcolor=white
$ man d.vect mentions 5.7 tutorial, not 6.0... better just say 'tutorial'
d.vect has no way to adjust line thickness
|
|
Sat, Aug 13 2005
13:36:41
|
|
Area changed to grass6 by msieczka
|
|
Wed, Aug 31 2005
22:07:56
|
|
Mail sent by mneteler
|
|
> Some GRASS 6.0.0 bugs that would take too much modem time to
> mail separately:
Please do mail them separately. Please also set the area to "grass6".
> d.zoom: vector layer shows beyond raster layer to fill up empty part
> of monitor.
Not sure what you mean.
> man page says v.univar is for rasters:
> DESCRIPTION
> v.univar calculates univariate statistics of a raster map
Fixed.
> $ v.info ...
> Type of Map: Vector (level: 2)
> It should say "levels: 2", No?
No. Level 2 is topology level:
See
http://mpa.itc.it/markus/grass60progman/Vector_Library.html#vlib_topology_management
> v.what.rast sends six bells (^G) to the screen each run.
It seems to issue warnings (AFAIK uses G_warning() which rings the bell).
Please post them.
> This returns an error but doesn't say why.
> $ d.vect display=attr,shape attrcol=address map=bends2 xref=center \
>
base/ CVS/ db.login/ drivers/ Makefile
> lcolor=black lsize=7 bgcolor=white; echo $?
> 1
> It only draws the shapes.
> Oh, I needed llayer=2. Well it should still say something instead of
> just exiting 1.
>
> This allows me to say attrcol without causing an error:
> $ d.vect display=cat attrcol=address map=bends2 xref=center \
>
base/ CVS/ db.login/ drivers/ Makefile
> lcolor=black lsize=7 bgcolor=white
I have no idea. Can you post an example based on Spearfish?
> $ man d.vect mentions 5.7 tutorial, not 6.0... better just say 'tutorial'
Link removed.
> d.vect has no way to adjust line thickness
Now it has (GRASS 6.1-CVS).
d.vect help 2>&1 | grep Line
width Line width
color Line color
Will close this report. Please post remaining issues as separate report.
|
|
Wed, Aug 31 2005
22:08:01
|
|
Status changed to resolved by mneteler
|
|