mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Instructions for QgsCoordinateTransform::initialize API break
This commit is contained in:
parent
7871071394
commit
156869379f
@ -934,7 +934,7 @@ plugins calling these methods will need to be updated.
|
||||
- setDestCRSID has been removed, use setDestinationCrs() instead
|
||||
- 'theNode', 'theDoc' parameters in readXML and writeXML have been renamed to 'node' and 'document' respectively
|
||||
- readXML() and writeXML() have been removed.
|
||||
- initialize() was removed.
|
||||
- initialize() was removed, calls to this method can safely be omitted.
|
||||
- datumTransformations() was moved to QgsDatumTransform, and now returns a list of QgsDatumTransform.TransformPair instead of a list of lists.
|
||||
- datumTransformString() was moved to QgsDatumTransform and renamed to datumTransformToProj()
|
||||
- datumTransformCrsInfo() was moved to QgsDatumTransform and renamed to datumTransformInfo(), and now returns a QgsDatumTransform.TransformInfo object.
|
||||
|
Loading…
x
Reference in New Issue
Block a user