Ticket #528 (closed defect: fixed)
wxGUI cmd: r.mapcalc fails (quoting + args with spaces)
| Reported by: | neteler | Owned by: | martinl |
|---|---|---|---|
| Priority: | major | Milestone: | 6.4.0 |
| Component: | wxGUI | Version: | svn-develbranch6 |
| Keywords: | Cc: | grass-dev@… | |
| Platform: | All | CPU: | All |
Description
Running in Cmd> of wxGUI the following commands (NC data set):
r.buffer lakes out=lakes_buff dist=60,120,240,500 --o r.mapcalc "developed_lake=if(landuse96_28m==1 || landuse96_28m==2, lakes_buff, null())"
leads to
r.mapcalc "developed_lake=if(landuse96_28m==1 || landuse96_28m==2, lakes_buff, null())" syntax error, unexpected $end, expecting '=' Parse error
Maybe the " chars are not protected?
Markus
Unrelated idea: make the > of Cmd > clickable to clear the line?

