Module: nagvis Branch: master Commit: d13af0a3ab65f6dd8816f45faaa4c47794f011e8 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=d13af0a3ab65f6dd8816f45faaa4c47794f011e8
Author: Lars Michelsen <[email protected]> Date: Wed Apr 14 20:41:37 2010 +0200 #248 line_width is now an optional parameter for stateless lines --- share/server/core/classes/GlobalMapCfg.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalMapCfg.php b/share/server/core/classes/GlobalMapCfg.php index 82f9d5c..2f3a24c 100644 --- a/share/server/core/classes/GlobalMapCfg.php +++ b/share/server/core/classes/GlobalMapCfg.php @@ -1094,7 +1094,7 @@ class GlobalMapCfg { 'line_type' => Array('must' => 1, 'match' => MATCH_INTEGER, 'field_type' => 'dropdown'), - 'line_width' => Array('must' => 1, + 'line_width' => Array('must' => 0, 'default' => '3', 'match' => MATCH_INTEGER), 'line_color' => Array('must' => 0, ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
