[GRASS-dev] [GRASS GIS] #2521: d.vect.thematic, "Neither MONITOR (managed by d.mon command) nor" error

GRASS GIS trac at osgeo.org
Thu Jan 1 10:28:55 PST 2015


#2521: d.vect.thematic, "Neither MONITOR (managed by d.mon command) nor" error
-----------------------------+----------------------------------------------
 Reporter:  jamesp670        |       Owner:  grass-dev@…              
     Type:  defect           |      Status:  new                      
 Priority:  normal           |   Milestone:  7.0.0                    
Component:  Display          |     Version:  svn-releasebranch70      
 Keywords:  d.vect.thematic  |    Platform:  Linux                    
      Cpu:  x86-64           |  
-----------------------------+----------------------------------------------

Comment(by martinl):

 You need to enable direct rendering (1) or start graphic monitor (2) to
 use d.vect.thematic. Now the module prints the error message without
 traceback:

 {{{
 d.vect.thematic obce_polygon column=statuskod
 ERROR: Neither MONITOR (managed by d.mon command) nor
 GRASS_RENDER_IMMEDIATE (used for direct rendering) defined)
 }}}

 Start monitor:

 {{{
 d.mon wx0
 }}}

 or file-based, eg.

 {{{
 d.mon cairo out=thematic.png
 }}}

 {{{
 d.vect.thematic obce_polygon column=statuskod
 }}}

 (1) http://grass.osgeo.org/grass71/manuals/variables.html#list-of-
 selected-grass-environment-variables-for-rendering
 (2) http://grass.osgeo.org/grass71/manuals/d.mon.html

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/2521#comment:2>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list