Opened 16 years ago
Last modified 9 years ago
#342 reopened enhancement
ps.map: vpoints support for rgbcolumn as primary/secondary color
Reported by: | hamish | Owned by: | |
---|---|---|---|
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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Priority: | major → minor |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | ps.map: RGBCOLOR vector color support → ps.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 , 9 years ago
Milestone: | 6.4.0 → 6.4.6 |
---|
already done by Martin in r22597.
Hamish