From a5ae1096f3450e1024f63098683f80c9718874c8 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 28 Mar 2014 15:16:18 +0000 Subject: [PATCH] 2014-03-28 Miguel de Dios * include/functions_gis.php: set a white background for the label of mouse position. Incident: #583 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9665 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/include/functions_gis.php | 1 + 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d4ddf44f0a..112781a564 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2014-03-28 Miguel de Dios + + * include/functions_gis.php: set a white background for the + label of mouse position. + + Incident: #583 + 2014-03-28 Miguel de Dios * include/functions_gis.php, operation/agentes/gis_view.php: fixed diff --git a/pandora_console/include/functions_gis.php b/pandora_console/include/functions_gis.php index b826c993a8..90880cf86a 100644 --- a/pandora_console/include/functions_gis.php +++ b/pandora_console/include/functions_gis.php @@ -142,6 +142,7 @@ function gis_print_map($idDiv, $iniZoom, $latCenter, $lonCenter, $baselayers, $c .css('display', 'none'); $(".gm-style-mtc").css('display', 'none'); + $(".olControlMousePosition").css("background", "white"); } ,3000);