Opened 10 years ago

Closed 10 years ago

#2308 closed defect (fixed)

d.vect: size<1 makes points disappear when using size_column

Reported by: mlennert Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: Display Version: svn-trunk
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

In NC dataset with grass_trunk:

d.vect hospitals size=1 icon=basic/circle
d.erase
d.vect hospitals size=0.5 icon=basic/circle

=> one can see a change in size

d.vect -r hospitals size=1 icon=basic/circle size_column=HLS_
d.vect -r hospitals size=0.5 icon=basic/circle size_column=HLS_

=> no circles are displayed when size < 1 (same result with or without the -r flag).

In 6.4.3 the combination of size<1 and size_column works perfectly.

Change History (1)

comment:1 by mlennert, 10 years ago

Resolution: fixed
Status: newclosed

Fixed with r60438/r60439.

Note: See TracTickets for help on using tickets.