2014-03-28 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
b09199cfc0
commit
de6aada1bc
|
@ -1,3 +1,10 @@
|
|||
2014-03-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_gis.php: set a white background for the
|
||||
label of mouse position.
|
||||
|
||||
Incident: #583
|
||||
|
||||
2014-03-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_gis.php, operation/agentes/gis_view.php: fixed
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue