mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.
Area function, Distance function, and distance lookups now work with geodetic coordinates on SpatiaLite.
This commit is contained in:
parent
38a6df555f
commit
986c7d522a
9 changed files with 105 additions and 37 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue