#998: v.colors color column selection bug - default GRASSRGB not show in dialog
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
When using v.colors via wxGUI, the default GRASSRGB is not show in the
dialog
but instead all existing table columns (see screenshot).
{{{
v.colors
...
#%Option
#% key: rgb_column
#% type: string
#% required: no
#% description: Name of color column to populate
#% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
#% answer: GRASSRGB
#% guisection: Colors
#%End
}}}
In d.vect, the column selector in the "Colors" tab is deactivated (also
confusing).
For all such color column selectors, the "GRASSRGB" should be predefined
and be the first choice in the color column selector.
Replying to [ticket:998 neteler]:
> When using v.colors via wxGUI, the default GRASSRGB is not show in the
dialog
> but instead all existing table columns (see screenshot).
>
> In d.vect, the column selector in the "Colors" tab is deactivated (also
> confusing).
>
> For all such color column selectors, the "GRASSRGB" should be predefined
> and be the first choice in the color column selector.