[GRASS-dev] [bug #4944] (grass) d.vect.thematic: no lines displayed

this bug's URL: http://intevation.de/rt/webrt?serial_num=4944
-------------------------------------------------------------------------

Subject: d.vect.thematic: no lines displayed

Platform: GNU/Linux/x86
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: cvs_head_20060801

I am trying to display graduated lines (or lines with graduated colors) with d.vect.thematic. However, even though the legend displays the lines correctly, no lines are displayed in the display.

Here's the command line that the GIS manager creates:

d.vect.thematic -s map=test type=area column=FREQ layer=1 icon=basic/circle size=5 maxsize=20 nint=4 pointcolor=255:0:0 linecolor=0:0:0 startcolor=255:0:0 endcolor=0:0:255 themetype=graduated_lines monitor=none themecalc=interval colorscheme=blue-red -m

Using individual d.vect commands such as

d.vect map=test color=0:0:0 lcolor=0:0:0 fcolor=170:170:170 display=shape type=point,line,boundary,centroid,area icon=basic/x size=5 width=5 layer=1 lsize=8 xref=left yref=center llayer=1 {where=FREQ>=50 and FREQ<=57.5}

the lines display as expected.

Moritz

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

Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=4944 -------------------------------------------------------------------------

Subject: d.vect.thematic: no lines displayed

Platform: GNU/Linux/x86 grass obtained from: CVS grass binary for
platform: Compiled from Sources GRASS Version: cvs_head_20060801

I am trying to display graduated lines (or lines with graduated
colors) with d.vect.thematic. However, even though the legend
displays the lines correctly, no lines are displayed in the display.

Here's the command line that the GIS manager creates:

d.vect.thematic -s map=test type=area column=FREQ layer=1
icon=basic/circle size=5 maxsize=20 nint=4 pointcolor=255:0:0
linecolor=0:0:0 startcolor=255:0:0 endcolor=0:0:255
themetype=graduated_lines monitor=none themecalc=interval
colorscheme=blue-red -m

Sorry, just noticed my own error: type obviously has to be set to line, not area !

So "bug" can be closed. Sorry.

Moritz