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:
committed by
Mariusz Felisiak
parent
12c71bff83
commit
cfacd69ab8
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user