Skip to content

Commit

Permalink
Update sip
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 31, 2019
1 parent 55d1b8d commit e3371fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/core/auto_generated/qgsjsonutils.sip.in
Expand Up @@ -152,6 +152,15 @@ correctly automatically reprojected to WGS 84, to match GeoJSON specifications.
the source CRS will be overwritten when a vector layer is specified via setVectorLayer()

.. seealso:: :py:func:`sourceCrs`
%End

void setDestinationCrs( const QgsCoordinateReferenceSystem &crs );
%Docstring
Sets the destination CRS for writing feature geometries.

:param crs: destination CRS for output feature geometries

.. versionadded:: 3.10
%End

QgsCoordinateReferenceSystem sourceCrs() const;
Expand Down

0 comments on commit e3371fd

Please sign in to comment.