Hi to all,
i have a question for you. I have 2 vector layer that have two different 
spatial references. I'd like to tranform(convert) one of these in the same 
coordinate system.
Like that:

 crsStart = QgsCoordinateReferenceSystem()
 crsStart.createFromProj4(layerA.crs().toProj4())
 crsDest = QgsCoordinateReferenceSystem()  
 crsDest.createFromProj4(layerB.crs().toProj4())
   
  if crsStart != crsDest:
  
                    layerA = QgsCoordinateTransform(crsStart,crsDest).
transformLayerAtoLayerB
               
                    
Which is the function that i have to use?

Thanks

Francesco Boccacci


_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to