diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 46e76a9a9e..d9e0b602c4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-01-08 Miguel de Dios + + * include/functions_gis.php: fixed with a dirty hack the bug about + the google maps with own old version of openlayer. + 2014-01-07 Miguel de Dios * godmode/agentes/planned_downtime.list.php: fixed the manual stop diff --git a/pandora_console/include/functions_gis.php b/pandora_console/include/functions_gis.php index 79e25cd80b..e2d15b444f 100644 --- a/pandora_console/include/functions_gis.php +++ b/pandora_console/include/functions_gis.php @@ -116,7 +116,6 @@ function gis_print_map($idDiv, $iniZoom, $latCenter, $lonCenter, $baselayers, $c break; case 'Gmap': echo "baselayer['gmap_type'] = '" . $baselayer['gmap_type'] . "';"; - echo "controlsList = [];"; break; } @@ -127,6 +126,30 @@ function gis_print_map($idDiv, $iniZoom, $latCenter, $lonCenter, $baselayers, $c baselayerList, controlsList)"; echo ""; + + ?> + +