mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25869 -- Added trim and precision properties to WKTWriter.
This commit is contained in:
committed by
Claude Paroz
parent
cd3c042b04
commit
c984e2bc15
@@ -94,6 +94,11 @@ Minor features
|
||||
|
||||
* Added support for instantiating empty GEOS geometries.
|
||||
|
||||
* The new :attr:`~django.contrib.gis.geos.WKTWriter.trim` and
|
||||
:attr:`~django.contrib.gis.geos.WKTWriter.precision` properties
|
||||
of :class:`~django.contrib.gis.geos.WKTWriter` allow controlling
|
||||
output of the fractional part of the coordinates in WKT.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user