Module: nagvis
Branch: master
Commit: aeb8047dd79c2ecf36fa6092d45e2204fb6ce7d1
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=aeb8047dd79c2ecf36fa6092d45e2204fb6ce7d1

Author: LaMi <[email protected]>
Date:   Sun Mar 21 20:42:00 2010 +0100

#225 changed default z coords of statefull objects to 10

---

 share/server/core/classes/GlobalMapCfg.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/share/server/core/classes/GlobalMapCfg.php 
b/share/server/core/classes/GlobalMapCfg.php
index 4803012..1fc8d57 100644
--- a/share/server/core/classes/GlobalMapCfg.php
+++ b/share/server/core/classes/GlobalMapCfg.php
@@ -300,7 +300,7 @@ class GlobalMapCfg {
                                'y' => Array('must' => 1,
                                        'match' => MATCH_FLOAT),
                                'z' => Array('must' => 0,
-                                       'default' => 1,
+                                       'default' => 10,
                                        'match' => MATCH_INTEGER),
                                'backend_id' => Array('must' => 0,
                                        'default' => '',
@@ -457,7 +457,7 @@ class GlobalMapCfg {
                                'y' => Array('must' => 1,
                                        'match' => MATCH_FLOAT),
                                'z' => Array('must' => 0,
-                                       'default' => 1,
+                                       'default' => 10,
                                        'match' => MATCH_INTEGER),
                                'backend_id' => Array('must' => 0,
                                        'default' => '',
@@ -618,7 +618,7 @@ class GlobalMapCfg {
                                'y' => Array('must' => 1,
                                        'match' => MATCH_FLOAT),
                                'z' => Array('must' => 0,
-                                       'default' => 1,
+                                       'default' => 10,
                                        'match' => MATCH_INTEGER),
                                'backend_id' => Array('must' => 0,
                                        'default' => '',
@@ -786,7 +786,7 @@ class GlobalMapCfg {
                                'y' => Array('must' => 1,
                                        'match' => MATCH_FLOAT),
                                'z' => Array('must' => 0,
-                                       'default' => 1,
+                                       'default' => 10,
                                        'match' => MATCH_INTEGER),
                                'backend_id' => Array('must' => 0,
                                        'default' => '',
@@ -939,7 +939,7 @@ class GlobalMapCfg {
                                'y' => Array('must' => 1,
                                        'match' => MATCH_FLOAT),
                                'z' => Array('must' => 0,
-                                       'default' => 1,
+                                       'default' => 10,
                                        'match' => MATCH_INTEGER),
                                
                                'view_type' => Array('must' => 0,
@@ -1085,7 +1085,7 @@ class GlobalMapCfg {
                                'y' => Array('must' => 1,
                                        'match' => MATCH_FLOAT),
                                'z' => Array('must' => 0,
-                                       'default' => 1,
+                                       'default' => 10,
                                        'match' => MATCH_INTEGER),
                                'line_type' => Array('must' => 1,
                                        'match' => MATCH_INTEGER,
@@ -1131,7 +1131,7 @@ class GlobalMapCfg {
                                'y' => Array('must' => 1,
                                        'match' => MATCH_INTEGER),
                                'z' => Array('must' => 0,
-                                       'default' => 1,
+                                       'default' => 5,
                                        'match' => MATCH_INTEGER),
                                'background_color' => Array('must' => 0,
                                        'default' => '#C0C0C0',


------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to