Skip to content

Commit be8822e

Browse files
committedApr 16, 2019
Precision and 3d
1 parent 6967a21 commit be8822e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+82
-70
lines changed
 

‎python/core/auto_generated/geometry/qgsabstractgeometry.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Returns a GeoJSON representation of the geometry.
259259
.. seealso:: :py:func:`asGml3`
260260
%End
261261

262-
virtual QJsonObject asJsonV2( ) const = 0;
262+
virtual QJsonObject asJsonObject( int precision = 17 ) const = 0;
263263
%Docstring
264264
Returns a GeoJSON object of the geometry.
265265

‎python/core/auto_generated/geometry/qgscircularstring.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ to ``p2`` will be used (i.e. winding the other way around the circle).
8181

8282
virtual QString asJson( int precision = 17 ) const;
8383

84-
virtual QJsonObject asJsonV2( ) const;
84+
virtual QJsonObject asJsonObject( int precision ) const;
8585

8686
virtual bool isEmpty() const;
8787

0 commit comments

Comments
 (0)
Please sign in to comment.