summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/gdal.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt
index c98c76cd10..4b7a706fc4 100644
--- a/docs/ref/contrib/gis/gdal.txt
+++ b/docs/ref/contrib/gis/gdal.txt
@@ -553,8 +553,12 @@ coordinate transformation:
.. attribute:: coord_dim
- Returns or sets the coordinate dimension of this geometry. For example, the
- value would be 2 for two-dimensional geometries.
+ Returns the coordinate dimension of this geometry. For example, the value
+ would be 2 for two-dimensional geometries.
+
+ .. deprecated:: 5.1
+
+ The ``coord_dim`` setter is deprecated. Use :meth:`.set_3d` instead.
.. attribute:: is_3d