[GRASS-SVN] r63884 - grass/trunk/scripts/d.vect.thematic

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 31 02:25:55 PST 2014


Author: martinl
Date: 2014-12-31 02:25:55 -0800 (Wed, 31 Dec 2014)
New Revision: 63884

Modified:
   grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py
Log:
fix bug introduced in r63807


Modified: grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py
===================================================================
--- grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py	2014-12-31 06:00:26 UTC (rev 63883)
+++ grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py	2014-12-31 10:25:55 UTC (rev 63884)
@@ -234,18 +234,18 @@
     breakpoints = options['breakpoints']
     colorscheme = options['colorscheme']
     column = options['column']
-    endcolor = options['endcolor']
+    endcolor = options['end_color']
     group = options['group']
     layer = options['layer']
-    linecolor = options['linecolor']
+    linecolor = options['line_color']
     map = options['map']
     maxsize = options['maxsize']
     monitor = options['monitor']
     nint = options['nint']
-    pointcolor = options['pointcolor']
+    pointcolor = options['point_color']
     psmap = options['psmap']
     size = options['size']
-    startcolor = options['startcolor']
+    startcolor = options['start_color']
     themecalc = options['themecalc']
     themetype = options['themetype']
     type = options['type']



More information about the grass-commit mailing list