Module: nagvis Branch: master Commit: f95a45ca2a93fd456783ddf339a53fb279ee8ce9 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=f95a45ca2a93fd456783ddf339a53fb279ee8ce9
Author: Lars Michelsen <[email protected]> Date: Sat Aug 21 22:50:14 2010 +0200 Fixes field types of new weathermap line values --- share/server/core/classes/GlobalMapCfg.php | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/share/server/core/classes/GlobalMapCfg.php b/share/server/core/classes/GlobalMapCfg.php index f763b16..3b06e04 100644 --- a/share/server/core/classes/GlobalMapCfg.php +++ b/share/server/core/classes/GlobalMapCfg.php @@ -243,7 +243,6 @@ class GlobalMapCfg { 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_width' => Array('must' => 0, @@ -371,7 +370,6 @@ class GlobalMapCfg { 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_width' => Array('must' => 0, @@ -544,7 +542,6 @@ class GlobalMapCfg { 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_width' => Array('must' => 0, @@ -719,21 +716,18 @@ class GlobalMapCfg { 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_label_pos_in' => Array( 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_label_pos_out' => Array( 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_width' => Array('must' => 0, @@ -917,7 +911,6 @@ class GlobalMapCfg { 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_width' => Array('must' => 0, @@ -1082,7 +1075,6 @@ class GlobalMapCfg { 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_width' => Array('must' => 0, @@ -1222,7 +1214,6 @@ class GlobalMapCfg { 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, - 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), 'line_width' => Array('must' => 0, ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
