[GRASS-dev] [GRASS GIS] #3520: colorize vector layers in GUI by default

GRASS GIS trac at osgeo.org
Mon Mar 19 02:46:06 PDT 2018


#3520: colorize vector layers in GUI by default
--------------------------+----------------------------
  Reporter:  martinl      |      Owner:  grass-dev@…
      Type:  task         |     Status:  new
  Priority:  normal       |  Milestone:  7.6.0
 Component:  wxGUI        |    Version:  unspecified
Resolution:               |   Keywords:  vector, colors
       CPU:  Unspecified  |   Platform:  Unspecified
--------------------------+----------------------------

Comment (by martinl):

 Currently this option is disabled. For next main release 7.6 I would
 suggest to enable it by default. Reasons:

 * all vector maps displayed in black feature and grey area fill color
 * most of users perform colorization after adding new layers to map
 display
 * colorization based on categories does not really influence display speed
 so much, simple test below

 {{{
 $ v.info parcely -t | grep 'area'
 areas=362508

 $ time d.vect parcely

 real    0m15.764s

 $ time d.vect parcely -c
 d.vect complete.

 real    0m15.533s
 }}}

 What do you think?

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3520#comment:3>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list