diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2016-11-16 17:07:36 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-15 15:31:07 -0500 |
| commit | 986c7d522a4c2351108ba1dc5f58b5fd4ed75ba0 (patch) | |
| tree | c4f16a08b6d573db37aa275154aabc155deb4abb /docs | |
| parent | 38a6df555f285cc4f1732467c4cf0617a2050124 (diff) | |
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Area function, Distance function, and distance lookups now work with
geodetic coordinates on SpatiaLite.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 4eea7f0df8..9cfd7ae2d8 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -149,6 +149,10 @@ Minor features * Added support for the :lookup:`dwithin` lookup on SpatiaLite. +* The :class:`~django.contrib.gis.db.models.functions.Area` function, + :class:`~django.contrib.gis.db.models.functions.Distance` function, and + distance lookups now work with geodetic coordinates on SpatiaLite. + * The OpenLayers-based form widgets now use ``OpenLayers.js`` from ``https://cdnjs.cloudflare.com`` which is more suitable for production use than the the old ``http://openlayers.org`` source. |
