diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d9626d3300..c770441682 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-03-08 Miguel de Dios + + * include/javascript/openlayers.pandora.js: deleted the console log debug + print. + 2010-03-08 Miguel de Dios * include/functions_gis.php: cleaned source code of "printMap", now it is diff --git a/pandora_console/include/javascript/openlayers.pandora.js b/pandora_console/include/javascript/openlayers.pandora.js index 4d4aef4f7c..419dcf7d8c 100755 --- a/pandora_console/include/javascript/openlayers.pandora.js +++ b/pandora_console/include/javascript/openlayers.pandora.js @@ -211,7 +211,7 @@ function js_printMap(id_div, initial_zoom, center_latitude, center_longitude, ob } } } - console.log(map); + var lonLat = new OpenLayers.LonLat(center_longitude, center_latitude) .transform(map.displayProjection, map.getProjectionObject());