Fri, Feb 15 2002
11:59:04
|
|
Request created by guest
|
|
Subject: d.vect.line does not draw lines
Platform: Linux/Intel
Linux distro: Debian
linux cpu: Intel (i486, i586, pentium ...)
Xwindows version: Xfree 4.0.x
Xwindows manager: WindowMaker
TclTk version: tcl/tk 8.2
grass downloaded at: Trento site
grass binary for platform: I compiled the sources myself
grass sources source: exp_snap_13202
c compiler name: gcc
When I launch
d.vect.line mapname
I just get a line saying
drawing lines ... 0%
and then it exits without anything on the monitor.
With
d.vect mapname
I see the map, just as with
d.vect.area mapname
I had to compile d.vect.line individually with gmake5/gmakelinks5 after the general
compilation with make (see relevant message in grass-developers list), so maybe
that causes the problem. |
|
Wed, Feb 27 2002
03:14:41
|
|
Status changed to resolved by egmiller
|
|
Wed, Feb 27 2002
03:14:41
|
|
Taken by egmiller
|
|
Wed, Feb 27 2002
03:14:41
|
|
Comments added by egmiller
|
|
This is not an error. d.vect.line only draws labelled lines. If none of your
lines are labelled, none of them will be drawn. This is so area boundaries
may be differentiated from other line work. d.vect is still the general
purpose module for drawing all the lines in a vector map. |
|