summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/gdal.txt
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-09-05 13:49:08 -0400
committernessita <124304+nessita@users.noreply.github.com>2025-09-17 15:17:05 -0300
commit00a84fc6f3bb8cca15113e4d41e710123d182b4a (patch)
tree09d8a81acf0c768be984e92de5f3f1206630a266 /docs/ref/contrib/gis/gdal.txt
parent1db79d8acf20c38aaf52e8e7c57f43c0e6501bb9 (diff)
Removed versionadded/changed annotations for 5.2.
Diffstat (limited to 'docs/ref/contrib/gis/gdal.txt')
-rw-r--r--docs/ref/contrib/gis/gdal.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt
index f0bb719ca0..15bfc6641f 100644
--- a/docs/ref/contrib/gis/gdal.txt
+++ b/docs/ref/contrib/gis/gdal.txt
@@ -600,21 +600,15 @@ coordinate transformation:
.. attribute:: has_curve
- .. versionadded:: 5.2
-
A boolean indicating if this geometry is or contains a curve geometry.
.. method:: get_linear_geometry
- .. versionadded:: 5.2
-
Returns a linear version of the geometry. If no conversion can be made, the
original geometry is returned.
.. method:: get_curve_geometry
- .. versionadded:: 5.2
-
Returns a curved version of the geometry. If no conversion can be made, the
original geometry is returned.