1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.

This commit is contained in:
David Smith
2024-01-17 06:48:45 +00:00
committed by Mariusz Felisiak
parent 12c71bff83
commit cfacd69ab8
6 changed files with 65 additions and 9 deletions

View File

@@ -72,6 +72,12 @@ Minor features
* :class:`~django.contrib.gis.measure.Area` now supports the ``ha`` unit.
* The new :attr:`.OGRGeometry.is_3d` attribute allows checking if a geometry
has a ``Z`` coordinate dimension.
* The new :meth:`.OGRGeometry.set_3d` method allows addition and removal of the
``Z`` coordinate dimension.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~