[GRASS-user] Adding map to layer manager (wxpython GUI) from grass console?

Rich Shepard rshepard at appl-ecosys.com
Wed Feb 6 07:52:56 PST 2019


On Wed, 6 Feb 2019, Joe wrote:

> GRASS 7.2.2 (gisdemo_ncspm):~ > d.rast map=basins at PERMANENT
> ERROR: Neither MONITOR (managed by d.mon command) nor
>       GRASS_RENDER_IMMEDIATE (used for direct rendering) defined
> ------------------------------------------------------------------------------------------------

Joe,

First, open a display monitor:

d.mon start=wx0

When you're finished, close the monitor:

d.mon stop=wx0

Of course, you can open multiple monitors (I don't know the maximum as I've
used only 2 at most) by incrementing the wxN integer.

HTH,

Rich


More information about the grass-user mailing list