summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-09-22 11:55:37 +0200
committerClaude Paroz <claude@2xlibre.net>2012-09-29 12:33:18 +0200
commitffdd6595ea2220f8e8a6fb3aacd3213b751d982f (patch)
tree764c67576701ecb8bdb07eb311533ee242fb5eb3 /docs/releases
parent82a74dce243935688f4f9cd447521d4d141c563b (diff)
Fixed #18919 -- Stopped dropping Z attribute when transforming geometries
Previously, the wkb of geometries was dropping the Z attribute. Thanks luizvital for the report and tests and georger.silva@gmail.com for the tests.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index 294ceb159e..b769debb0b 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -117,6 +117,8 @@ GeoDjango
:meth:`~django.contrib.gis.geos.GEOSGeometry.project()` methods
(so-called linear referencing).
+* The wkb and hex properties of `GEOSGeometry` objects preserve the Z dimension.
+
* Support for GDAL < 1.5 has been dropped.
Minor features