Hello, I'm creating a plugin that modifies the qgis interface defaults when it's installed. One of the things I'm trying to do is turn on the overview map by default. I haven't found a way to do it yet. I could only get as close as...<div>
<br></div><div>self.iface.mapCanvas().enableOverviewMode(QgsMapOverviewCanvas(None, self.iface.mapCanvas())) </div><div><br></div><div>This ends up crashing qgis altogether. I'm guessing it has something to do with the fact that I have no reference to the existing overview map object, and trying to create a new one is bad news. Any insight you could provide on the best way to accomplish such things (and where in the api I can look for answers like this) would be much appreciated. Thanks!</div>
<div><br></div><div>Aaron</div>