[GRASS-dev] [GRASS GIS] #528: wxGUI cmd: r.mapcalc fails
GRASS GIS
trac at osgeo.org
Fri Mar 13 03:21:58 EDT 2009
#528: wxGUI cmd: r.mapcalc fails
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
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?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/528>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list