Author: Lars Michelsen <[email protected]>
Date: Mon Jan 2 21:26:07 2012 +0100
Committer: Lars Michelsen <[email protected]>
Commit-Date: Mon Jan 2 21:26:07 2012 +0100
Bugfix: Added missing view_type=line parameter to automap exported maps
---
ChangeLog | 3 +++
share/server/core/classes/NagVisAutoMap.php | 3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f3749f9..26a99fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ Frontend
* Bugfix: Fixed file upload input field styling issues (at least in Firefox)
* Bugfix: Removed backendtype fields from "Manage Backends" dialog forms
+Automap
+ * Bugfix: Added missing view_type=line parameter to automap exported maps
+
1.6.2
Core
* Switched CRITICAL and UNREACHABLE state weights. CRITICAL now overlaps the
diff --git a/share/server/core/classes/NagVisAutoMap.php
b/share/server/core/classes/NagVisAutoMap.php
index 0411edb..99f307f 100644
--- a/share/server/core/classes/NagVisAutoMap.php
+++ b/share/server/core/classes/NagVisAutoMap.php
@@ -382,8 +382,9 @@ class NagVisAutoMap extends GlobalMap {
$lines = Array();
// FIXME: Handle line style!
$aConf = Array(
- 'z' => 90,
+ 'view_type' => 'line',
'line_type' => '11',
+ 'z' => 90,
'line_color' => '#000',
'line_width' => 1,
);
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins