Ticket #71 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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@…
Platform: CPU:

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

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

Change History

Changed 4 years ago by martinl

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

Changed 4 years ago by martinl

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

Changed 4 years ago by martinl

  • cc grass-dev@… added
  • owner changed from grass-dev@… to martinl
  • status changed from new to assigned

Patch applied in trunk, r30561. Martin

Changed 4 years ago by martinl

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.