Opened 16 years ago

Last modified 8 years ago

#342 reopened enhancement

ps.map: vpoints support for rgbcolumn as primary/secondary color

Reported by: hamish Owned by: grass-dev@…
Priority: minor Milestone: 6.4.6
Component: Ps.map Version: svn-develbranch6
Keywords: ps.map Cc:
CPU: All Platform: All

Description

Hi,

for the ps.map TODO list:

add support for getting primary color from RGBCOLOR column in the vector map. (as with d.vect)

Hamish

Change History (3)

comment:1 by hamish, 15 years ago

Resolution: fixed
Status: newclosed

already done by Martin in r22597.

Hamish

comment:2 by hamish, 15 years ago

Priority: majorminor
Resolution: fixed
Status: closedreopened
Summary: ps.map: RGBCOLOR vector color supportps.map: vpoints support for rgbcolumn as primary/secondary color

oops, not implemented yet.

In the original request what I should have written was WRT vpoints symbols: if symbol is just lines (cross1 [+], x, etc) then color=rgbcolumn, fillcolor=unused. If symbol has some fill area (circle, box, etc) then color_border=$VARIABLE and fillcolor=rgbcolumn. i.e. primary/secondary color not line_color/fill_color, with rgbcolumn supplying primary color.

currently for vpoints rgbcolumn only sets fillcolor.

the equivalent graphics driver code is D_symbol2() in lib/display/symbol.c.

Hamish

comment:3 by neteler, 8 years ago

Milestone: 6.4.06.4.6
Note: See TracTickets for help on using tickets.