Author: Lars Michelsen <[email protected]>
Date: Tue Sep 4 14:37:04 2012 +0200
Committer: Lars Michelsen <[email protected]>
Commit-Date: Tue Sep 4 14:37:04 2012 +0200
Bugfix: Geomap: Fixed validation problem when editin map global options
---
ChangeLog | 1 +
TODO | 10 +++-------
share/server/core/sources/geomap.php | 2 +-
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e918199..de68b0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Core
* Bugfix: Geomaps use real generated object_ids instead of hostnames for
transactions
(prevents problems with spaces in hostnames and so on)
* Bugfix: Allowing percentages above 999 in weathermap_line_colors option
+ * Bugfix: Geomap: Fixed validation problem when editin map global options
Frontend
* Bugfix: Fixed hover menu positioning in scrolled maps
diff --git a/TODO b/TODO
index a47e475..916f0fd 100644
--- a/TODO
+++ b/TODO
@@ -15,12 +15,7 @@ Offene Punkte:
- Alte zu neuen Automap Parametern
- Automap Migration
-- Rotationen: Externe Seiten alternativ in iframe öffnen (z.B. Check_MK Views)
-- Hover- und Contextmenü-Macros vereinheitlichen
-- Map global editing in frontend does not work for geomaps
-
-Nice2have:
- - Option zum persistieren der Optionen für einen selbst
+-------------------------------------------------------------------------------
Relative Koordinaten:
- Wie funktionieren Linien zu Linien Referenzen? Geht das überhaupt?
@@ -30,7 +25,8 @@ Relative Koordinaten:
- Sidebar Folder auf/zu klappbar
- In Sidebar/Dropdown die aktuelle Map highlighten
--------------------------------------------------------------------------------
+- Hover- und Contextmenü-Macros vereinheitlichen
+- Rotationen: Externe Seiten alternativ in iframe öffnen (z.B. Check_MK Views)
- Geomap:
- CSV Quelle und geomap aufteilen
diff --git a/share/server/core/sources/geomap.php
b/share/server/core/sources/geomap.php
index 901a3a1..500d2ea 100644
--- a/share/server/core/sources/geomap.php
+++ b/share/server/core/sources/geomap.php
@@ -138,7 +138,7 @@ function process_geomap($MAPCFG, $map_name, &$map_config) {
// Adapt the global section
$map_config[0] = $saved_config[0];
- $map_config[0]['map_image'] = $image_name.'?'.time();
+ $map_config[0]['map_image'] = $image_name.'?'.time().'.png';
$map_config[0]['iconset'] = $iconset;
// Now add the objects to the map
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins