Hi all,<div><br><div>When i use a parameter to assign the output map name of r.mapcalc in GRASS7 for windows, it gives an error message saying:</div><div><br></div><div><div>Command 'd.rast map=viewshed2@PERMANENT' failed</div>
<div>Details: Unknown display driver <cairo></div><div><br></div>
</div><div>routput is a parameter set by options (routput = options['routput'])</div><div>grass.mapcalc("routput = viewshed + 1", overwrite = True, quiet = True)</div><div><br></div><div><br></div><div>
However, when i just assign a name for the map without a parameter  the output writes in the current MAPSET.</div>
<div>Here, viewshed1 is the new map after r.mapcalc operation</div><div><br></div><div><br></div><div>grass.mapcalc("viewshed1 = viewshed + 1", overwrite = True, quiet = True)</div><div><br></div><div>What is the cause for this?</div>

</div>