[GRASS-SVN] r47783 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 19 17:11:50 EDT 2011


Author: annakrat
Date: 2011-08-19 14:11:50 -0700 (Fri, 19 Aug 2011)
New Revision: 47783

Modified:
   grass/trunk/gui/wxpython/gui_modules/colorrules.py
Log:
wxNviz: fix bug in width and size thematic mapping

Modified: grass/trunk/gui/wxpython/gui_modules/colorrules.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/colorrules.py	2011-08-19 20:36:45 UTC (rev 47782)
+++ grass/trunk/gui/wxpython/gui_modules/colorrules.py	2011-08-19 21:11:50 UTC (rev 47783)
@@ -1498,11 +1498,11 @@
             return
         
         cmdlist = ['d.vect',
-                    '-a',
                    'map=%s' % self.inmap,
                    'type=point,line,boundary,area']
                 
         if self.attributeType == 'color':
+            cmdlist.append('flags=a')
             cmdlist.append('rgb_column=%s' % self.properties['tmpColumn'])
         elif self.attributeType == 'size':
             cmdlist.append('size_column=%s' % self.properties['tmpColumn'])



More information about the grass-commit mailing list