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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 29 02:56:31 PST 2014


Author: martinl
Date: 2014-12-29 02:56:31 -0800 (Mon, 29 Dec 2014)
New Revision: 63807

Modified:
   grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py
Log:
d.vect.thematic: rename color options (#2409)


Modified: grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py
===================================================================
--- grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py	2014-12-29 08:56:42 UTC (rev 63806)
+++ grass/trunk/scripts/d.vect.thematic/d.vect.thematic.py	2014-12-29 10:56:31 UTC (rev 63807)
@@ -106,7 +106,7 @@
 #% guisection: Color
 #%end
 #% option
-#% key: pointcolor
+#% key: point_color
 #% type: string
 #% label: Color for graduated points map
 #% description: GRASS named color or R:G:B triplet. Set color scheme to single color
@@ -115,7 +115,7 @@
 #% guisection: Color
 #%end
 #% option
-#% key: linecolor
+#% key: line_color
 #% type: string
 #% label: Color for graduated lines or point/area outlines
 #% description: GRASS named color or R:G:B triplet. Set color scheme to single color.
@@ -124,7 +124,7 @@
 #% guisection: Color
 #%end
 #% option
-#% key: startcolor
+#% key: start_color
 #% type: string
 #% label: Beginning color for custom color gradient
 #% description: Must be expressed as R:G:B triplet
@@ -133,7 +133,7 @@
 #% guisection: Color
 #%end
 #% option
-#% key: endcolor
+#% key: end_color
 #% type: string
 #% label: Ending color for custom color gradient
 #% description: Must be expressed as R:G:B triplet



More information about the grass-commit mailing list