Opened 16 years ago

Closed 16 years ago

#71 closed defect (fixed)

d.vect: disp=cat or attr draws area shapes

Reported by: hamish Owned by: martinl
Priority: minor Milestone: 6.4.0
Component: Default Version: unspecified
Keywords: Cc: grass-dev@…
CPU: Unspecified Platform: Unspecified

Description

Hi,

d.vect disp=cat,attr, etc. *without disp=shape* still draws vector areas (but not lines).

#spearfish:
# area vector: draws labels AND vector areas
d.vect fields disp=cat
d.erase
d.vect fields disp=attr attrcol=label

# line vector: draws only labels
d.erase 
d.vect roads disp=cat
d.erase
d.vect roads disp=attr attrcol=label

happens with at least GRASS 6.2.1 - 6.3svn

Hamish

Attachments (1)

d-vect-shape-area.diff (1.2 KB ) - added by martinl 16 years ago.
Do not display area shape when disp=shape is not given

Download all attachments as: .zip

Change History (4)

by martinl, 16 years ago

Attachment: d-vect-shape-area.diff added

Do not display area shape when disp=shape is not given

comment:1 by martinl, 16 years ago

The attached patch

http://trac.osgeo.org/grass/attachment/ticket/71/d-vect-shape-area.diff

should avoid displaying area shape when display=shape is not given. Martin

comment:2 by martinl, 16 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

Patch applied in trunk, r30561. Martin

comment:3 by martinl, 16 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.