summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2024-02-12 07:50:08 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-02-12 15:21:11 +0100
commit222bf2932b55ebc964ffc5f9a6f47bad083e5ac2 (patch)
tree3bbf5d1f3fa05e43eacc180a9aeae25800d92433 /docs
parentf8ff61c77e5739e24f0b86771747b38033b310ef (diff)
Refs #35058 -- Added support for measured geometries to GDAL GeometryCollection and subclasses.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index aca1281a98..94c342e8a0 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -81,10 +81,11 @@ Minor features
* :class:`~django.contrib.gis.gdal.OGRGeometry`,
:class:`~django.contrib.gis.gdal.Point`,
- :class:`~django.contrib.gis.gdal.LineString`, and
- :class:`~django.contrib.gis.gdal.Polygon` now support measured geometries
- via the new :attr:`.OGRGeometry.is_measured` and ``m`` properties, and the
- :meth:`.OGRGeometry.set_measured` method.
+ :class:`~django.contrib.gis.gdal.LineString`,
+ :class:`~django.contrib.gis.gdal.Polygon`, and
+ :class:`~django.contrib.gis.gdal.GeometryCollection` and its subclasses now
+ support measured geometries via the new :attr:`.OGRGeometry.is_measured` and
+ ``m`` properties, and the :meth:`.OGRGeometry.set_measured` method.
* :attr:`.OGRGeometry.centroid` is now available on all supported geometry
types.