mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +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:
committed by
Tim Graham
parent
38a6df555f
commit
986c7d522a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user