Module: nagvis Branch: master Commit: 4a7586f3842325a2e15a2f1c1dcb7c531856ea14 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=4a7586f3842325a2e15a2f1c1dcb7c531856ea14
Author: Lars Michelsen <[email protected]> Date: Sat Aug 21 22:34:16 2010 +0200 Fixed minor problems in latest changes --- share/server/core/classes/GlobalMapCfg.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/server/core/classes/GlobalMapCfg.php b/share/server/core/classes/GlobalMapCfg.php index 3a17fbf..f763b16 100644 --- a/share/server/core/classes/GlobalMapCfg.php +++ b/share/server/core/classes/GlobalMapCfg.php @@ -722,14 +722,14 @@ class GlobalMapCfg { 'field_type' => 'dropdown', 'depends_on' => 'view_type', 'depends_value' => 'line'), - 'line_label_in_pos' => Array( + '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_out_pos' => Array( + 'line_label_pos_out' => Array( 'must' => 0, 'default' => '0.5', 'match' => MATCH_FLOAT, ------------------------------------------------------------------------------ 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
