2010-03-08 Miguel de Dios <miguel.dedios@artica.es>

* include/javascript/openlayers.pandora.js: deleted the console log debug
	print.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2486 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-03-08 17:49:34 +00:00
parent 49dc0b3768
commit e9a565252c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-03-08 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/openlayers.pandora.js: deleted the console log debug
print.
2010-03-08 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_gis.php: cleaned source code of "printMap", now it is

View File

@ -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());