Re: [Qgis-developer] Qgis crash after transforming invalid coordinates

2011-04-09 Thread Martin Dobias
On Tue, Apr 5, 2011 at 8:33 AM, Goo Creations wrote: > Hi all > > I'm doing the following to transform coordinates: > > ct = QgsCoordinateTransform() > ct.setSourceCrs(sourceCRS) > ct.setDestCRS(destinationCRS) > point1 = ct.transform(aPoint) > > Everything works fine, until the users enters coord

[Qgis-developer] Qgis crash after transforming invalid coordinates

2011-04-04 Thread Goo Creations
Hi all I'm doing the following to transform coordinates: *ct = QgsCoordinateTransform()* *ct.setSourceCrs(sourceCRS)* *ct.setDestCRS(destinationCRS)* *point1 = ct.transform(aPoint)* Everything works fine, until the users enters coordinates that are invalid for the source CRS. Qgis crashes with t