From 222bf2932b55ebc964ffc5f9a6f47bad083e5ac2 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 12 Feb 2024 07:50:08 +0000 Subject: Refs #35058 -- Added support for measured geometries to GDAL GeometryCollection and subclasses. --- docs/releases/5.1.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') 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. -- cgit v1.3