Hi Romain,

On Mon, Jul 25, 2011 at 6:17 AM, romain <[email protected]>wrote:

> I'd like to allow my plugin's users to be able to create a new SRS ( from a
> proj4 string or wkt) within the plugin, and save it to QGIS srs DataBAse.


You can use the QgsCoordinateReferenceSystem class and its createFrom*
methods.

crs = QgsCoordinateReferenceSystem()
valid = crs.createFromProj4( proj4string )

If that CRS doesn't exists yet in the srs database, a new custom CRS will be
created.

Regards.

View this message in context:
> http://osgeo-org.1803224.n2.nabble.com/QGIS-API-add-new-SRS-to-DataBase-tp6617101p6617101.html
> Sent from the qgis-developer mailing list archive at Nabble.com.
> _______________________________________________
> Qgis-developer mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>



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

Reply via email to