Skip to content

Commit

Permalink
Instructions for QgsCoordinateTransform::initialize API break
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 24, 2017
1 parent 7871071 commit 1568693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_break.dox
Expand Up @@ -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.
Expand Down

0 comments on commit 1568693

Please sign in to comment.