#528: wxGUI cmd: r.mapcalc fails ----------------------+----------------------------------------------------- Reporter: neteler | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: major | Milestone: 6.4.0 Component: wxGUI | Version: svn-develbranch6 Resolution: | Keywords: Platform: All | Cpu: All ----------------------+----------------------------------------------------- Comment (by martinl):
Replying to [ticket:528 neteler]: {{{ > 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? yes, anyway it should without quotation marks {{{ r.mapcalc developed_lake = if(landuse96_28m==1 || landuse96_28m==2, lakes_buff, null()) }}} Martin -- Ticket URL: <http://trac.osgeo.org/grass/ticket/528#comment:2> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev