Browse Source

d.vect.thematic: rename color options (https://trac.osgeo.org/grass/ticket/2409)
(merge https://trac.osgeo.org/grass/changeset/63807 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63810 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 10 years ago
parent
commit
0dd910f094
1 changed files with 4 additions and 4 deletions
  1. 4 4
      scripts/d.vect.thematic/d.vect.thematic.py

+ 4 - 4
scripts/d.vect.thematic/d.vect.thematic.py

@@ -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