Skip to content

Commit

Permalink
Fix geometry.rst
Browse files Browse the repository at this point in the history
After d3b7b60, only the distance is calculated
  • Loading branch information
agiudiceandrea authored and DelazJ committed Aug 21, 2023
1 parent 155a442 commit d138003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pyqgis_developer_cookbook/geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ The following code assumes ``layer`` is a :class:`QgsVectorLayer
Area (m2): 389267821381.6008
Area (km2): 389267.8213816008

Alternatively, you may want to know the distance and bearing between two points.
Alternatively, you may want to know the distance between two points.

.. testcode:: geometry

Expand Down

0 comments on commit d138003

Please sign in to comment.