#1702 closed defect (fixed)
column selector for v.distance in wxGUI doesn't work
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | wxGUI | Version: | unspecified |
Keywords: | column select | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
The column selector drop down for v.distance in the GUI dialog does not work. The same problem happens on a couple other modules, probably for the same reason.
Change History (8)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
That makes sense. But seems like there ought to be a way to fix this. Typing the column name is a workaround of course.
Michael
comment:3 by , 12 years ago
Milestone: | 6.4.3 → 6.4.4 |
---|
This probably requires changes to g.parser and this will not happen now, changing milestone.
As a temporary solution, I would suggest that combobox (drop down selector) can be changed to simple text input field. This could avoid confusion of the user.
comment:6 by , 9 years ago
Milestone: | 6.4.4 → 6.4.6 |
---|
comment:7 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed in all current GRASS 7 versions. I assume that no one will fix in legacy GRASS 6. Closing
comment:8 by , 6 years ago
Milestone: | 6.4.6 → 7.0.0 |
---|
Replying to cmbarton:
The reason is that the wxGUI does not know to which vector the column option belongs if a module operates with more than one input vector map, such as v.distance. That would require some information to be stored with a particular column option, to what vector and layer option it belongs. Similarly, the wxGUI does not know to which vector a layer or table option belongs.
Markus M