Opened 17 years ago
Closed 17 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)
Change History (4)
by , 17 years ago
Attachment: | d-vect-shape-area.diff added |
---|
comment:1 by , 17 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 , 17 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Patch applied in trunk, r30561. Martin
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Do not display area shape when disp=shape is not given