Re: [Qgis-developer] qgis orfeo GSoC

2011-04-08 Thread Noli Sicad
Hi Mohammed, Good proposal. I think it would be good to state / write some commitments after GSofC by saying. You will maintain this orfeo plugin, fix bugs and update it as well create new releases in the future. This makes the proposal stronger for approval in my opinion. Noli On 4/8/11,

[Qgis-developer] Adding vertex marker to Google layers - very slow

2011-04-08 Thread Goo Creations
Hi all I create a QgsVertexMarker and add it to the canvas: *marker = QgsVertexMarker(self.iface.mapCanvas()) marker.setCenter(point) marker.setColor(QColor(0,255,0)) marker.setIconSize(5) marker.setIconType(QgsVertexMarker.ICON_CROSS) marker.setPenWidth(3) self.iface.mapCanvas().refresh() *