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 b12896f commit 0a2b92a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions python/core/auto_generated/qgsjsonutils.sip.in
Expand Up @@ -152,15 +152,6 @@ 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 All @@ -169,6 +160,14 @@ Returns the source CRS for feature geometries. The source CRS must be set if geo
correctly automatically reprojected to WGS 84, to match GeoJSON specifications.

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

void setTransformGeometries( bool activate );
%Docstring
Sets whether geometries should be transformed in EPSG 4326 (default
behavior) or just keep as it is.

.. versionadded:: 3.12
%End

void setAttributes( const QgsAttributeList &attributes );
Expand Down

0 comments on commit 0a2b92a

Please sign in to comment.