Ticket #1409 (closed defect: fixed)
wxGUI command console does not parse correctly "help" and first parameter
| Reported by: | philippbs | Owned by: | martinl |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4.2 |
| Component: | wxGUI | Version: | svn-releasebranch64 |
| Keywords: | cmd, d. | Cc: | grass-dev@… |
| Platform: | All | CPU: | x86-64 |
Description
The wxGUI command line console does not parse commands correctly, critically the 'help' option does not work. e.g.
d.vect help
results in
ERROR: Rendering failed
and erases the map display and it leads to the undesired creation of a layer 'help' in the Map Layers tab.
Similarly, implicit parameter declarations are not parsed, e.g. (using the North Carolina dataset)
d.vect streams
results in the same error message as above and the creation of a layer 'streams' in Map Layers.
Change History
Note: See
TracTickets for help on using
tickets.
