<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
Hi!<br /><br />I notice a dysfunction when I change the destination CRS by activating On The Fly function from the python console.<br />Coordinates which are displayed in the overview box (at the bottom), are wrong, not metric, no decimals...<br /><br />Please try:<br />>>> iface.mapCanvas().setCrsTransformEnabled(True)<br />>>> crs = QgsCoordinateReferenceSystem(3857, QgsCoordinateReferenceSystem.EpsgCrsId)<br />>>> iface.mapCanvas().setDestinationCrs(crs)<br /><br />Then, take a look at coordinates which are displayed.<br /><br />Thank you for your help!<br /><br />m431m  </body>
</html>