You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api_break.dox
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -934,7 +934,7 @@ plugins calling these methods will need to be updated.
934
934
- setDestCRSID has been removed, use setDestinationCrs() instead
935
935
- 'theNode', 'theDoc' parameters in readXML and writeXML have been renamed to 'node' and 'document' respectively
936
936
- readXML() and writeXML() have been removed.
937
-
- initialize() was removed.
937
+
- initialize() was removed, calls to this method can safely be omitted.
938
938
- datumTransformations() was moved to QgsDatumTransform, and now returns a list of QgsDatumTransform.TransformPair instead of a list of lists.
939
939
- datumTransformString() was moved to QgsDatumTransform and renamed to datumTransformToProj()
940
940
- datumTransformCrsInfo() was moved to QgsDatumTransform and renamed to datumTransformInfo(), and now returns a QgsDatumTransform.TransformInfo object.
0 commit comments