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:
parent
49dc0b3768
commit
e9a565252c
|
@ -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
|
||||
|
|
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue